Commit 14de3814 by mingyuan

ass sidekiq

parent 2855fa2d
......@@ -4,6 +4,7 @@ gemspec
gem 'pg'
gem 'puma'
gem 'sidekiq'
gem 'rails_ui', github: 'work-design/rails_ui'
gem 'rails_com', github: 'work-design/rails_com'
......
......@@ -113,6 +113,7 @@ GEM
with_advisory_lock (>= 4.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.6)
default_where (2.3.0)
activerecord (>= 4.0, <= 7.0)
......@@ -207,7 +208,12 @@ GEM
rake (>= 0.13)
thor (~> 1.0)
rake (13.0.6)
redis (4.4.0)
ruby2_keywords (0.0.5)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
......@@ -240,6 +246,7 @@ DEPENDENCIES
rails_com!
rails_dingtalk!
rails_ui!
sidekiq
viter!
BUNDLED WITH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment