From 9b2d26a46b4894bfe1e6e78efaeaec819b3afb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:59:33 +0000 Subject: [PATCH] chore(deps): 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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4bbbb2f05..3f75610bd 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem 'will_paginate', '~> 3.0' gem 'aws-sdk', '3.0.1' # DRAMATIC CHANGES -gem 'httparty', '~> 0.15.1' # FROM 13 to 15 BREAKING CHANGES +gem 'httparty', '~> 0.21.0' # FROM 13 to 15 BREAKING CHANGES gem 'httmultiparty', '~> 0.3.14' gem 'sidekiq', '~> 5.2.5' # DRAMATIC CHANGES diff --git a/Gemfile.lock b/Gemfile.lock index a2d974c55..601682b7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1091,7 +1091,8 @@ GEM httparty (>= 0.7.3) mimemagic multipart-post - httparty (0.15.7) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -1349,7 +1350,7 @@ DEPENDENCIES factory_girl_rails (~> 4.4.1) gdal (~> 2.0) httmultiparty (~> 0.3.14) - httparty (~> 0.15.1) + httparty (~> 0.21.0) jquery-rails (~> 4.3.3) levenshtein (~> 0.2.2) minitest (~> 5.10, != 5.10.2)