From 94fd64d2212eb582be54b45ea4eb5fc809661f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:47:37 +0000 Subject: [PATCH] Bump httparty from 0.12.0 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.12.0 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.12.0...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2873b4a..d0f0ac2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,8 @@ GEM oauth2 hashie (2.0.5) highline (1.6.20) - httparty (0.12.0) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpauth (0.2.0) jeweler (1.8.8) @@ -31,12 +31,13 @@ GEM nokogiri (= 1.5.10) rake rdoc - json (1.8.1) + json (1.8.6) jwt (0.1.8) multi_json (>= 1.5) method_source (0.8.2) + mini_mime (1.1.2) multi_json (1.8.2) - multi_xml (0.5.5) + multi_xml (0.6.0) multipart-post (1.2.0) nokogiri (1.5.10) oauth2 (0.9.2)