diff --git a/Gemfile b/Gemfile
index 41c09590e8692bcc1e9945e42b853958359e5d05..8a001550d47fda1ea72293d18d8c921885a79880 100644
--- a/Gemfile
+++ b/Gemfile
@@ -157,7 +157,7 @@ group :production do # we don't install these on travis to speed up test runs
 
   # Redirects
 
-  gem 'rack-rewrite', '1.3.3', :require => false
+  gem 'rack-rewrite', '1.5.0', :require => false
   gem 'rack-ssl',     '1.3.3', :require => 'rack/ssl'
 
   # Third party asset hosting
diff --git a/Gemfile.lock b/Gemfile.lock
index 60d5b83e32ed9fc767a9cdf3983463afeb5da420..f3472f553055a1dca524ee133f8ddf6fa140b360 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -278,7 +278,7 @@ GEM
       rack (~> 1.3)
     rack-protection (1.2.0)
       rack
-    rack-rewrite (1.3.3)
+    rack-rewrite (1.5.0)
     rack-ssl (1.3.3)
       rack
     rack-test (0.6.2)
@@ -479,7 +479,7 @@ DEPENDENCIES
   rack-google-analytics (= 0.14.0)
   rack-piwik (= 0.2.2)
   rack-protection (= 1.2)
-  rack-rewrite (= 1.3.3)
+  rack-rewrite (= 1.5.0)
   rack-ssl (= 1.3.3)
   rails (= 3.2.16)
   rails-i18n (= 0.7.4)