From 98299e4eac7198726b6fedb2ca12064d5d65ebdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:12:49 +0000 Subject: [PATCH] build(deps-dev): 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 ef1e378d..d67d46da 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :linter do end group :release do - gem 'openssl', '~> 3.3' + gem 'openssl', '~> 4.0' gem 'github_changelog_generator', '>= 1.16.1', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 6ec090cb..68aa5469 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -306,7 +306,7 @@ GEM logger (~> 1.5) ostruct (< 0.7) thor (>= 1.0.1, < 2) - openssl (3.3.2) + openssl (4.0.0) openvox (8.24.2) base64 (>= 0.1, < 0.4) benchmark (>= 0.2, < 0.6) @@ -583,7 +583,7 @@ DEPENDENCIES minitest (< 7) net-http net-ldap - openssl (~> 3.3) + openssl (~> 4.0) openvox (~> 8.24) puma (~> 7.1) puppetdb-ruby