Skip to content

Commit a55bc73

Browse files
Keep psych minor version in line with jruby 9.4.13.0 (#18507) (#18508)
The latest psych 5.3 minor version has bumped snakeyaml-engine ruby/psych#762. This is causing issues in bundler. Constrain the psych gem to the 5.2 minor version while we are still on jruby 9.4.13.0. (cherry picked from commit a089904) Co-authored-by: Cas Donoghue <[email protected]>
1 parent 016ec9d commit a55bc73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ gem "thwait"
4444
gem "bigdecimal", "~> 3.1"
4545
gem "cgi", "~> 0.3.7" # Pins until a new jruby version with updated cgi is released (https://github.com/jruby/jruby/issues/8919)
4646
gem "jar-dependencies", "= 0.5.4" # Pin to avoid conflict with default
47+
gem 'psych', '~> 5.2.3' # Pins psych to minor version corresponding with jruby 9.4.13.0 to keep snakeyaml-engine dep in line (5.3 includes newer snakeyaml-engine dep)

0 commit comments

Comments
 (0)