From 2488686ea3df37f3ec578bd81f4aed99d9653443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:15:02 +0000 Subject: [PATCH] Bump openssl from 3.2.0 to 3.3.0 Bumps [openssl](https://github.com/ruby/openssl) from 3.2.0 to 3.3.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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b4dbb2cd4..2d336f53d 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem "pundit", "~> 2.4" gem "rubyzip", "~> 2.3" # to solve https://github.com/jwt/ruby-jwt/issues/526 -gem "openssl", "~> 3.2" +gem "openssl", "~> 3.3" # mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538 gem "mail", "~> 2.7.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0547e7350..8e155274c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -318,7 +318,7 @@ GEM oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - openssl (3.2.0) + openssl (3.3.0) orm_adapter (0.5.0) os (1.1.4) ostruct (0.6.0) @@ -599,7 +599,7 @@ DEPENDENCIES net-pop net-smtp oj - openssl (~> 3.2) + openssl (~> 3.3) pg pghero prometheus-client (~> 4.2)