diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-12 18:25:21 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-12 18:25:21 -0600 |
commit | f395ed242add9c21536a6e4d9ea7f0154351e503 (patch) | |
tree | 3be1be0a8bfcaa662c713f9d4b6121a54bbab4f3 /Gemfile | |
parent | 8d243f9bdacea1909bf503eb715bd437c3b48aa7 (diff) | |
download | gitlab-ce-f395ed242add9c21536a6e4d9ea7f0154351e503.tar.gz |
Update brakeman from 3.2.1 to 3.3.2
Removes a few dependencies.
Changelog: https://github.com/presidentbeef/brakeman/blob/master/CHANGES
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ end group :development do gem "foreman" - gem 'brakeman', '~> 3.2.0', require: false + gem 'brakeman', '~> 3.3.0', require: false gem 'letter_opener_web', '~> 1.3.0' gem 'quiet_assets', '~> 1.0.2' |