From ede31b3897fc7cea07428ce4f52edde19e44e424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:01:19 +0000 Subject: [PATCH] build(deps): bump uri from 1.0.4 to 1.1.0 Bumps [uri](https://github.com/ruby/uri) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: uri dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2cab7d60a46..2a28ca90941 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'statsd-ruby', '~> 1.5.0' gem 'steno' gem 'talentbox-delayed_job_sequel', '~> 4.3.0' gem 'thin' -gem 'uri', '~> 1.0' +gem 'uri', '~> 1.1' gem 'vmstat', '~> 2.3' # Rails Components diff --git a/Gemfile.lock b/Gemfile.lock index 849dc86a2d0..828daa3173a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -605,7 +605,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.4) + uri (1.1.0) useragent (0.16.11) vhd (0.0.4) bit-struct @@ -716,7 +716,7 @@ DEPENDENCIES talentbox-delayed_job_sequel (~> 4.3.0) thin timecop - uri (~> 1.0) + uri (~> 1.1) vmstat (~> 2.3) webmock (> 2.3.1)