Skip to content

Commit 145b9fa

Browse files
committed
Try my rb-inotify branch
1 parent 57f5df3 commit 145b9fa

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ end
3737
# Active Support.
3838
gem 'dalli', '>= 2.2.1'
3939
gem 'listen', '~> 3.0.5', require: false
40+
gem 'rb-inotify', github: 'matthewd/rb-inotify', branch: 'close-handling'
4041

4142
# Active Job.
4243
group :job do

Gemfile.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ GIT
66
queue_classic (3.2.0.RC1)
77
pg (>= 0.17, < 0.19)
88

9+
GIT
10+
remote: git://github.com/matthewd/rb-inotify.git
11+
revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
12+
branch: close-handling
13+
specs:
14+
rb-inotify (0.9.7)
15+
ffi (>= 0.5.0)
16+
917
GIT
1018
remote: git://github.com/sass/sass.git
1119
revision: 64c5c111c04feaa91428e7d03eb6d4284e6a2d64
@@ -150,9 +158,9 @@ GEM
150158
faye-websocket (0.10.4)
151159
eventmachine (>= 0.12.0)
152160
websocket-driver (>= 0.5.1)
153-
ffi (1.9.10)
154-
ffi (1.9.10-x64-mingw32)
155-
ffi (1.9.10-x86-mingw32)
161+
ffi (1.9.13)
162+
ffi (1.9.13-x64-mingw32)
163+
ffi (1.9.13-x86-mingw32)
156164
globalid (0.3.6)
157165
activesupport (>= 4.1.0)
158166
hiredis (0.6.1)
@@ -224,8 +232,6 @@ GEM
224232
loofah (~> 2.0)
225233
rake (11.2.2)
226234
rb-fsevent (0.9.7)
227-
rb-inotify (0.9.7)
228-
ffi (>= 0.5.0)
229235
rdoc (4.2.2)
230236
json (~> 1.4)
231237
redcarpet (3.2.3)
@@ -349,6 +355,7 @@ DEPENDENCIES
349355
rack-cache (~> 1.2)
350356
rails!
351357
rake (>= 11.1)
358+
rb-inotify!
352359
redcarpet (~> 3.2.3)
353360
redis
354361
resque (< 1.26)

0 commit comments

Comments
 (0)