Merge pull request '修正合并错误' (#322) from Nigel/forgeplus:master into dev_nanda
This commit is contained in:
commit
8a1c8074c3
4
Gemfile
4
Gemfile
|
@ -1,4 +1,5 @@
|
|||
source 'https://gems.ruby-china.com'
|
||||
# source 'https://gems.ruby-china.com'
|
||||
source 'https://mirrors.cloud.tencent.com/rubygems/'
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem 'rails', '~> 5.2.0'
|
||||
|
@ -104,6 +105,7 @@ gem 'sidekiq',"5.2.8"
|
|||
gem 'sinatra'
|
||||
gem "sidekiq-cron", "1.2.0"
|
||||
gem 'whenever'
|
||||
gem 'sidekiq_schedulable'
|
||||
|
||||
# batch insert
|
||||
gem 'bulk_insert'
|
||||
|
|
Loading…
Reference in New Issue