From 43d0946769a71101781fe11e6cb31f0fd95dbe74 Mon Sep 17 00:00:00 2001
From: Dennis Schubert <mail@dennis-schubert.de>
Date: Thu, 12 May 2016 02:19:40 +0200
Subject: [PATCH] Bump spring

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index de920ae436..d95aa5cd93 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 bec70f5747..cb92826c9c 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)
-- 
GitLab