diff --git a/Gemfile b/Gemfile
index de920ae436d95f9ba76f9ad4adeb7f5cde24279a..d95aa5cd9324464eb2c7408c408f0577135dac5c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -236,7 +236,7 @@ group :development do
 
   # Preloading environment
 
-  gem "spring", "1.6.3"
+  gem "spring", "1.7.1"
   gem "spring-commands-rspec", "1.0.4"
   gem "spring-commands-cucumber", "1.0.1"
 
diff --git a/Gemfile.lock b/Gemfile.lock
index bec70f574750b56c9eacd55bfcc99145ebabb468..cb92826c9ca2f56527d8c42a1201e543dd4ad9a2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -727,7 +727,7 @@ GEM
     sinon-rails (1.15.0)
       railties (>= 3.1)
     slop (3.6.0)
-    spring (1.6.3)
+    spring (1.7.1)
     spring-commands-cucumber (1.0.1)
       spring (>= 0.9.1)
     spring-commands-rspec (1.0.4)
@@ -914,7 +914,7 @@ DEPENDENCIES
   simplecov (= 0.11.2)
   sinatra (= 1.4.7)
   sinon-rails (= 1.15.0)
-  spring (= 1.6.3)
+  spring (= 1.7.1)
   spring-commands-cucumber (= 1.0.1)
   spring-commands-rspec (= 1.0.4)
   test_after_commit (= 0.4.2)