From f6fbb8a0ec6ba8caef29a7fe235b45879ef7b7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:58:46 +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 | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 326174c75f2..dab7d725e3b 100644 --- a/Gemfile +++ b/Gemfile @@ -192,7 +192,7 @@ gem 'gitlab-sidekiq-fetcher', '0.5.2', 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 220735f0e27..4a65d8060fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -523,8 +523,8 @@ GEM http-form_data (2.1.1) http-parser (1.2.1) 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.2) @@ -627,10 +627,12 @@ GEM thread_safe (~> 0.3, >= 0.3.1) memory_profiler (0.9.14) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) - mimemagic (0.3.3) + mime-types-data (3.2022.0105) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -1265,7 +1267,7 @@ DEPENDENCIES hipchat (~> 1.5.0) html-pipeline (~> 2.12) html2text - httparty (~> 0.16.4) + httparty (~> 0.21.0) icalendar influxdb (~> 0.2) invisible_captcha (~> 0.12.1)