From 45d23a0aadc049ce1d4a76247853faf939a94dc3 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 12 Jan 2023 23:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=90=88=E5=B9=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 677affd8..60d34c89 100644 --- a/Gemfile +++ b/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'