From ec11d6a1c8c6f7c485e519164afa1a317a9df9c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 18:50:24 +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 a249e09..13d009b 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.2', 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 0ff7386..3e79b30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM backports (3.15.0) bootsnap (1.4.5) msgpack (~> 1.0) - brakeman (4.5.1) + brakeman (4.7.2) builder (3.2.4) byebug (11.0.1) canvas_oauth_engine (2.1.2) @@ -458,7 +458,7 @@ PLATFORMS DEPENDENCIES aws-sdk-s3 (~> 1.0) bootsnap (~> 1.0) - brakeman (= 4.5.1) + brakeman (= 4.7.2) bundler (>= 1.7.10) byebug canvas_oauth_engine (~> 2.1.2)