Skip to content

Commit

Permalink
Workaround to prevent the following error in RuboCop Rails 2.21.2
Browse files Browse the repository at this point in the history
This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85

`gem "rubocop-rails", "2.21.1"` specification can be removed once a version resolving the issue is released.
  • Loading branch information
koic committed Oct 15, 2023
1 parent 203e411 commit b967f43
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ gem "bundler"
gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.48.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.48.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.49.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.49.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.50.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.51.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.52.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.53.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.53.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.54.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.54.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.55.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.55.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rubocop_1.56.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.56.0"
# This is a workaround to prevent the following error in RuboCop Rails 2.21.2.
# https://github.com/toshimaru/rubocop-rails_config/actions/runs/6522833241/job/17712818757#step:4:85
# This gem specification can be removed once a version resolving the issue is released.
gem "rubocop-rails", "2.21.1"

gemspec path: "../"

0 comments on commit b967f43

Please sign in to comment.