Move to test/dev
This commit is contained in:
@@ -48,14 +48,13 @@ gem "bootsnap", require: false
|
|||||||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||||
gem "image_processing", "~> 1.2"
|
gem "image_processing", "~> 1.2"
|
||||||
|
|
||||||
|
group :development, :test do
|
||||||
gem "brakeman"
|
gem "brakeman"
|
||||||
gem "bundler-audit"
|
gem "bundler-audit"
|
||||||
gem "rubocop-rails"
|
|
||||||
|
|
||||||
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 "rspec-rails"
|
gem "rspec-rails"
|
||||||
|
gem "rubocop-rails"
|
||||||
gem "rubocop-rspec"
|
gem "rubocop-rspec"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user