mirror of https://github.com/rails/rails
Fixes FIXME: rb-inotify 0.99 has been released
This commit is contained in:
parent
d904d46c2d
commit
96d58433c9
3
Gemfile
3
Gemfile
|
@ -33,8 +33,7 @@ gem "bcrypt", "~> 3.1.11", require: false
|
|||
# sprockets.
|
||||
gem "uglifier", ">= 1.3.0", require: false
|
||||
|
||||
# FIXME: Pending rb-inotify 0.9.9 release
|
||||
gem "rb-inotify", github: "guard/rb-inotify", branch: "master", require: false
|
||||
gem "rb-inotify", require: false
|
||||
|
||||
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
|
||||
gem "json", ">= 2.0.0"
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -6,14 +6,6 @@ GIT
|
|||
queue_classic (3.2.0.RC1)
|
||||
pg (>= 0.17, < 0.20)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/guard/rb-inotify.git
|
||||
revision: 7e3c714a09ae2b38d2620835e794150d8857cd49
|
||||
branch: master
|
||||
specs:
|
||||
rb-inotify (0.9.9)
|
||||
ffi (~> 1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/matthewd/websocket-client-simple.git
|
||||
revision: e161305f1a466b9398d86df3b1731b03362da91b
|
||||
|
@ -185,8 +177,6 @@ GEM
|
|||
eventmachine (>= 0.12.0)
|
||||
websocket-driver (>= 0.5.1)
|
||||
ffi (1.9.17)
|
||||
ffi (1.9.17-x64-mingw32)
|
||||
ffi (1.9.17-x86-mingw32)
|
||||
globalid (0.4.0)
|
||||
activesupport (>= 4.2.0)
|
||||
hiredis (0.6.1)
|
||||
|
@ -266,6 +256,8 @@ 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)
|
||||
|
@ -413,7 +405,7 @@ DEPENDENCIES
|
|||
rack-cache (~> 1.2)
|
||||
rails!
|
||||
rake (>= 11.1)
|
||||
rb-inotify!
|
||||
rb-inotify
|
||||
redcarpet (~> 3.2.3)
|
||||
redis
|
||||
resque
|
||||
|
|
Loading…
Reference in New Issue