From 3bd5660302e3f229f81d410e6105e3c3dea37724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:19:31 +0000 Subject: [PATCH] build(deps): bump uri from 0.13.0 to 0.13.1 Bumps [uri](https://github.com/ruby/uri) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: uri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c58b66c..f0b50ba 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ end group :runtime, :all do gem 'cgi', '~> 0.4.1' # url decode / html escape - gem 'uri', '~> 0.13.0' # for argument parsing + gem 'uri', '~> 0.13.1' # for argument parsing end group :development, :install do diff --git a/Gemfile.lock b/Gemfile.lock index a8934ff..d306169 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM ruby-progressbar (1.13.0) strscan (3.1.0) unicode-display_width (2.5.0) - uri (0.13.0) + uri (0.13.1) yard (0.9.36) PLATFORMS @@ -59,7 +59,7 @@ DEPENDENCIES minitest-skip (~> 0.0) rake (~> 13.2) rubocop (~> 1.65) - uri (~> 0.13.0) + uri (~> 0.13.1) yard (>= 0.9.27, < 0.10) BUNDLED WITH