mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Bring back redis-namespace onto a gem release
Was running master because Ruby 3.0 wasn't working in 1.8.0
This commit is contained in:
parent
d58a0a16ee
commit
07acfad11d
2 changed files with 4 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "redis-namespace", github: "resque/redis-namespace", branch: :master
|
gem "redis-namespace"
|
||||||
gem "rails", ">= 6.0.2"
|
gem "rails", ">= 6.0.2"
|
||||||
gem "sqlite3", platforms: :ruby
|
gem "sqlite3", platforms: :ruby
|
||||||
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,11 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/resque/redis-namespace.git
|
|
||||||
revision: 6f1bb31bbddd2efc9e16c53759d986b29206a12e
|
|
||||||
branch: master
|
|
||||||
specs:
|
|
||||||
redis-namespace (1.8.1)
|
|
||||||
redis (>= 3.0.4)
|
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
|
@ -163,6 +155,8 @@ GEM
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
redis (4.2.5)
|
redis (4.2.5)
|
||||||
|
redis-namespace (1.8.1)
|
||||||
|
redis (>= 3.0.4)
|
||||||
regexp_parser (2.2.0)
|
regexp_parser (2.2.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.24.1)
|
rubocop (1.24.1)
|
||||||
|
@ -221,7 +215,7 @@ DEPENDENCIES
|
||||||
net-smtp
|
net-smtp
|
||||||
rails (>= 6.0.2)
|
rails (>= 6.0.2)
|
||||||
rake
|
rake
|
||||||
redis-namespace!
|
redis-namespace
|
||||||
sidekiq!
|
sidekiq!
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
Loading…
Reference in a new issue