Skip to content

Commit

Permalink
Allow Psych 5
Browse files Browse the repository at this point in the history
Ruby 3.3 has psych 5 as default gem and we get a Bundler error
about psych 5 already been activated although solidus does not allow
it.
  • Loading branch information
tvdeyen committed Jun 14, 2024
1 parent e6063b2 commit d03262b
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', ['>= 4.0.1', '< 5.0']
s.add_dependency 'psych', ['>= 4.0.1', '< 6.0']
s.add_dependency 'ransack', '~> 4.0'
s.add_dependency 'sprockets-rails', '!= 3.5.0'
s.add_dependency 'state_machines-activerecord', '~> 0.6'
Expand Down

0 comments on commit d03262b

Please sign in to comment.