diff options
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |