Skip to content

Commit 101fc86

Browse files
authored
Pin psych gem 5.1.0 (#1108)
1 parent 7c5efa0 commit 101fc86

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ end
2929
if ruby_31_or_higher
3030
appraise "rails-7.0-ruby-3.1" do
3131
gem "capybara", "~> 3.36" # For Ruby 3.1 support https://github.com/teamcapybara/capybara/pull/2468
32+
gem 'psych', '5.1.0' # https://github.com/jruby/jruby/issues/7962
3233
gem "rails", "~> 7.0.1" # Ruby 3.1 requires Rails 7.0.1+
3334
gem "selenium-webdriver", "~> 4.0" # https://github.com/rails/rails/pull/43498
3435
end

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ PLATFORMS
464464
java
465465
universal-java-11
466466
universal-java-17
467+
universal-java-20
467468
x86_64-darwin
468469
x86_64-linux
469470

gemfiles/rails_7.0_ruby_3.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ gem "pg", platforms: [:mri, :mingw, :x64_mingw]
1010
gem "rack", "~> 2.2"
1111
gem "rails", "~> 7.0.1"
1212
gem "capybara", "~> 3.36"
13+
gem "psych", "5.1.0"
1314
gem "selenium-webdriver", "~> 4.0"
1415

1516
platforms :ruby do

0 commit comments

Comments
 (0)