aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2018-12-31 00:35:30 +1030
committerMatthew Draper <matthew@trebex.net>2018-12-31 00:38:05 +1030
commita796b993ad3717f9a0b3d5be070311ab7a0c95ba (patch)
tree2f9599c6abe4ee125eb9aaebb3a82452fa9b3ed5 /Gemfile
parentbf11c425a2c4ed7cbd1a4e8a20f56723c02bb371 (diff)
downloadrails-a796b993ad3717f9a0b3d5be070311ab7a0c95ba.tar.gz
rails-a796b993ad3717f9a0b3d5be070311ab7a0c95ba.tar.bz2
rails-a796b993ad3717f9a0b3d5be070311ab7a0c95ba.zip
Switch to released rb-inotify 0.10.0
It contains guard/rb-inotify#79, which is what we were waiting for.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 1d38a11cf2..eced62380f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,9 +29,6 @@ gem "json", ">= 2.0.0"
gem "rubocop", ">= 0.47", require: false
-# https://github.com/guard/rb-inotify/pull/79
-gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
-
group :doc do
gem "sdoc", "~> 1.0"
gem "redcarpet", "~> 3.2.3", platforms: :ruby