From f5f097ec46ec2cd0871a62b23bc78e5c5ac46d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:41:29 +0000 Subject: [PATCH] Bump nokogiri Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.18.4. - [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.14.3...v1.18.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../exercise-ci-pipeline/udacity-blog-app/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lesson-3-continuous-integration/exercise-ci-pipeline/udacity-blog-app/Gemfile.lock b/lesson-3-continuous-integration/exercise-ci-pipeline/udacity-blog-app/Gemfile.lock index f2460f3..4e3e1e7 100644 --- a/lesson-3-continuous-integration/exercise-ci-pipeline/udacity-blog-app/Gemfile.lock +++ b/lesson-3-continuous-integration/exercise-ci-pipeline/udacity-blog-app/Gemfile.lock @@ -127,7 +127,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.14.3-x86_64-linux) + nokogiri (1.18.4-x86_64-linux-gnu) racc (~> 1.4) parallel (1.22.1) parser (3.2.2.0) @@ -135,7 +135,7 @@ GEM public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) - racc (1.6.2) + racc (1.8.1) rack (2.2.6.4) rack-test (2.1.0) rack (>= 1.3)