diff --git a/Gemfile b/Gemfile index 0f671ea..efef5b4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'htmlentities' gem 'minitest' -gem 'nokogiri', '1.6.6.2' +gem 'nokogiri', '1.14.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2ad99d6..b0478e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,12 @@ GEM remote: https://rubygems.org/ specs: htmlentities (4.3.4) - mini_portile2 (2.0.0) + mini_portile2 (2.8.1) minitest (4.7.5) - nokogiri (1.6.6.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) PLATFORMS ruby @@ -13,7 +15,7 @@ PLATFORMS DEPENDENCIES htmlentities minitest - nokogiri (= 1.6.6.2) + nokogiri (= 1.14.3) BUNDLED WITH 1.11.2