From 403f49cd501c9a421dd0ebc5ed4eed2fab67421c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Mon, 8 Jun 2015 10:10:10 +0200 Subject: [PATCH] bump spring --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d37962c77d..921c12cd57 100644 --- a/Gemfile +++ b/Gemfile @@ -237,7 +237,7 @@ group :development do # Preloading environment - gem "spring", "1.3.5" + gem "spring", "1.3.6" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 031891bbd0..9f0e7ecbac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -676,7 +676,7 @@ GEM sinon-rails (1.10.3) railties (>= 3.1) slop (3.6.0) - spring (1.3.5) + spring (1.3.6) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -859,7 +859,7 @@ DEPENDENCIES simplecov (= 0.10.0) sinatra (= 1.4.6) sinon-rails (= 1.10.3) - spring (= 1.3.5) + spring (= 1.3.6) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.1) -- GitLab