diff --git a/Gemfile b/Gemfile index 051b87d..176e9c9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "pg", "~> 1.1" gem "puma", ">= 5.0" # HTTParty for making HTTP requests [https://github.com/jnunemaker/httparty] -gem "httparty", "~> 0.23.2" +gem "httparty", "~> 0.24.0" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder", "~> 2.14", ">= 2.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index c9f3f21..e873f9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) - httparty (0.23.2) + httparty (0.24.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -191,7 +191,8 @@ GEM mini_mime (1.1.5) minitest (5.27.0) msgpack (1.8.0) - multi_xml (0.6.0) + multi_xml (0.8.0) + bigdecimal (>= 3.1, < 5) net-imap (0.6.0) date net-protocol @@ -446,7 +447,7 @@ DEPENDENCIES devise-jwt (~> 0.12.1) dotenv-rails (~> 3.2) factory_bot_rails (~> 6.5, >= 6.5.1) - httparty (~> 0.23.2) + httparty (~> 0.24.0) jbuilder (~> 2.14, >= 2.14.1) kamal pagy (~> 43.2, >= 43.2.2)