From ab503f72c512087ec7bab13e235d6fbdfcd40937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 27 Jul 2016 23:47:26 -0300 Subject: Do not require rb-inotify --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.3