Skip to content

Commit

Permalink
Update ransack to last released v4 version.
Browse files Browse the repository at this point in the history
This adds support for the unreleased Rails 7.1 version.
  • Loading branch information
peterberkenbosch committed Aug 26, 2023
1 parent d095e38 commit 7f91e0e
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 @@ -43,7 +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', '< 5.0']
s.add_dependency 'ransack', '~> 2.0'
s.add_dependency 'ransack', '~> 4.0'
s.add_dependency 'sprockets-rails'
s.add_dependency 'state_machines-activerecord', '~> 0.6'
s.add_dependency 'omnes', '~> 0.2.2'
Expand Down

0 comments on commit 7f91e0e

Please sign in to comment.