Skip to content

Commit 1420985

Browse files
committed
drop support for Ruby 2.6
Also require ruby 2.7 or higher
1 parent bdfad19 commit 1420985

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/rspec_rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
21-
- ruby-version: '2.6'
22-
bundler-version: latest
2321
- ruby-version: '2.7'
2422
bundler-version: latest
2523
- ruby-version: '3.0'

rubocop-airbnb/rubocop-airbnb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.license = 'MIT'
1616
spec.version = RuboCop::Airbnb::VERSION
1717
spec.platform = Gem::Platform::RUBY
18-
spec.required_ruby_version = '>= 2.5'
18+
spec.required_ruby_version = '>= 2.7'
1919

2020
spec.require_paths = ['lib']
2121
spec.files = Dir[

0 commit comments

Comments
 (0)