bump spring
This commit is contained in:
parent
ae97c140f5
commit
011235ea82
2 changed files with 6 additions and 6 deletions
4
Gemfile
4
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue