Merge pull request #551 from internetee/improve-spring

Improve spring
This commit is contained in:
Timo Võhmar 2017-06-15 09:03:31 +03:00 committed by GitHub
commit 5e963066f1
3 changed files with 7 additions and 8 deletions

View file

@ -1,2 +0,0 @@
Spring.watch 'config/application.yml'
eee

View file

@ -114,8 +114,8 @@ gem 'jquery-ui-rails', '5.0.5'
group :development do group :development do
gem 'spring', '1.3.6' gem 'spring'
gem 'spring-commands-rspec', '1.0.4' gem 'spring-commands-rspec'
gem 'rubocop', '0.48.1' gem 'rubocop', '0.48.1'
# deploy # deploy

View file

@ -232,7 +232,7 @@ GEM
httpi (2.4.2) httpi (2.4.2)
rack rack
socksify socksify
i18n (0.8.1) i18n (0.8.4)
i18n_data (0.7.0) i18n_data (0.7.0)
ice_nine (0.11.2) ice_nine (0.11.2)
isikukood (0.1.2) isikukood (0.1.2)
@ -434,7 +434,8 @@ GEM
sixarm_ruby_unaccent (1.1.1) sixarm_ruby_unaccent (1.1.1)
slop (3.6.0) slop (3.6.0)
socksify (1.7.1) socksify (1.7.1)
spring (1.3.6) spring (2.0.2)
activesupport (>= 4.2)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
sprockets (3.7.1) sprockets (3.7.1)
@ -562,8 +563,8 @@ DEPENDENCIES
selectize-rails (= 0.12.1) selectize-rails (= 0.12.1)
simplecov simplecov
simpleidn (= 0.0.7) simpleidn (= 0.0.7)
spring (= 1.3.6) spring
spring-commands-rspec (= 1.0.4) spring-commands-rspec
therubyracer (= 0.12.2) therubyracer (= 0.12.2)
turbolinks (= 2.5.3) turbolinks (= 2.5.3)
uglifier (= 2.7.2) uglifier (= 2.7.2)