From f781ae5663fed43a948c59e81b30c4e8d3888317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:01:22 +0000 Subject: [PATCH] Bump openssl from 3.0.1 to 3.1.0 Bumps [openssl](https://github.com/ruby/openssl) from 3.0.1 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.1...v3.1.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 85baa98d..d15c4e54 100644 --- a/Gemfile +++ b/Gemfile @@ -115,4 +115,4 @@ gem "pundit", "~> 2.2" gem "rubyzip", "~> 2.3" # to solve https://github.com/jwt/ruby-jwt/issues/526 -gem "openssl", "~> 3.0", ">= 3.0.1" +gem "openssl", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index a4c1d11b..11d87e51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - openssl (3.0.1) + openssl (3.1.0) orm_adapter (0.5.0) parallel (1.22.1) parser (3.1.3.0) @@ -553,7 +553,7 @@ DEPENDENCIES omniauth omniauth-rails_csrf_protection (~> 1.0) omniauth-twitter - openssl (~> 3.0, >= 3.0.1) + openssl (~> 3.1) pg pghero puma