Skip to content

Commit

Permalink
Avoid Rubocop 1.22.0 because of rubocop/rubocop#10140
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 2, 2021
1 parent 10d9c9d commit 3bf5065
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,7 +35,7 @@ group :test do
gem 'rspec-rails', '>= 2.14'
gem 'rspec-expectations', '!= 3.8.3'
gem 'rspec-retry'
gem 'rubocop', '~> 1.20', require: false
gem 'rubocop', ['~> 1.20', '!= 1.22.0'], require: false
gem 'rubocop-performance', require: false
gem 'simplecov', '>= 0.9', require: false
gem 'simplecov-lcov', require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Expand Up @@ -45,7 +45,7 @@ group :test do
gem "rspec-rails", ">= 4.0.0.beta2"
gem "rspec-expectations", "!= 3.8.3"
gem "rspec-retry"
gem "rubocop", "~> 1.20", require: false
gem "rubocop", ["~> 1.20", "!= 1.22.0"], require: false
gem "rubocop-performance", require: false
gem "simplecov", ">= 0.9", require: false
gem "simplecov-lcov", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile
Expand Up @@ -45,7 +45,7 @@ group :test do
gem "rspec-rails", ">= 4.0.0.beta2"
gem "rspec-expectations", "!= 3.8.3"
gem "rspec-retry"
gem "rubocop", "~> 1.20", require: false
gem "rubocop", ["~> 1.20", "!= 1.22.0"], require: false
gem "rubocop-performance", require: false
gem "simplecov", ">= 0.9", require: false
gem "simplecov-lcov", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Expand Up @@ -39,7 +39,7 @@ group :test do
gem "rspec-rails", ">= 4.0.0.beta2"
gem "rspec-expectations", "!= 3.8.3"
gem "rspec-retry"
gem "rubocop", "~> 1.20", require: false
gem "rubocop", ["~> 1.20", "!= 1.22.0"], require: false
gem "rubocop-performance", require: false
gem "simplecov", ">= 0.9", require: false
gem "simplecov-lcov", require: false
Expand Down

0 comments on commit 3bf5065

Please sign in to comment.