From c6612e97ceb7be525f0ea81ab1472948e9cec05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 20:06:10 +0000 Subject: [PATCH] Bump nokogiri from 1.10.9 to 1.11.5 in /final_example Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.11.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.9...v1.11.5) Signed-off-by: dependabot[bot] --- final_example/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/final_example/Gemfile.lock b/final_example/Gemfile.lock index fc0fad2..6c23673 100644 --- a/final_example/Gemfile.lock +++ b/final_example/Gemfile.lock @@ -24,11 +24,13 @@ GEM i18n (1.8.3) concurrent-ruby (~> 1.0) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.1) minitest (5.14.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.5) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) public_suffix (4.0.5) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3)