summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-22 16:25:03 -0400
committerStan Hu <stanhu@gmail.com>2015-05-22 16:25:03 -0400
commit3b22cfe6001db636a1750a475821af5f9fa7cf1b (patch)
treede06b72fa01e90da089ad317eee353ca75f63813 /Gemfile
parentc4e48d27a7922490be30ba9f26740af94b6c020c (diff)
downloadgitlab-ce-3b22cfe6001db636a1750a475821af5f9fa7cf1b.tar.gz
Remove Rack Attack monkey patches and bump to version 4.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c47a947cab0..5bf71b871e9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -172,7 +172,7 @@ gem "underscore-rails", "~> 1.4.4"
gem "sanitize", '~> 2.0'
# Protect against bruteforcing
-gem "rack-attack"
+gem "rack-attack", '~> 4.3.0'
# Ace editor
gem 'ace-rails-ap'