From 623cf82e350891927d50e27d6f09aa381bc3a943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:59:37 +0000 Subject: [PATCH] Bump openssl from 3.1.0 to 3.3.0 Bumps [openssl](https://github.com/ruby/openssl) from 3.1.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.1.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 0009631..e2ab1eb 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'colorize', '~> 1.1' gem 'i18n', '~> 1.14' gem 'json', '~> 2.8' gem 'launchy', '~> 2' # >3 breaks -gem 'openssl', '~> 3.1.0' # >3.2 won't install +gem 'openssl', '~> 3.3.0' # >3.2 won't install gem 'open-uri', '~> 0.5.0' gem 'win32-shortcut', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9308d6c..407f569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM stringio time uri - openssl (3.1.0) + openssl (3.3.0) parallel (1.26.3) parser (3.3.4.0) ast (~> 2.4.1) @@ -163,7 +163,7 @@ DEPENDENCIES launchy (~> 2) ocran (= 1.3.16) open-uri (~> 0.5.0) - openssl (~> 3.1.0) + openssl (~> 3.3.0) rubocop (~> 1.68) win32-shortcut (~> 0.3.0)