diff --git a/Gemfile b/Gemfile index f3283f49d3edd..1a0c619377da0 100644 --- a/Gemfile +++ b/Gemfile @@ -206,7 +206,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 c4b952d8216f5..f39f159c90c20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -642,8 +642,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.10.0) @@ -751,9 +751,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) @@ -1532,7 +1532,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)