From 31546d6aa18f57483e659721cb84e42637e7e7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:18:25 +0000 Subject: [PATCH] Bump nokogiri from 1.10.9 to 1.13.8 in /final_example Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.13.8. - [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.13.8) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- final_example/Gemfile.lock | 42 +++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/final_example/Gemfile.lock b/final_example/Gemfile.lock index fc0fad2..5cf9553 100644 --- a/final_example/Gemfile.lock +++ b/final_example/Gemfile.lock @@ -1,45 +1,49 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (6.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) byebug (11.1.3) - capybara (3.32.2) + capybara (3.37.1) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) - concurrent-ruby (1.1.6) - diff-lcs (1.3) + concurrent-ruby (1.1.10) + diff-lcs (1.5.0) i18n (1.8.3) concurrent-ruby (~> 1.0) + matrix (0.4.2) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.0) + minitest (5.16.3) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) public_suffix (4.0.5) + racc (1.6.0) rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) - regexp_parser (1.7.1) + rack-test (2.0.2) + rack (>= 1.3) + regexp_parser (2.6.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) - rspec-core (3.9.2) + rspec-core (3.9.3) rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-mocks (3.9.1) @@ -50,8 +54,8 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - shoulda-matchers (4.3.0) - activesupport (>= 4.2.0) + shoulda-matchers (5.2.0) + activesupport (>= 5.2.0) thread_safe (0.3.6) tzinfo (1.2.7) thread_safe (~> 0.1) @@ -61,7 +65,7 @@ GEM selenium-webdriver (>= 3.0, < 4.0) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.6.1) PLATFORMS ruby