From be4726c6a661bf57f7928efd8f52b750920457f3 Mon Sep 17 00:00:00 2001 From: yystopf Date: Sun, 27 Oct 2024 20:01:53 +0800 Subject: [PATCH] =?UTF-8?q?Gemfile=20=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 446e3b107..374dc7fc0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ #source 'https://gems.ruby-china.com' -# source 'https://mirrors.cloud.tencent.com/rubygems/' -source 'https://rubygems.org' +source 'https://mirrors.cloud.tencent.com/rubygems/' +#source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '~> 5.2.0' @@ -102,7 +102,7 @@ gem 'rails-i18n', '~> 5.1' # job gem 'sidekiq',"5.2.8" -# gem 'sinatra' +gem 'sinatra' gem "sidekiq-cron", "1.2.0" gem 'sidekiq-failures'