From eda079764d520a3ace67cd40f9ee055027d820fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:01:26 +0000 Subject: [PATCH] chore(deps): bump uri from 1.0.3 to 1.0.4 in the dependencies group Bumps the dependencies group with 1 update: [uri](https://github.com/ruby/uri). Updates `uri` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: uri dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6fa4ff6..f8dd080 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ end gem "minima" gem "nokogiri", ">= 1.18.3" -gem "uri", "~> 1.0.3" +gem "uri", "~> 1.0.4" gem "kramdown-parser-gfm" diff --git a/Gemfile.lock b/Gemfile.lock index 9b0b5f3..8138715 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - uri (1.0.3) + uri (1.0.4) wdm (0.2.0) webrick (1.8.2) @@ -317,7 +317,7 @@ DEPENDENCIES minima nokogiri (>= 1.18.3) tzinfo-data - uri (~> 1.0.3) + uri (~> 1.0.4) wdm RUBY VERSION