From a85b409c4e9113a273cb2b97a411a7180e8d3264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:38:05 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [nokogiri](https://github.com/sparklemotion/nokogiri) and [rack](https://github.com/rack/rack). Updates `nokogiri` from 1.16.4 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.16.5/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.4...v1.16.5) Updates `rack` from 3.0.10 to 3.0.11 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/commits) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1cc6326..5ba2dc8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'nokogiri' -gem 'rack', '~> 3.0.10' +gem 'rack', '~> 3.0.11' gem 'rspec' gem 'jekyll' gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 5d79b06..1cdd24e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,9 +225,9 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.4-x64-mingw-ucrt) + nokogiri (1.16.5-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.16.4-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -236,7 +236,7 @@ GEM forwardable-extended (~> 2.6) public_suffix (5.0.5) racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -291,7 +291,7 @@ DEPENDENCIES jekyll minima nokogiri - rack (~> 3.0.10) + rack (~> 3.0.11) rspec webrick (~> 1.8)