Merge pull request '修正合并错误' (#322) from Nigel/forgeplus:master into dev_nanda

This commit is contained in:
xxq250 2023-01-12 23:58:07 +08:00
commit 8a1c8074c3
1 changed files with 3 additions and 1 deletions

View File

@ -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'