From a99408a78ca0e47cd672b1b73b9dcb6831567993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:21:21 +0000 Subject: [PATCH] chore(deps): update dependency httparty to "~> 0.22.0" --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 022b72a..700b525 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ gem "rspec", "~> 3.0" gem "rubocop", "~> 1.21" -gem "httparty", "~> 0.21.0" +gem "httparty", "~> 0.22.0" gem "pry-byebug" diff --git a/Gemfile.lock b/Gemfile.lock index 2076b61..b81de3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,12 +78,14 @@ GEM coderay (1.1.3) concurrent-ruby (1.1.10) crass (1.0.6) + csv (3.3.0) date (3.3.3) diff-lcs (1.5.1) erubi (1.12.0) globalid (1.0.0) activesupport (>= 5.0) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) @@ -100,7 +102,7 @@ GEM net-smtp marcel (1.0.2) method_source (1.0.0) - mini_mime (1.1.2) + mini_mime (1.1.5) mini_portile2 (2.8.1) minitest (5.16.3) multi_xml (0.6.0) @@ -206,7 +208,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - httparty (~> 0.21.0) + httparty (~> 0.22.0) pry-byebug rails rake (~> 13.0)