From ca2f9857f2fa55a33bd918bc6dbcda0951982867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:15:15 +0000 Subject: [PATCH] chore(deps): update dependency httparty to "~> 0.24.0" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 33f3284..138eb32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -272,7 +272,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - httparty (~> 0.22.0) + httparty (~> 0.24.0) parallel (< 2.0) pry-byebug rails