From bab38b0aa76dc6da57b3d4e2d99e7b60f448890b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:00:11 +0000 Subject: [PATCH] Bump httparty from 0.16.4 to 0.21.0 in /backend Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.16.4 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.16.4...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 1d7e0c7..866e49d 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -24,7 +24,7 @@ gem 'prawn', '~> 2.1' # Manipulate png uploads gem 'chunky_png', '~> 1.3.5' # Use httparty for requests -gem 'httparty', '~> 0.16.2' +gem 'httparty', '~> 0.21.0' # Use active support for its rails libraries gem 'activesupport', '~> 5.2.1' # PDF parse into form toolkit diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 8c11b23..6b8c1e1 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -59,8 +59,8 @@ GEM signet (~> 0.14) hashdiff (0.4.0) hirb (0.7.3) - httparty (0.16.4) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) i18n (1.6.0) @@ -71,9 +71,6 @@ GEM memoist (0.16.2) method_source (0.9.2) mime (0.4.4) - mime-types (3.2.2) - mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) mini_mime (1.0.2) minitest (5.11.3) multi_json (1.14.1) @@ -151,7 +148,7 @@ DEPENDENCIES combine_pdf (~> 1.0, >= 1.0.14) dotenv (~> 2.1.1) google-api-client (~> 0.38.0) - httparty (~> 0.16.2) + httparty (~> 0.21.0) mime (~> 0.4.4) mysql2 (~> 0.5.2) parallel (~> 1.6.1)