Skip to content

Commit

Permalink
rails g model <hoge> の際に出たエラー「ERROR: directory is already being watch…
Browse files Browse the repository at this point in the history
…ed」の対応

see: rails/rails#32700 (comment)
  • Loading branch information
ArtefactGitHub committed Mar 14, 2019
1 parent 639fa57 commit 9ea60b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -37,7 +37,7 @@ group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
# gem 'spring-watcher-listen', '~> 2.0.0'
end


Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -112,9 +112,6 @@ GEM
ruby_dep (1.5.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -142,7 +139,6 @@ DEPENDENCIES
rack-cors
rails (~> 5.2.2)
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 9ea60b4

Please sign in to comment.