From bf315baa6aefdda2b198a5a7e054135a84ed0f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:06:03 +0000 Subject: [PATCH] Bump openssl from 3.1.0 to 3.2.0 Bumps [openssl](https://github.com/ruby/openssl) from 3.1.0 to 3.2.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.1.0...v3.2.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 08789eae..dac7c564 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ gem "pundit", "~> 2.3" gem "rubyzip", "~> 2.3" # to solve https://github.com/jwt/ruby-jwt/issues/526 -gem "openssl", "~> 3.1" +gem "openssl", "~> 3.2" # 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 8ea97f4c..09926e74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,7 +276,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.16.1) - openssl (3.1.0) + openssl (3.2.0) orm_adapter (0.5.0) parallel (1.23.0) parser (3.2.2.3) @@ -534,7 +534,7 @@ DEPENDENCIES net-pop net-smtp oj - openssl (~> 3.1) + openssl (~> 3.2) pg pghero prometheus-client (~> 4.2)