From 4b47134e416f813be1a92e3588e326c7b7d0e0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:47:45 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1c28da1..24051b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,20 +38,20 @@ GEM guard-rspec (3.1.0) guard (>= 1.8) rspec (~> 2.13) - httparty (0.12.0) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.6.5) - json (1.8.1) listen (1.3.1) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) lumberjack (1.0.4) method_source (0.8.2) + mini_mime (1.1.2) minitest (4.7.5) multi_json (1.8.2) - multi_xml (0.5.5) + multi_xml (0.6.0) pry (0.9.12.2) coderay (~> 1.0.5) method_source (~> 0.8)