aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-11-04 15:57:31 +0100
committerXavier Noria <fxn@hashref.com>2015-11-08 22:49:50 -0800
commitd47b98226827e52bc182b6b22b50a1834b45e7e4 (patch)
tree026334a2b3771a4998be75b35b11fe9aedef2b20 /railties
parent7d2ae1328cf34873e4d73c3cb6fae750b3b7e213 (diff)
downloadrails-d47b98226827e52bc182b6b22b50a1834b45e7e4.tar.gz
rails-d47b98226827e52bc182b6b22b50a1834b45e7e4.tar.bz2
rails-d47b98226827e52bc182b6b22b50a1834b45e7e4.zip
upgrade listen to 3.0.4
3.0.3 has a bug in OS X.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index ef23bc23a7..4f3f59cc22 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -51,7 +51,7 @@ group :development do
# Loading the listen gem enables an evented file system monitor. Check
# https://github.com/guard/listen#listen-adapters if on Windows or *BSD.
- # gem 'listen', '~> 3.0.3'
+ # gem 'listen', '~> 3.0.4'
end
<% end -%>