aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
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 /Gemfile
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 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bc14498372..b9fc37cba2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ end
# Active Support.
gem 'dalli', '>= 2.2.1'
-gem 'listen', '~> 3.0.3'
+gem 'listen', '~> 3.0.4'
# Active Job.
group :job do