From 6cd735f87d1ef57099c50485ab7b367486f90348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:34:04 +0000 Subject: [PATCH] chore(deps): bump httparty from 0.21.0 to 0.23.2 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.21.0 to 0.23.2. - [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.23.2) --- updated-dependencies: - dependency-name: httparty dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c245ad4..731c9fc 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] gem "bootsnap", require: false # For access to Scryfall API -gem 'httparty', '~> 0.21.0' +gem 'httparty', '~> 0.23.2' gem 'scryfall_rb', '~> 0.1.0' gem "interactor-rails", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 245c90f..301d1bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -84,6 +85,7 @@ GEM choice (0.2.0) concurrent-ruby (1.2.0) crass (1.0.6) + csv (3.3.5) date (3.3.3) debug (1.7.1) irb (>= 1.5.0) @@ -93,7 +95,8 @@ GEM foreman (0.87.2) globalid (1.1.0) activesupport (>= 5.0) - httparty (0.21.0) + httparty (0.23.2) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) @@ -124,10 +127,11 @@ GEM marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) - mini_mime (1.1.2) + mini_mime (1.1.5) minitest (5.17.0) msgpack (1.6.0) - multi_xml (0.6.0) + multi_xml (0.7.2) + bigdecimal (~> 3.1) net-imap (0.3.4) date net-protocol @@ -249,7 +253,7 @@ DEPENDENCIES capybara debug foreman - httparty (~> 0.21.0) + httparty (~> 0.23.2) importmap-rails inertia_rails interactor-rails (~> 2.0)