aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 23:47:26 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 23:47:26 -0300
commitab503f72c512087ec7bab13e235d6fbdfcd40937 (patch)
treea52b7a788c3f7a201db83e2abb4fe37803148967 /Gemfile
parent5859cbddc3a2ee5e97ecf2c8ad26828a5aa19944 (diff)
downloadrails-ab503f72c512087ec7bab13e235d6fbdfcd40937.tar.gz
rails-ab503f72c512087ec7bab13e235d6fbdfcd40937.tar.bz2
rails-ab503f72c512087ec7bab13e235d6fbdfcd40937.zip
Do not require rb-inotify
Diffstat (limited to 'Gemfile')
-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'