diff --git a/Gemfile b/Gemfile index 3f3c99994..2fe8f2f7b 100644 --- a/Gemfile +++ b/Gemfile @@ -259,7 +259,7 @@ group :development do # Preloading environment - gem "spring", "2.0.2" + gem "spring", "2.1.0" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 65867256e..c525f22f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM bootstrap-switch-rails (3.3.3) buftok (0.2.0) builder (3.2.4) - byebug (11.0.1) + byebug (11.1.1) capybara (3.15.0) addressable mini_mime (>= 0.1.3) @@ -490,7 +490,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) public_suffix (3.1.1) @@ -689,8 +689,7 @@ GEM simplecov-html (0.10.2) sinon-rails (1.15.0) railties (>= 3.1) - spring (2.0.2) - activesupport (>= 4.2) + spring (2.1.0) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -795,7 +794,7 @@ DEPENDENCIES autoprefixer-rails (= 8.6.5) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3) - capybara (= 3.31.0) + capybara (= 3.15.0) carrierwave (= 1.3.1) compass-rails (= 3.1.0) configurate (= 0.3.1) @@ -911,7 +910,7 @@ DEPENDENCIES simple_captcha2 (= 0.4.3) simplecov (= 0.16.1) sinon-rails (= 1.15.0) - spring (= 2.0.2) + spring (= 2.1.0) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) sprockets-rails (= 3.2.1)