From a516463b5101176066c0b1bc92ce2cbb96f89913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:45:20 +0000 Subject: [PATCH] Bump httparty from 0.15.7 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.15.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.15.7...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e084132..783756b 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'devise' gem 'dotenv-rails' gem 'geocoder' gem 'google-api-client', '~> 0.11' -gem 'httparty', '~> 0.15.6' +gem 'httparty', '~> 0.21.0' gem 'jbuilder', '~> 2.5' gem 'pg', '~> 0.18' gem 'puma', '~> 3.7' diff --git a/Gemfile.lock b/Gemfile.lock index 30a498c..a2c5760 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,8 @@ GEM http-form_data (2.3.0) http-parser (1.2.1) ffi-compiler (>= 1.0, < 2.0) - httparty (0.15.7) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) i18n (1.8.2) @@ -148,7 +149,9 @@ GEM mimemagic (~> 0.3.2) memoist (0.16.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.1) @@ -297,7 +300,7 @@ DEPENDENCIES dotenv-rails geocoder google-api-client (~> 0.11) - httparty (~> 0.15.6) + httparty (~> 0.21.0) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) pg (~> 0.18)