Skip to content

Commit

Permalink
test: Use latest psych on JRuby
Browse files Browse the repository at this point in the history
JRuby had a pin on Psych, this removes that pin.
  • Loading branch information
olleolleolle committed Aug 29, 2023
1 parent 9c33757 commit 75f15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "rspec", "~> 3.3"
gem "webrick", "~> 1.6"

platform :jruby do
gem "psych", "~> 4.0.6"
gem "psych"
end

group :linting do
Expand Down

0 comments on commit 75f15e2

Please sign in to comment.