Skip to content

Commit

Permalink
pin psych 5.1.0 due to ruby/psych#655 (#15433)
Browse files Browse the repository at this point in the history
The new psych 5.1.1 gem seems to not work when installed in JRuby 9.4 (used in main).

This change pins the version back to 5.1.0 until ruby/psych#655 is sorted.
  • Loading branch information
jsvd committed Oct 11, 2023
1 parent a03a05b commit 401d166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ gem "jar-dependencies", "= 0.4.1" # Gem::LoadError with jar-dependencies 0.4.2
gem "murmurhash3", "= 0.1.6" # Pins until version 0.1.7-java is released
gem "thwait"
gem "bigdecimal", "~> 3.1"
gem "psych", "5.1.0" # pinned due to https://github.com/ruby/psych/issues/655

0 comments on commit 401d166

Please sign in to comment.