From ac114cbcd0cfe7e5ee62179dd63de657a87c3967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:01:03 +0000 Subject: [PATCH] Bump httpi from 2.4.5 to 2.5.0 Bumps [httpi](https://github.com/savonrb/httpi) from 2.4.5 to 2.5.0. - [Release notes](https://github.com/savonrb/httpi/releases) - [Changelog](https://github.com/savonrb/httpi/blob/master/CHANGELOG.md) - [Commits](https://github.com/savonrb/httpi/compare/v2.4.5...v2.5.0) --- updated-dependencies: - dependency-name: httpi 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 4b7e6ec..8d37800 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'activesupport', '~> 6.1.3' gem 'rubyntlm', '~> 0.6.3' -gem "httpi", '~> 2.4' +gem "httpi", '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index 9992a8c..2c3b71d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 2.0) zeitwerk (~> 2.3) concurrent-ruby (1.1.8) - httpi (2.4.5) + httpi (2.5.0) rack socksify i18n (1.8.10) @@ -27,7 +27,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.1.3) - httpi (~> 2.4) + httpi (~> 2.5) rubyntlm (~> 0.6.3) BUNDLED WITH