diff --git a/Gemfile b/Gemfile index fedc9b7c8..b356ffc64 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rspec' gem 'rake' -gem 'nokogiri', '1.16.4' +gem 'nokogiri', '1.16.5' gem 'activesupport' gem 'bosh-template' diff --git a/Gemfile.lock b/Gemfile.lock index ba287851b..76ff1813c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM method_source (1.1.0) mini_portile2 (2.8.6) minitest (5.22.3) - nokogiri (1.16.4) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.2) @@ -27,7 +27,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - racc (1.7.3) + racc (1.8.0) rake (13.2.1) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES activesupport bosh-template - nokogiri (= 1.16.4) + nokogiri (= 1.16.5) pry-byebug rake rspec