Skip to content

Commit

Permalink
add bundle audit for checking the vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 8, 2024
1 parent 35f14f1 commit 6c1cf7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ group :development, :test do
gem 'rake', '~> 12.3.3'
gem 'pry-byebug'
gem 'rubocop', '~> 0.70'
gem 'bundler-audit'
end
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xero-ruby (9.1.0)
xero-ruby (9.3.0)
faraday (>= 2.0, < 3.0)
json (~> 2.1, >= 2.1.0)
json-jwt (~> 1.16, >= 1.16.3)
Expand All @@ -24,6 +24,9 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.3.3)
Expand Down Expand Up @@ -95,6 +98,7 @@ GEM
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
strscan (3.1.0)
thor (1.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
Expand All @@ -105,6 +109,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler-audit
pry-byebug
rake (~> 12.3.3)
rspec (~> 3.6, >= 3.6.0)
Expand Down

0 comments on commit 6c1cf7a

Please sign in to comment.