aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-07-19 19:43:12 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2017-07-19 19:45:42 +0200
commit5c16dd35a23f75038baf1527143ee44accf081ff (patch)
treeff71a85559b3e81d66571f77ee920e581fcecab3 /Gemfile
parent1f7f872ac6c8b57af6e0117bde5f6c38d0bae923 (diff)
downloadrails-5c16dd35a23f75038baf1527143ee44accf081ff.tar.gz
rails-5c16dd35a23f75038baf1527143ee44accf081ff.tar.bz2
rails-5c16dd35a23f75038baf1527143ee44accf081ff.zip
Move back to @matthewd's close io fixed rb-inotify.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ccf73206b1..734fb68d36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,6 +39,8 @@ gem "json", ">= 2.0.0"
gem "rubocop", ">= 0.47", require: false
+gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false
+
group :doc do
gem "sdoc", "> 1.0.0.rc1", "< 2.0"
gem "redcarpet", "~> 3.2.3", platforms: :ruby