diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-24 21:48:06 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-24 21:48:06 -0600 |
commit | f967d5cf3d85d1fd0d48935ec7f9a5449383c43d (patch) | |
tree | b911df205804d06c095f14f9b723190933367b52 /Gemfile | |
parent | 28c94ee955888c48547c02f5d60698faa7aa7b58 (diff) | |
download | gitlab-ce-f967d5cf3d85d1fd0d48935ec7f9a5449383c43d.tar.gz |
Upgrade Brakeman from 3.1.4 to 3.2.1
Includes support for Rails 5, bug fixes, and various additional
vulnerability checks.
See Changelog for more information
(https://github.com/presidentbeef/brakeman/blob/master/CHANGES)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ end group :development do gem "foreman" - gem 'brakeman', '~> 3.1.0', require: false + gem 'brakeman', '~> 3.2.0', require: false gem "annotate", "~> 2.6.0" gem "letter_opener", '~> 1.1.2' |