diff --git a/Gemfile b/Gemfile index 163bdef69..21c7d21e4 100644 --- a/Gemfile +++ b/Gemfile @@ -250,7 +250,7 @@ group :development do # Preloading environment - gem "spring", "1.7.1" + gem "spring", "1.7.2" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index c0d6a74c3..ed88a5083 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -808,7 +808,7 @@ GEM sinon-rails (1.15.0) railties (>= 3.1) slop (3.6.0) - spring (1.7.1) + spring (1.7.2) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -1033,7 +1033,7 @@ DEPENDENCIES simplecov (= 0.12.0) sinatra (= 1.4.7) sinon-rails (= 1.15.0) - spring (= 1.7.1) + spring (= 1.7.2) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 1.0.0)