1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2021-01-21 09:58:11 -08:00
parent 49b5d3351f
commit ed7501eb1f
2 changed files with 11 additions and 5 deletions

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec
gem "rake"
gem "redis-namespace"
gem "redis-namespace", github: "resque/redis-namespace", branch: :master
gem "rails", ">= 6.0.2"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby

View file

@ -1,7 +1,15 @@
GIT
remote: https://github.com/resque/redis-namespace.git
revision: c31e63dc3cd5e59ef5ea394d4d46ac60d1e6f82e
branch: master
specs:
redis-namespace (1.8.0)
redis (>= 3.0.4)
PATH
remote: .
specs:
sidekiq (6.1.2)
sidekiq (6.1.3)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
@ -130,8 +138,6 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
redis (4.2.5)
redis-namespace (1.6.0)
redis (>= 3.0.4)
regexp_parser (2.0.0)
rexml (3.2.4)
rubocop (1.4.2)
@ -185,7 +191,7 @@ DEPENDENCIES
minitest
rails (>= 6.0.2)
rake
redis-namespace
redis-namespace!
sidekiq!
simplecov
sqlite3