Drop Ruby 2.5 or older versions of Ruby

README already mentions that `Ransack is supported for Rails 6.1, 6.0,
5.2 on Ruby 2.6.6 and later.`
d50885772c
This commit is contained in:
Yasuo Honda 2020-12-25 16:19:52 +09:00
parent dc1c79ea74
commit 87a1697f34
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,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'