aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock13
2 files changed, 13 insertions, 2 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 86d1bf90c3..68b27bfc1e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -13,6 +13,14 @@ GIT
thor (0.19.4)
GIT
+ remote: https://github.com/matthewd/rb-inotify.git
+ revision: 856730aad4b285969e8dd621e44808a7c5af4242
+ branch: close-handling
+ specs:
+ rb-inotify (0.9.9)
+ ffi (~> 1.0)
+
+GIT
remote: https://github.com/matthewd/websocket-client-simple.git
revision: e161305f1a466b9398d86df3b1731b03362da91b
branch: close-race
@@ -220,6 +228,8 @@ GEM
metaclass (~> 0.0.1)
mono_logger (1.1.0)
msgpack (1.1.0)
+ msgpack (1.1.0-x64-mingw32)
+ msgpack (1.1.0-x86-mingw32)
multi_json (1.12.1)
multipart-post (2.0.0)
mustache (1.0.3)
@@ -267,8 +277,6 @@ GEM
rake
rake (12.0.0)
rb-fsevent (0.9.8)
- rb-inotify (0.9.9)
- ffi (~> 1.0)
rdoc (5.1.0)
redcarpet (3.2.3)
redis (3.3.3)
@@ -416,6 +424,7 @@ DEPENDENCIES
rack-cache (~> 1.2)
rails!
rake (>= 11.1)
+ rb-inotify!
redcarpet (~> 3.2.3)
redis
resque