From b745f000f9c106a6cb98049e090eabf10947838b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:12:09 +0000 Subject: [PATCH] Bump httparty from 0.13.7 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.13.7 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.13.7...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 e10e35d..49a8983 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,12 +11,13 @@ GEM remote: https://rubygems.org/ specs: event_emitter (0.2.5) - httparty (0.13.7) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - json (1.8.3) + json (2.6.3) + mini_mime (1.1.2) minitest (5.8.4) - multi_xml (0.5.5) + multi_xml (0.6.0) rake (10.5.0) websocket (1.2.2) websocket-client-simple (0.3.0)