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)