From 4fd3fb426caf7d0d5c9457bd0bb9ce7898686462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:27:57 +0000 Subject: [PATCH] Bump httpx from 1.3.4 to 1.5.1 Bumps [httpx](https://gitlab.com/os85/httpx) from 1.3.4 to 1.5.1. - [Commits](https://gitlab.com/os85/httpx/compare/v1.3.4...v1.5.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 04b49ea..b8b1460 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "stimulus-rails" gem "jbuilder" gem 'dotenv', groups: [:development, :test] gem 'devise', '~> 4.9.4' -gem 'httpx', '~> 1.3.1' +gem 'httpx', '~> 1.5.1' # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "bcrypt", "~> 3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 1fc086b..27eca09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,8 +119,8 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - http-2 (1.0.2) - httpx (1.3.4) + http-2 (1.1.1) + httpx (1.5.1) http-2 (>= 1.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -378,7 +378,7 @@ DEPENDENCIES debug devise (~> 4.9.4) dotenv - httpx (~> 1.3.1) + httpx (~> 1.5.1) importmap-rails jbuilder kamal