From b1f7a452f942935a4f6d5c04d5fe2b1743bf232a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 28 Dec 2015 05:45:32 +0100 Subject: [PATCH] bump spring --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bd4ea66c0..525645e02 100644 --- a/Gemfile +++ b/Gemfile @@ -236,7 +236,7 @@ group :development do # Preloading environment - gem "spring", "1.5.0" + gem "spring", "1.6.1" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 34524cfd3..bc1aa9959 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -701,7 +701,7 @@ GEM sinon-rails (1.15.0) railties (>= 3.1) slop (3.6.0) - spring (1.5.0) + spring (1.6.1) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -887,7 +887,7 @@ DEPENDENCIES simplecov (= 0.11.1) sinatra (= 1.4.6) sinon-rails (= 1.15.0) - spring (= 1.5.0) + spring (= 1.6.1) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.2)