We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37ba942 + 48ef1af commit c4fcb63Copy full SHA for c4fcb63
README.md
@@ -339,7 +339,17 @@ much CPU, then you can turn on event-based file system listening:
339
Spring.watch_method = :listen
340
```
341
342
-You may need to add the [`listen` gem](https://github.com/guard/listen) to your `Gemfile`.
+You will need to add the [`listen` gem](https://github.com/guard/listen) to your `Gemfile`
343
+if you don't already have it:
344
+
345
+```ruby
346
+group :development do
347
+ gem 'listen', '~> 1.0'
348
+end
349
+```
350
351
+Note that Spring does not currently support version 2 of the listen gem.
352
+See pull request [#194](https://github.com/rails/spring/pull/194) for more details.
353
354
## Troubleshooting
355
0 commit comments