diff --git a/Gemfile b/Gemfile index 2b79e3e..5a3ad59 100644 --- a/Gemfile +++ b/Gemfile @@ -48,14 +48,13 @@ gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem "image_processing", "~> 1.2" -gem "brakeman" -gem "bundler-audit" -gem "rubocop-rails" - group :development, :test do + gem "brakeman" + gem "bundler-audit" # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri windows ] gem "rspec-rails" + gem "rubocop-rails" gem "rubocop-rspec" end