From 2180f557ae5a50243e66daa28b66899717c2332f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:37:46 +0000 Subject: [PATCH] Bump openssl from 2.2.0 to 3.1.0 Bumps [openssl](https://github.com/ruby/openssl) from 2.2.0 to 3.1.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/v2.2.0...v3.1.0) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4f50b11..a33065f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM diff-lcs (1.3) hashdiff (1.0.1) json (2.3.0) - openssl (2.2.0) + openssl (3.1.0) public_suffix (4.0.5) rake (13.0.1) rspec (3.9.0)