aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 00ba9d08c7..7b0b442aa4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'uglifier', '>= 1.3.0', require: false
gem 'sass', github: 'sass/sass', branch: 'stable', 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'
+gem 'rb-inotify', github: 'matthewd/rb-inotify', branch: 'close-handling', require: false
group :doc do
gem 'sdoc', '~> 0.4.0'