From 7ee5c8a4cdf40b6f8e4f601efe3f7bfe5b1f96bb Mon Sep 17 00:00:00 2001 From: Cas Donoghue Date: Thu, 18 Dec 2025 09:53:17 -0800 Subject: [PATCH] Revert "Keep psych minor version in line with jruby 9.4.13.0 (#18507)" This reverts commit a089904f3b318fdd0c901b8c72180f9a43bb763e. --- Gemfile.template | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile.template b/Gemfile.template index fdfba8c5e1a..bcac1bc21e5 100644 --- a/Gemfile.template +++ b/Gemfile.template @@ -44,4 +44,3 @@ gem "thwait" gem "bigdecimal", "~> 3.1" gem "cgi", "~> 0.3.7" # Pins until a new jruby version with updated cgi is released (https://github.com/jruby/jruby/issues/8919) gem "jar-dependencies", "= 0.5.4" # Pin to avoid conflict with default -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) \ No newline at end of file