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 5ac9913
Showing 1 changed file with 4 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"

0 comments on commit 5ac9913

Please sign in to comment.