diff options
author | Stan Hu <stanhu@gmail.com> | 2015-05-22 16:25:03 -0400 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-05-22 16:25:03 -0400 |
commit | 3b22cfe6001db636a1750a475821af5f9fa7cf1b (patch) | |
tree | de06b72fa01e90da089ad317eee353ca75f63813 /Gemfile | |
parent | c4e48d27a7922490be30ba9f26740af94b6c020c (diff) | |
download | gitlab-ce-3b22cfe6001db636a1750a475821af5f9fa7cf1b.tar.gz |
Remove Rack Attack monkey patches and bump to version 4.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |