From a796b993ad3717f9a0b3d5be070311ab7a0c95ba Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Mon, 31 Dec 2018 00:35:30 +1030 Subject: Switch to released rb-inotify 0.10.0 It contains guard/rb-inotify#79, which is what we were waiting for. --- Gemfile | 3 --- Gemfile.lock | 11 ++--------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 1d38a11cf2..eced62380f 100644 --- a/Gemfile +++ b/Gemfile @@ -29,9 +29,6 @@ gem "json", ">= 2.0.0" gem "rubocop", ">= 0.47", require: false -# https://github.com/guard/rb-inotify/pull/79 -gem "rb-inotify", github: "matthewd/rb-inotify", branch: "close-handling", require: false - group :doc do gem "sdoc", "~> 1.0" gem "redcarpet", "~> 3.2.3", platforms: :ruby diff --git a/Gemfile.lock b/Gemfile.lock index 22a58b80f1..7b30653745 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -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 @@ -391,6 +383,8 @@ GEM rainbow (3.0.0) rake (12.3.1) rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) rdoc (6.0.4) redcarpet (3.2.3) redis (4.0.3) @@ -568,7 +562,6 @@ DEPENDENCIES rack-cache (~> 1.2) rails! rake (>= 11.1) - rb-inotify! redcarpet (~> 3.2.3) redis (~> 4.0) redis-namespace -- cgit v1.2.3