Skip to content

Commit

Permalink
Adds bundler-audit gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Apr 11, 2024
1 parent 59ca2ab commit ddb5739
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rake', '~> 13.0'

gem 'bundle-audit'
gem 'minitest', '~> 5.16'

gem 'pry-byebug'
gem 'rake', '~> 13.0'
gem 'rubocop-minitest'
gem 'rubocop-performance'
gem 'rubocop-rake'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bundle-audit (0.1.0)
bundler-audit
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -59,6 +64,7 @@ GEM
rubocop (~> 1.0)
ruby-filemagic (0.7.3)
ruby-progressbar (1.13.0)
thor (1.3.1)
tty-color (0.6.0)
tty-command (0.10.1)
pastel (~> 0.8)
Expand All @@ -72,6 +78,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bundle-audit
minitest (~> 5.16)
namespacer-rb!
pry-byebug
Expand Down

0 comments on commit ddb5739

Please sign in to comment.