From 66597f2a6b4a8a6307005f6be2e7dc2262519c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:07:14 +0000 Subject: [PATCH] Bump httparty from 0.17.1 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.17.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.17.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f0cbcac..f9747cb 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'eventmachine', github: 'eventmachine/eventmachine' gem 'faraday', "~> 0.9" gem 'hpricot', ">= 0.8.6" gem 'htmlentities', ">= 4.3" -gem 'httparty', "~> 0.13" +gem 'httparty', "~> 0.21" gem 'image_size', ">= 1.5.0" gem 'octokit', "~> 2.0" gem 'phonie', ">= 3.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 7479552..0a1e4e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,8 +61,8 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) http_parser.rb (0.8.0) - httparty (0.17.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.10) concurrent-ruby (~> 1.0) @@ -73,6 +73,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) + mini_mime (1.1.2) mini_portile2 (2.8.0) minitest (5.14.4) multi_xml (0.6.0) @@ -180,7 +181,7 @@ DEPENDENCIES faraday (~> 0.9) hpricot (>= 0.8.6) htmlentities (>= 4.3) - httparty (~> 0.13) + httparty (~> 0.21) image_size (>= 1.5.0) octokit (~> 2.0) phonie (>= 3.3.1)