Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-13 03:25:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-13 03:25:21 +0300
commitf395ed242add9c21536a6e4d9ea7f0154351e503 (patch)
tree3be1be0a8bfcaa662c713f9d4b6121a54bbab4f3 /Gemfile
parent8d243f9bdacea1909bf503eb715bd437c3b48aa7 (diff)
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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b2660144f2b..6d8a33c2eef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'