Skip to content

Commit

Permalink
v6.0.0 bump rubocop to 1.32.0, drop ruby2.5 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoMinelli committed Feb 22, 2023
1 parent ca0eba6 commit baa383b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rspec_rubocop.yml
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.5
bundler-version: 2.3
- ruby-version: 2.6
bundler-version: latest
- ruby-version: 2.7
Expand Down
5 changes: 5 additions & 0 deletions rubocop-airbnb/CHANGELOG.md
@@ -1,3 +1,8 @@
# 6.0.0
* Recover code analysis using `TargetRubyVersion` from Ruby 2.0 to 2.4
* Drop support for Ruby 2.5
* Update rubocop to 1.32.0

# 5.0.0
* Add support for Ruby 3.1
* Drop support for Ruby 2.4
Expand Down
2 changes: 1 addition & 1 deletion rubocop-airbnb/lib/rubocop/airbnb/version.rb
Expand Up @@ -3,6 +3,6 @@
module RuboCop
module Airbnb
# Version information for the the Airbnb RuboCop plugin.
VERSION = '5.0.0'
VERSION = '6.0.0'
end
end
2 changes: 1 addition & 1 deletion rubocop-airbnb/rubocop-airbnb.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
'Gemfile',
]

spec.add_dependency('rubocop', '~> 1.22.0')
spec.add_dependency('rubocop', '~> 1.32.0')
spec.add_dependency('rubocop-performance', '~> 1.10.2')
spec.add_dependency('rubocop-rails', '~> 2.9.1')
spec.add_dependency('rubocop-rspec', '~> 2.0.0')
Expand Down

0 comments on commit baa383b

Please sign in to comment.