aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 23:36:24 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 23:39:10 -0300
commit5859cbddc3a2ee5e97ecf2c8ad26828a5aa19944 (patch)
tree0b6b108ffcbf889a1c2d75dff408ed141a332132 /Gemfile
parent70ec7feaecab2d3f4dcb84ef2373a80d427aa336 (diff)
downloadrails-5859cbddc3a2ee5e97ecf2c8ad26828a5aa19944.tar.gz
rails-5859cbddc3a2ee5e97ecf2c8ad26828a5aa19944.tar.bz2
rails-5859cbddc3a2ee5e97ecf2c8ad26828a5aa19944.zip
Use a form of rb-inotify to fix broken tests with Ruby 2.2.5
See https://github.com/nex3/rb-inotify/pull/49
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8696b85694..00ba9d08c7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,6 +27,9 @@ gem 'uglifier', '>= 1.3.0', require: false
# Track stable branch of sass because it doesn't have circular require warnings.
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'
+
group :doc do
gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 3.2.3', platforms: :ruby