diff --git a/Gemfile b/Gemfile index 6e8136a..33ad045 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'nokogiri', '~> 1.10.8' +gem 'nokogiri', '~> 1.14.3' gem 'builder' diff --git a/Gemfile.lock b/Gemfile.lock index 73946fa..64a208b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,16 +2,18 @@ GEM remote: https://rubygems.org/ specs: builder (3.2.3) - mini_portile2 (2.4.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.1) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) PLATFORMS ruby DEPENDENCIES builder - nokogiri (~> 1.10.8) + nokogiri (~> 1.14.3) BUNDLED WITH 1.17.2