mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Revert back to original spring watcher
This commit is contained in:
parent
a1cb5ad9e3
commit
8946a476c2
2 changed files with 4 additions and 13 deletions
7
Gemfile
7
Gemfile
|
@ -103,9 +103,10 @@ group :development do
|
|||
# dev tools
|
||||
gem 'spring', '~> 1.3.6'
|
||||
gem 'spring-commands-rspec', '~> 1.0.4'
|
||||
gem 'spring-watcher-listen', # otherwise spring polls the filesystem on every 0.2 seconds
|
||||
github: 'jonleighton/spring-watcher-listen',
|
||||
ref: '7f6003e14f8f9ca178a5194f210c07f54cfb67ec'
|
||||
# emits errors, needs more investigation
|
||||
# gem 'spring-watcher-listen', # otherwise spring polls the filesystem on every 0.2 seconds
|
||||
# github: 'jonleighton/spring-watcher-listen',
|
||||
# ref: '7f6003e14f8f9ca178a5194f210c07f54cfb67ec'
|
||||
gem 'guard', '~> 2.12.6' # run tests automatically
|
||||
gem 'guard-rspec', '~> 4.5.2'
|
||||
gem 'guard-rails', '~> 0.7.1' # run EPP server automatically
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -24,15 +24,6 @@ GIT
|
|||
hpricot
|
||||
libxml-ruby
|
||||
|
||||
GIT
|
||||
remote: https://github.com/jonleighton/spring-watcher-listen.git
|
||||
revision: 7f6003e14f8f9ca178a5194f210c07f54cfb67ec
|
||||
ref: 7f6003e14f8f9ca178a5194f210c07f54cfb67ec
|
||||
specs:
|
||||
spring-watcher-listen (1.0.0)
|
||||
listen (~> 2.7)
|
||||
spring (~> 1.2)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rubysec/bundler-audit.git
|
||||
revision: f89ef7fae1090bbad825ea76812d56d72b417055
|
||||
|
@ -625,7 +616,6 @@ DEPENDENCIES
|
|||
simpleidn (~> 0.0.5)
|
||||
spring (~> 1.3.6)
|
||||
spring-commands-rspec (~> 1.0.4)
|
||||
spring-watcher-listen!
|
||||
therubyracer (~> 0.12.2)
|
||||
traceroute (~> 0.5.0)
|
||||
turbolinks (~> 2.5.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue