Skip to content

Commit

Permalink
Pin psych gem 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 13, 2023
1 parent 7c5efa0 commit 8bf1b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ end
if ruby_31_or_higher
appraise "rails-7.0-ruby-3.1" do
gem "capybara", "~> 3.36" # For Ruby 3.1 support https://github.com/teamcapybara/capybara/pull/2468
gem 'psych', '5.1.0' # https://github.com/jruby/jruby/issues/7962
gem "rails", "~> 7.0.1" # Ruby 3.1 requires Rails 7.0.1+
gem "selenium-webdriver", "~> 4.0" # https://github.com/rails/rails/pull/43498
end
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ PLATFORMS
java
universal-java-11
universal-java-17
universal-java-20
x86_64-darwin
x86_64-linux

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0_ruby_3.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "pg", platforms: [:mri, :mingw, :x64_mingw]
gem "rack", "~> 2.2"
gem "rails", "~> 7.0.1"
gem "capybara", "~> 3.36"
gem "psych", "5.1.0"
gem "selenium-webdriver", "~> 4.0"

platforms :ruby do
Expand Down

0 comments on commit 8bf1b03

Please sign in to comment.