From b468740b15d2f1fa852df7967cdba2ff78b9c29f Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 26 Jun 2023 11:41:31 +0800 Subject: [PATCH] =?UTF-8?q?gem=20=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e3737110..dc3dacb4 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' @@ -22,7 +23,7 @@ gem 'chinese_pinyin' gem 'rack-cors' gem 'redis-rails' gem 'roo-xls' -gem 'simple_xlsx_reader' +gem 'simple_xlsx_reader', '~>1.0.4' gem 'rubyzip' @@ -52,7 +53,7 @@ gem 'acts_as_list' gem 'omniauth-cas' # profiler Middleware -gem 'rack-mini-profiler' +# gem 'rack-mini-profiler' # object-based searching gem 'ransack'