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