diff --git a/Gemfile b/Gemfile index 852901f..cf9e7e2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem 'slather' gem 'xcpretty' -gem 'nokogiri', '~>1.14.3' +gem 'nokogiri', '~>1.16.2' diff --git a/Gemfile.lock b/Gemfile.lock index 75eea60..51bb3d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,13 +14,13 @@ GEM concurrent-ruby (1.2.2) i18n (1.14.1) concurrent-ruby (~> 1.0) - mini_portile2 (2.8.1) + mini_portile2 (2.8.5) minitest (5.19.0) nanaimo (0.2.6) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - racc (1.6.2) + racc (1.7.3) rouge (2.0.7) slather (2.7.1) CFPropertyList (>= 2.2, < 4) @@ -43,7 +43,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.14.3) + nokogiri (~> 1.16.2) slather xcpretty