From 6c1cf7a9695f1bbfc317c014fa57c9fb83c2de75 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Tue, 8 Oct 2024 10:31:12 +0530 Subject: [PATCH] add bundle audit for checking the vulnerabilities --- Gemfile | 1 + Gemfile.lock | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f4dbe484..18be3680 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,5 @@ group :development, :test do gem 'rake', '~> 12.3.3' gem 'pry-byebug' gem 'rubocop', '~> 0.70' + gem 'bundler-audit' end diff --git a/Gemfile.lock b/Gemfile.lock index cc699f1d..82b6e877 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -105,6 +109,7 @@ PLATFORMS ruby DEPENDENCIES + bundler-audit pry-byebug rake (~> 12.3.3) rspec (~> 3.6, >= 3.6.0)