diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d8cab..a280588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ *Aaron Lipman* +* Drop support for rubies under 2.5. PR #1189 + ## 2.4.0 - 2020-11-27 * diff --git a/ransack.gemspec b/ransack.gemspec index bf13312..89ea950 100644 --- a/ransack.gemspec +++ b/ransack.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/activerecord-hackery/ransack" s.summary = %q{Object-based searching for Active Record and Mongoid (currently).} s.description = %q{Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.} - s.required_ruby_version = '>= 2.3' + s.required_ruby_version = '>= 2.6' s.license = 'MIT' s.add_dependency 'activerecord', '>= 5.2.4'