From 17d0c050614d31f7eafe6939b6c6351835aef1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:01:17 +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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 16c21a6..f51aa9f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,5 +24,5 @@ group :test do gem "rubocop-rspec" # Fix OpenSSL 3.x CRL verification issues - gem "openssl", "3.3.2" + gem "openssl", "4.0.0" end diff --git a/Gemfile.lock b/Gemfile.lock index aff8b05..cdf51bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM logger (1.7.0) mini_portile2 (2.8.9) minitest (5.27.0) - openssl (3.3.2) + openssl (4.0.0) parallel (1.27.0) parser (3.3.10.0) ast (~> 2.4.1) @@ -129,7 +129,7 @@ DEPENDENCIES activerecord (< 8) connection_pool (< 3) database_cleaner-active_record - openssl (= 3.3.2) + openssl (= 4.0.0) operandi! rake rspec