From 3f675af22409ff0ff91a44ec889f5826135e1eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 03:31:59 +0000 Subject: [PATCH] Bump nokogiri Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.18.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.14.3...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 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..3fa2bad 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.8-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)