diff --git a/Gemfile b/Gemfile index cf9e7e2..d19b20d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem 'slather' gem 'xcpretty' -gem 'nokogiri', '~>1.16.2' +gem 'nokogiri', '~>1.16.5' diff --git a/Gemfile.lock b/Gemfile.lock index c15f535..c1709a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,10 +14,10 @@ GEM concurrent-ruby (1.1.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.12.0) nanaimo (0.2.6) - nokogiri (1.16.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) racc (1.7.3) @@ -44,7 +44,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.5) slather xcpretty