-
- Downloads
Update for rubocop/-rails/-omakase changes
... | @@ -26,7 +26,7 @@ group :development, :test do | ... | @@ -26,7 +26,7 @@ group :development, :test do |
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem | # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem | ||
gem "debug", platforms: %i[mri windows] | gem "debug", platforms: %i[mri windows] | ||
gem "rubocop-rails-omakase", "~> 1.1" | gem "rubocop-rails-omakase", "~> 1.1", require: false | ||
gem "rubocop-capybara", "~> 2.21" | gem "rubocop-capybara", "~> 2.21" | ||
end | end | ||
... | ... |
Please register or sign in to comment