Skip to content

Commit

Permalink
Bump ransack dependency up to 2.0
Browse files Browse the repository at this point in the history
Ransack 2.0.1 is the only version compatible with rails 5.2.1.

Rails < 5.0 is no more supported since it needs to use ransack 1.8.
This is not an issue since we are not supporting rails < 5.1 anyway.
  • Loading branch information
kennyadsl committed Aug 24, 2018
1 parent 425240b commit 277067c
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 @@ -38,6 +38,6 @@ Gem::Specification.new do |s|
s.add_dependency 'monetize', '~> 1.1'
s.add_dependency 'paperclip', ['>= 4.2', '< 6']
s.add_dependency 'paranoia', '~> 2.4'
s.add_dependency 'ransack', '~> 1.8'
s.add_dependency 'ransack', '~> 2.0'
s.add_dependency 'state_machines-activerecord', '~> 0.4'
end

0 comments on commit 277067c

Please sign in to comment.