From 004228f6c4a3b8a9014e1ef3f3f7824b94c1e5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:11:41 +0100 Subject: [PATCH] Build(deps): Bump openssl from 3.0.2 to 3.1.0 (#20321) Bumps [openssl](https://github.com/ruby/openssl) from 3.0.2 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/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2b579e6350f..64d256d821b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,9 +303,9 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - openssl (3.0.2) - openssl-signature_algorithm (1.2.1) - openssl (> 2.0, < 3.1) + openssl (3.1.0) + openssl-signature_algorithm (1.3.0) + openssl (> 2.0) optimist (3.0.1) parallel (1.22.1) parallel_tests (4.2.0)