Skip to content

Commit

Permalink
Merge pull request #2012 from tvdeyen/pin-ransack
Browse files Browse the repository at this point in the history
Pin Ransack to below 2.4.2
  • Loading branch information
tvdeyen authored Jan 29, 2021
2 parents 2cb580e + b6b6ac2 commit 8b5f193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'originator', ['~> 3.1']
gem.add_runtime_dependency 'non-stupid-digest-assets', ['~> 1.0.8']
gem.add_runtime_dependency 'rails', ['>= 5.2.0', '< 6.1']
gem.add_runtime_dependency 'ransack', ['>= 1.8', '< 3.0']
gem.add_runtime_dependency 'ransack', ['>= 1.8', '< 2.4.2'] # 2.4.2 dropped Ruby 2.5 support in a patch level release
gem.add_runtime_dependency 'request_store', ['~> 1.2']
gem.add_runtime_dependency 'responders', ['>= 2.0', '< 4.0']
gem.add_runtime_dependency 'sassc-rails', ['~> 2.1']
Expand Down

0 comments on commit 8b5f193

Please sign in to comment.