From dc2938bf2f7d84a4d67ac03b13842c736416c11e Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 10 May 2023 15:09:03 +0800 Subject: [PATCH] =?UTF-8?q?Gemfile=20=E4=B8=AD=E9=97=B4=E4=BB=B6=E5=8E=BB?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6073511f1..a717b8ee3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '~> 5.2.0' gem 'mysql2', '>= 0.4.4', '< 0.6.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 5.6.5' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' @@ -53,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'