mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Updated spring
This commit is contained in:
parent
d0bffdd5fc
commit
02bb43c181
2 changed files with 5 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue