Skip to content

Commit

Permalink
Drop Ruby 2.6 support (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda authored Apr 12, 2022
1 parent b5e67ad commit 08b2447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
ruby:
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
env:
DB: sqlite3
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -49,10 +45,6 @@ jobs:
ruby:
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
env:
DB: mysql
RAILS: ${{ matrix.rails }}
Expand Down Expand Up @@ -89,10 +81,6 @@ jobs:
ruby:
- 3.0.2
- 2.7.4
- 2.6.7
exclude:
- rails: v7.0.0
ruby: 2.6.7
env:
DB: postgres
RAILS: ${{ matrix.rails }}
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.6'
s.required_ruby_version = '>= 2.7'
s.license = 'MIT'

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

0 comments on commit 08b2447

Please sign in to comment.