Skip to content

Commit

Permalink
Allow Ransack 4.2 again
Browse files Browse the repository at this point in the history
Now that we removed the broken ransacker in previous commit,
we can allow Ransack v4.2 - with Rails 7.2 support - again.
  • Loading branch information
tvdeyen committed Sep 12, 2024
1 parent d3b9db3 commit d730d95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/solidus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ Gem::Specification.new do |s|
s.add_dependency 'monetize', '~> 1.8'
s.add_dependency 'kt-paperclip', ['>= 6.3', '< 8']
s.add_dependency 'psych', ['>= 4.0.1', '< 6.0']
# @note ransack 4.2 contains a bug which has not yet been addressed.
# @see https://github.com/activerecord-hackery/ransack/pull/1468
s.add_dependency 'ransack', ['~> 4.0', '< 4.2']
s.add_dependency 'ransack', ['~> 4.0', '< 5']
s.add_dependency 'sprockets-rails', '!= 3.5.0'
s.add_dependency 'state_machines-activerecord', '~> 0.6'
s.add_dependency 'omnes', '~> 0.2.2'
Expand Down

0 comments on commit d730d95

Please sign in to comment.