Skip to content

Commit

Permalink
bundle audit
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 13, 2024
1 parent 340fea1 commit 96e1509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
end

group :test do
gem 'bundler-audit', require: false
gem 'bundle-audit', require: false
gem 'byebug', require: false
gem 'rspec', require: false
gem 'simplecov', require: false
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bundle-audit (0.1.0)
bundler-audit
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand Down Expand Up @@ -133,7 +135,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler-audit
bundle-audit
byebug
rake (~> 13.0)
rspec
Expand Down

0 comments on commit 96e1509

Please sign in to comment.