From 93848df2b12c59ea8dd9861061a313a8fb2e7699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:38:14 +0000 Subject: [PATCH] Bump httparty from 0.15.6 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.15.6 to 0.21.0. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.15.6...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa58668..053fac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,8 @@ GEM multi_json rake rubyzip (~> 1.1) - httparty (0.15.6) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.7.0) concurrent-ruby (~> 1.0) @@ -160,7 +161,7 @@ GEM mini_portile2 (2.4.0) minitest (5.13.0) multi_json (1.12.1) - multi_xml (0.5.5) + multi_xml (0.6.0) mustermann (1.0.2) mysql2 (0.5.2) nio4r (2.5.2)