Skip to content

Commit

Permalink
Use master branch for listen and redis-namespace
Browse files Browse the repository at this point in the history
To fix CI build in Ruby 3.0 for the time being.
  • Loading branch information
kamipo committed Dec 27, 2020
1 parent 262ab35 commit fad971f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end

# Active Support
gem "dalli"
gem "listen", "~> 3.2", require: false
gem "listen", "~> 3.2", require: false, github: "guard/listen"
gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false
gem "rexml", require: false
Expand Down Expand Up @@ -71,7 +71,7 @@ group :cable do
gem "hiredis", require: false
gem "redis", "~> 4.0", require: false

gem "redis-namespace"
gem "redis-namespace", github: "resque/redis-namespace"

gem "websocket-client-simple", github: "matthewd/websocket-client-simple", branch: "close-race", require: false

Expand Down
28 changes: 20 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ GIT
queue_classic (4.0.0.pre.alpha1)
pg (>= 0.17, < 2.0)

GIT
remote: https://github.com/guard/listen.git
revision: 86e06aeb0878dcd46fd635d620656748255d3f67
specs:
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)

GIT
remote: https://github.com/matthewd/websocket-client-simple.git
revision: e161305f1a466b9398d86df3b1731b03362da91b
Expand All @@ -14,6 +22,13 @@ GIT
event_emitter
websocket

GIT
remote: https://github.com/resque/redis-namespace.git
revision: c31e63dc3cd5e59ef5ea394d4d46ac60d1e6f82e
specs:
redis-namespace (1.8.0)
redis (>= 3.0.4)

PATH
remote: .
specs:
Expand Down Expand Up @@ -292,9 +307,6 @@ GEM
mustache
nokogiri
libxml-ruby (3.1.0)
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -378,14 +390,12 @@ GEM
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.2.1)
redcarpet (3.2.3)
redis (4.2.0)
redis-namespace (1.7.0)
redis (>= 3.0.4)
regexp_parser (1.6.0)
representable (3.0.4)
declarative (< 0.1.0)
Expand Down Expand Up @@ -529,9 +539,11 @@ GEM

PLATFORMS
java
mswin64
ruby
x64-mingw32
x86-mingw32
x86-mswin32

DEPENDENCIES
activerecord-jdbcmysql-adapter (>= 1.3.0)
Expand All @@ -558,7 +570,7 @@ DEPENDENCIES
json (>= 2.0.0)
kindlerb (~> 1.2.0)
libxml-ruby
listen (~> 3.2)
listen (~> 3.2)!
minitest-bisect
minitest-reporters
minitest-retry
Expand All @@ -576,7 +588,7 @@ DEPENDENCIES
rake (>= 11.1)
redcarpet (~> 3.2.3)
redis (~> 4.0)
redis-namespace
redis-namespace!
resque
resque-scheduler
rexml
Expand Down

0 comments on commit fad971f

Please sign in to comment.