From 108d6101b106eefcab4280fc926f20173dfaef47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:02:51 +0000 Subject: [PATCH] Bump httparty from 0.16.4 to 0.21.0 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] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 45dc4dfebed53..fcb5f97887e58 100644 --- a/Gemfile +++ b/Gemfile @@ -204,7 +204,7 @@ gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch' gem 'fugit', '~> 1.2.1' # HTTP requests -gem 'httparty', '~> 0.16.4' +gem 'httparty', '~> 0.21.0' # Colored output to console gem 'rainbow', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index fc13e8d6ecccb..18a7f1b9420d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -631,8 +631,8 @@ GEM http-form_data (2.3.0) http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) - 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.8.10) @@ -741,9 +741,9 @@ GEM memoist (0.16.2) memory_profiler (0.9.14) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.0512) + mime-types-data (3.2022.0105) mini_histogram (0.3.1) mini_magick (4.10.1) mini_mime (1.1.1) @@ -1497,7 +1497,7 @@ DEPENDENCIES health_check (~> 3.0) html-pipeline (~> 2.13.2) html2text - httparty (~> 0.16.4) + httparty (~> 0.21.0) icalendar invisible_captcha (~> 1.1.0) ipaddress (~> 0.8.3)