From 5a4e7afcea3271161233795fb3c145793a2f53f9 Mon Sep 17 00:00:00 2001 From: Gregurevic Date: Thu, 12 Sep 2024 11:12:37 +0200 Subject: [PATCH] add gem bundler-audit --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 16e193c1..bbb5a9cb 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,7 @@ end group :development do gem 'brakeman', require: false + gem 'bundler-audit', require: false gem 'erb_lint' gem 'rubocop' gem 'rubocop-capybara' diff --git a/Gemfile.lock b/Gemfile.lock index 48d899ef..3db8dcb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,6 +93,9 @@ GEM brakeman (6.2.1) racc builder (3.2.4) + bundler-audit (0.9.2) + bundler (>= 1.2.0, < 3) + thor (~> 1.0) byebug (11.1.3) capybara (3.40.0) addressable @@ -325,6 +328,7 @@ PLATFORMS DEPENDENCIES bootsnap brakeman + bundler-audit byebug capybara database_cleaner-active_record