From fe06939b4be5ca3a133ae7f16111d5a8b9805e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:32:34 +0000 Subject: [PATCH] chore(deps): bump httparty from 0.18.1 to 0.21.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.18.1 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.18.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index da52f11a..083bcb57 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'groupdate', '5.2.2' gem 'useragent' gem 'jwt' gem 'bcrypt' -gem 'httparty', '0.18.1' +gem 'httparty', '0.21.0' gem 'ipaddress', '0.8.3' gem 'openid_connect', '1.4.2' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 8786cb3b..b56102d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,8 +98,8 @@ GEM activesupport (>= 5.0) groupdate (5.2.2) activesupport (>= 5) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) i18n (1.12.0) @@ -122,9 +122,6 @@ GEM net-smtp marcel (1.0.2) method_source (1.0.0) - mime-types (3.4.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) mini_mime (1.1.2) mini_portile2 (2.8.1) minitest (5.17.0) @@ -257,7 +254,7 @@ DEPENDENCIES forest_liana! forestadmin-jsonapi-serializers groupdate (= 5.2.2) - httparty (= 0.18.1) + httparty (= 0.21.0) ipaddress (= 0.8.3) json json-jwt (= 1.15.0)