diff --git a/Gemfile b/Gemfile index 082fa36..887b8d0 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rspec", "~> 3.0" gem "rubocop", "~> 1.21" -gem "httparty", "~> 0.22.0" +gem "httparty", "~> 0.24.0" # parallel 2.0+ requires Ruby >= 3.3; constrain to 1.x to support Ruby 3.2 gem "parallel", "< 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3b38f43..4f8efeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM uri (>= 0.13.1) ast (2.4.3) base64 (0.3.0) - bigdecimal (4.1.1) + bigdecimal (4.1.2) builder (3.3.0) byebug (13.0.0) reline (>= 0.6.0) @@ -100,7 +100,7 @@ GEM erubi (1.13.1) globalid (1.3.0) activesupport (>= 6.1) - httparty (0.22.0) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -131,7 +131,7 @@ GEM minitest (6.0.3) drb (~> 2.0) prism (~> 1.5) - multi_xml (0.8.1) + multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) net-imap (0.6.3) date @@ -272,7 +272,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - httparty (~> 0.22.0) + httparty (~> 0.24.0) parallel (< 2.0) pry-byebug rails