diff --git a/Gemfile b/Gemfile index accac3b97..b629c1873 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ group :development do gem 'rubocop', '~> 0.85', require: false gem 'rubocop-rails', '~> 2.6', require: false gem 'brakeman', '~> 4.8', require: false - gem 'bundler-audit', '~> 0.6', require: false + gem 'bundler-audit', '~> 0.7', require: false gem 'capistrano', '~> 3.14' gem 'capistrano-rails', '~> 1.5' diff --git a/Gemfile.lock b/Gemfile.lock index 7e5a7b298..912e3f46d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,9 +124,9 @@ GEM bullet (6.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - bundler-audit (0.6.1) + bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) - thor (~> 0.18) + thor (>= 0.18, < 2) byebug (11.1.3) capistrano (3.14.0) airbrussh (>= 1.0.0) @@ -682,7 +682,7 @@ DEPENDENCIES brakeman (~> 4.8) browser bullet (~> 6.1) - bundler-audit (~> 0.6) + bundler-audit (~> 0.7) capistrano (~> 3.14) capistrano-rails (~> 1.5) capistrano-rbenv (~> 2.1)