Skip to content

Commit

Permalink
Merge pull request #5325 from solidusio/backport/v3.4/pr-5322
Browse files Browse the repository at this point in the history
[v3.4] Bump the minimum required Psych version
  • Loading branch information
waiting-for-dev authored Aug 10, 2023
2 parents 3ef8231 + 41236b8 commit 9830d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_dependency 'mini_magick', '~> 4.10'
s.add_dependency 'monetize', '~> 1.8'
s.add_dependency 'kt-paperclip', ['>= 6.3', '< 8']
s.add_dependency 'psych', ['>= 3.1.0', '< 5.0']
s.add_dependency 'psych', ['>= 4.0.1', '< 5.0']
s.add_dependency 'ransack', '~> 2.0'
s.add_dependency 'sprockets-rails'
s.add_dependency 'state_machines-activerecord', '~> 0.6'
Expand Down

0 comments on commit 9830d55

Please sign in to comment.