update Gemfile
This commit is contained in:
parent
f7638aa214
commit
ae1fa38314
|
@ -211,13 +211,21 @@ else
|
|||
gem 'rss'
|
||||
#parser
|
||||
if RUBY_VERSION.to_f >= 3.0
|
||||
if RUBY_VERSION.to_f >= 3.2
|
||||
gem 'multi_xml'
|
||||
else
|
||||
gem 'multi_xml', '0.6.0'
|
||||
end
|
||||
gem 'public_suffix'
|
||||
gem 'nokogiri', '~> 1.16', '>= 1.16.2'
|
||||
gem 'json'
|
||||
gem 'set'
|
||||
else
|
||||
gem 'multi_xml', '0.6.0'
|
||||
gem 'public_suffix', '5.0.5'
|
||||
gem 'nokogiri', '~> 1.8.5'
|
||||
gem 'json', '2.6.1'
|
||||
gem 'set', '1.0.4'
|
||||
end
|
||||
gem 'actionpack-page_caching'
|
||||
|
||||
|
|
Loading…
Reference in New Issue