From a5247b9df94c622977ec4768d5088ca1d462c368 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 05:49:57 +0000 Subject: [PATCH] Bump brakeman from 4.9.1 to 5.0.4 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.9.1 to 5.0.4. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 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..3ce47d9 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.4) builder (3.2.4) bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) @@ -109,7 +109,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -246,7 +248,7 @@ PLATFORMS DEPENDENCIES bootsnap (~> 1.4) - brakeman (~> 4.9) + brakeman (~> 5.0) bundler-audit (~> 0.7.0) byebug (~> 11.1) capybara (~> 3.33)