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)