From c7eba4730df995feb69f9fcc0474642c51ce94a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:40:48 +0000 Subject: [PATCH] Bump httparty from 0.18.1 to 0.21.0 in /Ruby Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.18.1 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.18.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ruby/Gemfile | 2 +- Ruby/Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Ruby/Gemfile b/Ruby/Gemfile index 137422f..2180f45 100644 --- a/Ruby/Gemfile +++ b/Ruby/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "httparty", "~> 0.18.1" +gem "httparty", "~> 0.21.0" gem "base64", "~> 0.1.0" gem "cgi", "~> 0.2.1" diff --git a/Ruby/Gemfile.lock b/Ruby/Gemfile.lock index 4a6d735..1ab68ec 100644 --- a/Ruby/Gemfile.lock +++ b/Ruby/Gemfile.lock @@ -3,12 +3,10 @@ GEM specs: base64 (0.1.0) cgi (0.2.1) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - mime-types (3.3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) + mini_mime (1.1.2) multi_xml (0.6.0) PLATFORMS @@ -18,7 +16,7 @@ PLATFORMS DEPENDENCIES base64 (~> 0.1.0) cgi (~> 0.2.1) - httparty (~> 0.18.1) + httparty (~> 0.21.0) BUNDLED WITH 2.2.15