File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,16 @@ gem "bootsnap", require: false
4343# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4444# gem "image_processing", "~> 1.2"
4545
46- group :development , :test do
47- # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
48- gem "debug" , platforms : %i[ mri windows ] , require : "debug/prelude"
46+ # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
47+ gem "debug" , platforms : %i[ mri windows ] , require : "debug/prelude"
48+
49+ # Static analysis for security vulnerabilities [https://brakemanscanner.org/]
50+ gem "brakeman" , require : false
4951
50- # Static analysis for security vulnerabilities [https://brakemanscanner.org /]
51- gem "brakeman " , require : false
52+ # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase /]
53+ gem "rubocop-rails-omakase " , require : false
5254
53- # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
54- gem "rubocop-rails-omakase" , require : false
55+ group :development , :test do
5556 gem "faker"
5657end
5758
You can’t perform that action at this time.
0 commit comments