update spring to 2.1.0
This commit is contained in:
parent
eb7a71a2a5
commit
4ac1b9ae87
2 changed files with 6 additions and 7 deletions
2
Gemfile
2
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"
|
||||
|
||||
|
|
|
|||
11
Gemfile.lock
11
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue