From b7433d2be1eaa7d1c5640eda9a2d0cda5216cf1d Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 20:38:11 -0700 Subject: [PATCH] Move to test/dev --- Gemfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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