From 0b274f214d8932a19567b458a8d79951f387d9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:03:06 +0000 Subject: [PATCH] Bump http from 5.1.1 to 5.2.0 Bumps [http](https://github.com/httprb/http) from 5.1.1 to 5.2.0. - [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md) - [Commits](https://github.com/httprb/http/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 785f74f..8f65299 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) base64 (0.2.0) bcrypt (3.1.20) @@ -89,7 +89,7 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.3.4) - domain_name (0.6.20231109) + domain_name (0.6.20240107) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) @@ -113,11 +113,12 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - http (5.1.1) + http (5.2.0) addressable (~> 2.8) + base64 (~> 0.1) http-cookie (~> 1.0) http-form_data (~> 2.2) - llhttp-ffi (~> 0.4.0) + llhttp-ffi (~> 0.5.0) http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) @@ -135,7 +136,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.4.0) + llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) loofah (2.22.0)