From 49e93f3da60ba387b5fa5503f9a98d417a67bb67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 19:03:13 +0000 Subject: [PATCH] Bump brakeman from 4.3.1 to 4.7.2 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.3.1 to 4.7.2. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v4.3.1...v4.7.2) 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 c7c9183..39c3758 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :development, :test do gem 'guard-jasmine', '~> 2.0' # We can relax this brakeman dependency after we have deployed a hybrid # cookie serializer and allowed a chance for cookies to be stored as JSON. - gem 'brakeman', '4.5.1', require: false + gem 'brakeman', '4.7.1', require: false gem 'rubocop', '0.52.1', require: false gem 'rubocop-rspec', '1.22.2', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 3cc1e41..58b9005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM execjs (~> 2.0) bootsnap (1.7.3) msgpack (~> 1.0) - brakeman (4.5.1) + brakeman (4.7.1) builder (3.2.4) byebug (11.1.3) canvas_oauth_engine (2.1.3) @@ -486,7 +486,7 @@ PLATFORMS DEPENDENCIES aws-sdk-s3 (~> 1.0) bootsnap (~> 1.0) - brakeman (= 4.5.1) + brakeman (= 4.7.1) bundler (>= 1.7.10) byebug canvas_oauth_engine (~> 2.1.3)