mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
gems
This commit is contained in:
parent
49b5d3351f
commit
ed7501eb1f
2 changed files with 11 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "redis-namespace"
|
gem "redis-namespace", github: "resque/redis-namespace", branch: :master
|
||||||
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
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -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
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
sidekiq (6.1.2)
|
sidekiq (6.1.3)
|
||||||
connection_pool (>= 2.2.2)
|
connection_pool (>= 2.2.2)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
redis (>= 4.2.0)
|
redis (>= 4.2.0)
|
||||||
|
@ -130,8 +138,6 @@ GEM
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.1)
|
rake (13.0.1)
|
||||||
redis (4.2.5)
|
redis (4.2.5)
|
||||||
redis-namespace (1.6.0)
|
|
||||||
redis (>= 3.0.4)
|
|
||||||
regexp_parser (2.0.0)
|
regexp_parser (2.0.0)
|
||||||
rexml (3.2.4)
|
rexml (3.2.4)
|
||||||
rubocop (1.4.2)
|
rubocop (1.4.2)
|
||||||
|
@ -185,7 +191,7 @@ DEPENDENCIES
|
||||||
minitest
|
minitest
|
||||||
rails (>= 6.0.2)
|
rails (>= 6.0.2)
|
||||||
rake
|
rake
|
||||||
redis-namespace
|
redis-namespace!
|
||||||
sidekiq!
|
sidekiq!
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue