From b6adb0a78b2930d6309963e511afecf1c2098699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:07:39 +0000 Subject: [PATCH] Bump uri from 0.13.1 to 1.0.2 Bumps [uri](https://github.com/ruby/uri) from 0.13.1 to 1.0.2. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v0.13.1...v1.0.2) --- updated-dependencies: - dependency-name: uri dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 51318dce..892faa4b 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem "parallel", "~> 1.26" gem "retries" gem "svix" gem "typhoeus", "~> 1.4" -gem "uri", "~> 0.13.1" +gem "uri", "~> 1.0.2" # Redis gem "redis", "~> 5" diff --git a/Gemfile.lock b/Gemfile.lock index 8a20e814..163a2d2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -489,7 +489,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - uri (0.13.1) + uri (1.0.2) useragent (0.16.10) versionist (2.0.1) activesupport (>= 3) @@ -608,7 +608,7 @@ DEPENDENCIES turbo-rails (~> 2) typhoeus (~> 1.4) tzinfo-data - uri (~> 0.13.1) + uri (~> 1.0.2) versionist (~> 2) web-console (~> 4) webmock (~> 3)