aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2016-10-03 09:11:08 -0400
committerGitHub <noreply@github.com>2016-10-03 09:11:08 -0400
commit60cc5064756c3d804596a1498a1d5196321342af (patch)
tree938c484ff05f7e5030df42e18b4d92a2b91b9214 /guides
parent8058ece4feea7fb8feed1d0cfc44c6065c773127 (diff)
parentddddedc487912e33edb7d78aec6bcf99b1312c6d (diff)
downloadrails-60cc5064756c3d804596a1498a1d5196321342af.tar.gz
rails-60cc5064756c3d804596a1498a1d5196321342af.tar.bz2
rails-60cc5064756c3d804596a1498a1d5196321342af.zip
Merge pull request #26695 from MentalPower/master
Allow the use of listen's 3.1.x branch.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index fbf3c27957..3df8a0ed26 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -1296,7 +1296,7 @@ evented file system monitor to detect changes when `config.cache_classes` is
```ruby
group :development do
- gem 'listen', '~> 3.0.4'
+ gem 'listen', '>= 3.0.5', '< 3.2'
end
```