From 011235ea82a42c5dbe8d9849f4ca923386cb4f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Sat, 28 Feb 2015 01:30:33 +0100 Subject: [PATCH] bump spring --- Gemfile | 4 ++-- Gemfile.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b8e9aa2094..8e9933ca06 100644 --- a/Gemfile +++ b/Gemfile @@ -225,8 +225,8 @@ group :development do # Preloading environment - gem 'spring', '1.3.1' - gem 'spring-commands-rspec', '1.0.2' + gem 'spring', '1.3.3' + gem 'spring-commands-rspec', '1.0.4' gem 'spring-commands-cucumber', '1.0.1' # Debugging diff --git a/Gemfile.lock b/Gemfile.lock index 4a27389fa5..600d55861a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -612,10 +612,10 @@ GEM sinon-rails (1.10.3) railties (>= 3.1) slop (3.6.0) - spring (1.3.1) + spring (1.3.3) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) - spring-commands-rspec (1.0.2) + spring-commands-rspec (1.0.4) spring (>= 0.9.1) sprockets (2.11.3) hike (~> 1.2) @@ -779,9 +779,9 @@ DEPENDENCIES simple_captcha2 (= 0.3.4) sinatra (= 1.4.5) sinon-rails (= 1.10.3) - spring (= 1.3.1) + spring (= 1.3.3) spring-commands-cucumber (= 1.0.1) - spring-commands-rspec (= 1.0.2) + spring-commands-rspec (= 1.0.4) test_after_commit (= 0.4.0) timecop (= 0.7.1) twitter (= 4.8.1) -- GitLab