From 7917c8a2f31b04dc0b0d15601397b65861f458ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Mon, 17 Jun 2024 08:05:21 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index bff6aac..f47792e 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -179,7 +179,6 @@ else # gem 'declarative' gem 'mime-types' gem 'mimemagic' - gem 'public_suffix' gem "connection_pool" #social gems gem 'phantomjs','2.1.1.0' @@ -211,9 +210,11 @@ else gem 'rss' #parser if RUBY_VERSION.to_f >= 3.0 + gem 'public_suffix' gem 'nokogiri', '~> 1.16', '>= 1.16.2' gem 'json' else + gem 'public_suffix', '5.0.5' gem 'nokogiri', '~> 1.8.5' gem 'json', '2.6.1' end