From d72cf3ab75b0e8cd4aa1c4ad5a937dfa0787cab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:24:21 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.13.9 in /rails/tweet_app Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.13.9. - [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.8.2...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rails/tweet_app/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rails/tweet_app/Gemfile.lock b/rails/tweet_app/Gemfile.lock index ea5b762..b333c63 100644 --- a/rails/tweet_app/Gemfile.lock +++ b/rails/tweet_app/Gemfile.lock @@ -67,17 +67,19 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.0) mini_mime (1.0.0) - mini_portile2 (2.3.0) + mini_portile2 (2.8.0) minitest (5.11.3) nio4r (2.2.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) pry-rails (0.3.4) pry (>= 0.9.10) puma (3.6.2) + racc (1.6.0) rack (2.0.4) rack-test (0.6.3) rack (>= 1.0)