From 760f5868e031ec57f50ca90707f5dc3b0373e14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:37:37 +0000 Subject: [PATCH] Bump httparty from 0.21.0 to 0.22.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d347c200..900fd5f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,6 +120,7 @@ GEM bigdecimal rexml crass (1.0.6) + csv (3.3.0) datagrid (1.8.1) railties (>= 6.0) date (3.3.4) @@ -148,7 +149,8 @@ GEM activesupport (>= 6.1) hashdiff (1.1.0) hashie (5.0.0) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.14.4) @@ -190,7 +192,8 @@ GEM mini_portile2 (2.8.5) minitest (5.15.0) msgpack (1.7.2) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) mutex_m (0.2.0) mysql2 (0.5.6) net-http (0.4.1)