From 51c2153c54918f74b95ea51221af0cc084fe9fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:01:37 +0000 Subject: [PATCH] chore(deps): bump uri from 1.0.4 to 1.1.1 in the dependencies group Bumps the dependencies group with 1 update: [uri](https://github.com/ruby/uri). Updates `uri` from 1.0.4 to 1.1.1 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.0.4...v1.1.1) --- updated-dependencies: - dependency-name: uri dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor 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 f8dd080..eb94e06 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ end gem "minima" gem "nokogiri", ">= 1.18.3" -gem "uri", "~> 1.0.4" +gem "uri", "~> 1.1.1" gem "kramdown-parser-gfm" diff --git a/Gemfile.lock b/Gemfile.lock index 84a032f..286db83 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.4) + uri (1.1.1) wdm (0.2.0) webrick (1.8.2) @@ -317,7 +317,7 @@ DEPENDENCIES minima nokogiri (>= 1.18.3) tzinfo-data - uri (~> 1.0.4) + uri (~> 1.1.1) wdm RUBY VERSION