From 14d1f8762e8ddf679747fefafe862bf0dc75e581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:47:34 +0000 Subject: [PATCH] Bump httparty from 0.16.2 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.16.2 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.16.2...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e713842..73a846e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,8 @@ GEM rack-accept virtus (>= 1.0.0) hike (1.2.3) - httparty (0.16.2) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -118,6 +119,7 @@ GEM treetop (~> 1.4.8) memoist (0.16.0) mime-types (1.25.1) + mini_mime (1.1.2) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.1.1)