修正合并错误

This commit is contained in:
xxq250 2023-01-12 23:55:17 +08:00
parent 141414dcf2
commit 45d23a0aad
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'