Skip to content

Commit

Permalink
Remove Gemfile constraint on psych
Browse files Browse the repository at this point in the history
  • Loading branch information
smaboshe committed Sep 16, 2024
1 parent 83c2418 commit ef573ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem "ostruct"
gem "paperclip"
gem "pg"
gem "pg_search"
gem "psych", "< 6"
gem "psych"
gem "puma"
gem "rack-rewrite"
gem "rails", "7.0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ DEPENDENCIES
paperclip
pg
pg_search
psych (< 6)
psych
puma
rack-cors
rack-livereload
Expand Down

0 comments on commit ef573ec

Please sign in to comment.