File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 37
37
# Active Support.
38
38
gem 'dalli' , '>= 2.2.1'
39
39
gem 'listen' , '~> 3.0.5' , require : false
40
+ gem 'rb-inotify' , github : 'matthewd/rb-inotify' , branch : 'close-handling'
40
41
41
42
# Active Job.
42
43
group :job do
Original file line number Diff line number Diff line change 6
6
queue_classic (3.2.0.RC1 )
7
7
pg (>= 0.17 , < 0.19 )
8
8
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
+
9
17
GIT
10
18
remote: git://github.com/sass/sass.git
11
19
revision: 64c5c111c04feaa91428e7d03eb6d4284e6a2d64
150
158
faye-websocket (0.10.4 )
151
159
eventmachine (>= 0.12.0 )
152
160
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 )
156
164
globalid (0.3.6 )
157
165
activesupport (>= 4.1.0 )
158
166
hiredis (0.6.1 )
224
232
loofah (~> 2.0 )
225
233
rake (11.2.2 )
226
234
rb-fsevent (0.9.7 )
227
- rb-inotify (0.9.7 )
228
- ffi (>= 0.5.0 )
229
235
rdoc (4.2.2 )
230
236
json (~> 1.4 )
231
237
redcarpet (3.2.3 )
@@ -349,6 +355,7 @@ DEPENDENCIES
349
355
rack-cache (~> 1.2 )
350
356
rails !
351
357
rake (>= 11.1 )
358
+ rb-inotify !
352
359
redcarpet (~> 3.2.3 )
353
360
redis
354
361
resque (< 1.26 )
You can’t perform that action at this time.
0 commit comments