Skip to content

Commit

Permalink
use psych < 4 for compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 5, 2024
1 parent dfc36bf commit 9a73f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ gem 'ood_appkit', '~> 2.1'
gem 'ood_core', '~> 0.21.0'

gem 'nokogiri', '>= 1.10.4'

# ruby 3.1 ships psych 4 which breaks
# and rails 6.0 does not have the patch
gem 'psych', '< 4'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ GEM
ood_support (~> 0.0.2)
rexml (~> 3.2)
ood_support (0.0.3)
psych (3.3.4)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -233,6 +234,7 @@ DEPENDENCIES
nokogiri (>= 1.10.4)
ood_appkit (~> 2.1)
ood_core (~> 0.21.0)
psych (< 4)
rails (= 6.0.6.1)
sass-rails (~> 5.0)
sqlite3 (~> 1.4.0)
Expand Down

0 comments on commit 9a73f8a

Please sign in to comment.