diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2017-07-19 19:43:12 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2017-07-19 19:45:42 +0200 |
commit | 5c16dd35a23f75038baf1527143ee44accf081ff (patch) | |
tree | ff71a85559b3e81d66571f77ee920e581fcecab3 /Gemfile | |
parent | 1f7f872ac6c8b57af6e0117bde5f6c38d0bae923 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |