Updated spring

This commit is contained in:
Priit Tark 2015-03-27 10:23:20 +02:00
parent d0bffdd5fc
commit 02bb43c181
2 changed files with 5 additions and 5 deletions

View file

@ -72,8 +72,8 @@ gem 'depp', github: 'domify/depp', ref: '730b264929613033d334a636a29b04a39693b10
group :development do
# dev tools
gem 'spring', '~> 1.2.0'
gem 'spring-commands-rspec', '~> 1.0.2'
gem 'spring', '~> 1.3.3'
gem 'spring-commands-rspec', '~> 1.0.4'
gem 'guard', '~> 2.6.1' # run tests automatically
gem 'guard-rspec', '~> 4.3.1'
gem 'guard-rails', '~> 0.7.0' # run EPP server automatically

View file

@ -438,7 +438,7 @@ GEM
temple (~> 0.6.9)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
spring (1.2.0)
spring (1.3.3)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (2.12.3)
@ -564,8 +564,8 @@ DEPENDENCIES
shoulda-matchers (~> 2.6.1)
simplecov (~> 0.9.1)
simpleidn (~> 0.0.5)
spring (~> 1.2.0)
spring-commands-rspec (~> 1.0.2)
spring (~> 1.3.3)
spring-commands-rspec (~> 1.0.4)
therubyracer
traceroute (~> 0.4.0)
turbolinks (~> 2.5.3)