Skip to content

Commit

Permalink
pin psych 5.1.0 due to ruby/psych#655 (#15433) (#15434)
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.

(cherry picked from commit 401d166)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jsvd committed Oct 12, 2023
1 parent be441f0 commit af19604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.template
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 af19604

Please sign in to comment.