File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 include : # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
21- - ruby-version : 2.5
22- bundler-version : 2.3
2321 - ruby-version : 2.6
2422 bundler-version : latest
2523 - ruby-version : 2.7
Original file line number Diff line number Diff line change 1+ # 6.0.0
2+ * Recover code analysis using ` TargetRubyVersion ` from Ruby 2.0 to 2.4
3+ * Drop support for Ruby 2.5
4+ * Update rubocop to 1.32.0
5+
16# 5.0.0
27* Add support for Ruby 3.1
38* Drop support for Ruby 2.4
Original file line number Diff line number Diff line change 33module RuboCop
44 module Airbnb
55 # Version information for the the Airbnb RuboCop plugin.
6- VERSION = '5 .0.0'
6+ VERSION = '6 .0.0'
77 end
88end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525 'Gemfile' ,
2626 ]
2727
28- spec . add_dependency ( 'rubocop' , '~> 1.22 .0' )
28+ spec . add_dependency ( 'rubocop' , '~> 1.32 .0' )
2929 spec . add_dependency ( 'rubocop-performance' , '~> 1.10.2' )
3030 spec . add_dependency ( 'rubocop-rails' , '~> 2.9.1' )
3131 spec . add_dependency ( 'rubocop-rspec' , '~> 2.0.0' )
You can’t perform that action at this time.
0 commit comments