Move to test/dev

This commit is contained in:
Ryan W
2023-09-30 20:38:11 -07:00
parent cf4877592d
commit b7433d2be1
+2 -3
View File
@@ -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"
group :development, :test do
gem "brakeman"
gem "bundler-audit"
gem "rubocop-rails"
group :development, :test do
# 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