Drop EOL'd rubies support

This commit is contained in:
David Rodríguez 2019-10-13 16:33:57 +02:00
parent 9416155b60
commit 2b6c61cf45
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Unreleased
* Drop support for rubies under 2.3.
PR [#1070](https://github.com/activerecord-hackery/ransack/pull/1070)
## 2.3.0 - 2019-08-18
* Arabic translations PR [979](https://github.com/activerecord-hackery/ransack/pull/979)

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 = '>= 1.9'
s.required_ruby_version = '>= 2.3'
s.license = 'MIT'
s.add_dependency 'actionpack', '>= 5.0'