Skip to content

Commit 8e1bd49

Browse files
committed
build
1 parent 13095d6 commit 8e1bd49

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Gemfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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"
5657
end
5758

0 commit comments

Comments
 (0)