Skip to content

Commit

Permalink
Bump brakeman from 4.3.1 to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 3, 2020
1 parent d52a62c commit ec11d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ec11d6a

Please sign in to comment.