Skip to content

Commit

Permalink
Add more gemfile for security and CI/CD setup
Browse files Browse the repository at this point in the history
- brakeman
- bundler-audit
- ruby-audit
  • Loading branch information
sassani134 committed Sep 28, 2024
1 parent 25aa37f commit 916ae93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,13 @@ group :development, :test do
gem 'faker', '~> 3.4'
gem 'rspec-rails'

gem 'brakeman'
gem 'bundler-audit'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
gem 'ruby_audit'
end

group :development do
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.1)
racc
builder (3.3.0)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
capybara (3.40.0)
addressable
matrix
Expand Down Expand Up @@ -237,6 +242,8 @@ GEM
rubocop-rspec (3.0.5)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby_audit (2.3.1)
bundler-audit (~> 0.9.0)
rubyzip (2.3.2)
selenium-webdriver (4.24.0)
base64 (~> 0.2)
Expand Down Expand Up @@ -302,6 +309,8 @@ PLATFORMS

DEPENDENCIES
bootsnap
brakeman
bundler-audit
capybara
debug
faker (~> 3.4)
Expand All @@ -315,6 +324,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
ruby_audit
selenium-webdriver
sprockets-rails
stimulus-rails
Expand Down

0 comments on commit 916ae93

Please sign in to comment.