From eba02bb03a1a9439a4a7d3172bd578e7444cf7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:52:13 +0000 Subject: [PATCH] Bump uri from 0.10.0 to 0.11.0 Bumps [uri](https://github.com/ruby/uri) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: uri 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 26f0c3b..9b97f7b 100644 --- a/Gemfile +++ b/Gemfile @@ -73,6 +73,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] # Silence net protocol warnings # See https://github.com/rails/rails/pull/44175 gem 'net-http' -gem 'uri', '0.10.0' +gem 'uri', '0.11.0' gem 'strscan', '3.0.1' gem 'stringio', '3.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 4746444..9c60a8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - uri (0.10.0) + uri (0.11.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -342,7 +342,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) tzinfo-data uglifier (~> 4.2.0) - uri (= 0.10.0) + uri (= 0.11.0) web-console (~> 4.2.0) webmock will_paginate (~> 3.3.1)