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)