Skip to content

Commit

Permalink
Drop Ruby 2.7 support (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 20, 2023
1 parent 1abbcd9 commit 7d352b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
ruby:
- 3.0.2
- 2.7.4
env:
DB: sqlite3
RAILS: main
Expand All @@ -34,7 +33,6 @@ jobs:
matrix:
ruby:
- 3.0.2
- 2.7.4
env:
DB: mysql
RAILS: main
Expand Down Expand Up @@ -65,7 +63,6 @@ jobs:
matrix:
ruby:
- 3.0.2
- 2.7.4
env:
DB: postgres
RAILS: main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
ruby:
- 3.1.2
- 3.0.4
- 2.7.6
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand All @@ -45,7 +44,6 @@ jobs:
ruby:
- 3.1.2
- 3.0.4
- 2.7.6
env:
DB: mysql
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -80,7 +78,6 @@ jobs:
ruby:
- 3.1.2
- 3.0.4
- 2.7.6
env:
DB: postgres
RAILS: ${{ matrix.rails }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are advanced searching solutions around, like ElasticSearch or Algolia. **

Ready to move beyond the basics? Use **advanced features** like i18n and extensive configuration options.

Ransack is supported for Rails 7.0, 6.1 on Ruby 2.7 and later.
Ransack is supported for Rails 7.0, 6.1 on Ruby 3.0 and later.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion ransack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
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.7'
s.required_ruby_version = '>= 3.0'
s.license = 'MIT'

s.add_dependency 'activerecord', '>= 6.1.5'
Expand Down

0 comments on commit 7d352b6

Please sign in to comment.