Skip to content

Commit

Permalink
dep: avoid psych 5.1.1 because it's broken on jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 14, 2023
1 parent 18d5a19 commit afca7ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ end
group :rdoc do
gem "rdoc", "6.5.0"
end

gem "psych", "!= 5.1.1" # https://github.com/ruby/psych/issues/655

0 comments on commit afca7ad

Please sign in to comment.