Skip to content

Commit

Permalink
drop support for Ruby 2.6
Browse files Browse the repository at this point in the history
Also require ruby 2.7 or higher
  • Loading branch information
Geromendez135 committed Jul 19, 2024
1 parent bdfad19 commit 1420985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rspec_rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
strategy:
matrix:
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
- ruby-version: '2.6'
bundler-version: latest
- ruby-version: '2.7'
bundler-version: latest
- ruby-version: '3.0'
Expand Down
2 changes: 1 addition & 1 deletion rubocop-airbnb/rubocop-airbnb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.version = RuboCop::Airbnb::VERSION
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 2.5'
spec.required_ruby_version = '>= 2.7'

spec.require_paths = ['lib']
spec.files = Dir[
Expand Down

0 comments on commit 1420985

Please sign in to comment.