aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-05-27 09:38:08 +0930
committerMatthew Draper <matthew@trebex.net>2017-05-27 09:38:08 +0930
commitd93cd4357bacf32dab0f03a9a0abc4144fdcdf16 (patch)
treefd9eabdb96f86bb6aba413bd4365cca10d17846e /Gemfile
parent4f993520f93c4c26bcf921be7c6ad5536fc1c71c (diff)
downloadrails-d93cd4357bacf32dab0f03a9a0abc4144fdcdf16.tar.gz
rails-d93cd4357bacf32dab0f03a9a0abc4144fdcdf16.tar.bz2
rails-d93cd4357bacf32dab0f03a9a0abc4144fdcdf16.zip
Switch to rb-inotify master
https://github.com/guard/rb-inotify/pull/49 has been merged.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8d6a8427e4..8260533cb5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,8 +33,8 @@ gem "bcrypt", "~> 3.1.11", require: false
# sprockets.
gem "uglifier", ">= 1.3.0", require: false
-# FIXME: Remove this fork after https://github.com/nex3/rb-inotify/pull/49 is fixed.
-gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
+# FIXME: Pending rb-inotify 0.9.9 release
+gem "rb-inotify", github: "guard/rb-inotify", branch: "master", require: false
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
gem "json", ">= 2.0.0"