From 147ea4e39930c3f79ba210adf0e3978cc1dd7503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 4 May 2015 15:55:58 +0200 Subject: [PATCH] bump spring --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0006bbc27..3fa0d707b 100644 --- a/Gemfile +++ b/Gemfile @@ -231,7 +231,7 @@ group :development do # Preloading environment - gem "spring", "1.3.3" + gem "spring", "1.3.5" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index b1f2499e8..9189d2393 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -646,7 +646,7 @@ GEM sinon-rails (1.10.3) railties (>= 3.1) slop (3.6.0) - spring (1.3.3) + spring (1.3.5) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -818,7 +818,7 @@ DEPENDENCIES simple_captcha2 (= 0.3.4) sinatra (= 1.4.6) sinon-rails (= 1.10.3) - spring (= 1.3.3) + spring (= 1.3.5) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.1)