File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # 8.0.0
2+ * [ #72 ] ( https://github.com/airbnb/ruby/pull/212 ) Adopt Rubocop's plugin system (thanks @koic !)
3+ * Bump minimum gem versions:
4+ * ` rubocop ` from ` '~> 1.61' ` to ` '~> 1.72' `
5+ * ` rubocop-performance ` from ` '~> 1.20' ` to ` '~> 1.24' `
6+ * ` rubocop-rails ` from ` '~> 2.24' ` to ` '~> 2.30' `
7+ * ` rubocop-rspec ` from ` '~> 2.26' ` to ` '~> 3.5' `
8+ * Add explicit ` rubocop-* ` gem dependencies which have been extracted
9+ * ` rubocop-capybara ` with min version ` '~> 2.22' `
10+ * ` rubocop-factory_bot ` with min version ` '~> 2.27' `
11+
112# 7.0.0
213* Add support for Ruby 3.3
314* Drop support for Ruby 2.6
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 = '7 .0.0'
6+ VERSION = '8 .0.0'
77 end
88end
You can’t perform that action at this time.
0 commit comments