From 85cddaadf96f4e1cb9b2c15f2204e907373e9f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:11:08 +0000 Subject: [PATCH] Bump openssl from 3.3.2 to 4.0.0 Bumps [openssl](https://github.com/ruby/openssl) from 3.3.2 to 4.0.0. - [Release notes](https://github.com/ruby/openssl/releases) - [Changelog](https://github.com/ruby/openssl/blob/master/History.md) - [Commits](https://github.com/ruby/openssl/compare/v3.3.2...v4.0.0) --- updated-dependencies: - dependency-name: openssl dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6809f4ed..99979ddd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0, >= 2.0.3) version_gem (~> 1.1, >= 1.1.9) - openssl (3.3.2) + openssl (4.0.0) parallel (1.27.0) parser (3.3.10.1) ast (~> 2.4.1)