Activity
The workaround is to disable 'spring' as follows.
1: comment out gem 'spring'
in the Gemfile
2: execute "bundle install"
Details are on GitHub issue (rails/spring #678).
I will fix the issue.
The workaround is to disable 'spring' as follows.
1: comment out gem 'spring'
in the Gemfile
2: execute "bundle install"
Details are on GitHub issue (rails/spring #678).
I will fix the issue.