From dd253b1dd5c394cc5b411052bd26ee0f4c807959 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 01:26:28 +0000 Subject: [PATCH] Bump brakeman from 4.9.1 to 5.0.0 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.9.1 to 5.0.0. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v4.9.1...v5.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e896045..fcf043d 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ group :development do gem 'spring-watcher-listen', '~> 2.0', '>= 2.0.1' # Custom gems: - gem 'brakeman', '~> 4.9' + gem 'brakeman', '~> 5.0' gem 'bundler-audit', '~> 0.7.0' end diff --git a/Gemfile.lock b/Gemfile.lock index bc42ed6..60f5566 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM bindex (0.8.1) bootsnap (1.4.8) msgpack (~> 1.0) - brakeman (4.9.1) + brakeman (5.0.0) builder (3.2.4) bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) @@ -246,7 +246,7 @@ PLATFORMS DEPENDENCIES bootsnap (~> 1.4) - brakeman (~> 4.9) + brakeman (~> 5.0) bundler-audit (~> 0.7.0) byebug (~> 11.1) capybara (~> 3.33)