From 0fd5b7f57405cc53f3f7b9ebc53bba88a248435e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:35:32 +0000 Subject: [PATCH] Update openssl requirement from ~> 2.1, >= 2.1.0 to >= 2.1, < 4.0 Updates the requirements on [openssl](https://github.com/ruby/openssl) to permit the latest version. - [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.1.2...v3.1.0) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ rts.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index da2487b..8639c55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: rts (0.1.0) - openssl (~> 2.1, >= 2.1.0) + openssl (>= 2.1, < 4.0) rest-client (~> 2.1, >= 2.1.0) GEM @@ -18,14 +18,14 @@ GEM unf (>= 0.0.5, < 1.0.0) hashdiff (1.0.1) http-accept (1.7.0) - http-cookie (1.0.3) + http-cookie (1.0.5) domain_name (~> 0.5) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2023.0218.1) netrc (0.11.0) - openssl (2.1.2) + openssl (3.1.0) pry (0.13.0) coderay (~> 1.1) method_source (~> 1.0) @@ -52,7 +52,7 @@ GEM safe_yaml (1.0.5) unf (0.1.4) unf_ext - unf_ext (0.0.7.6) + unf_ext (0.0.8.2) vcr (4.0.0) webmock (3.8.3) addressable (>= 2.3.6) diff --git a/rts.gemspec b/rts.gemspec index 232759d..d714f81 100644 --- a/rts.gemspec +++ b/rts.gemspec @@ -30,6 +30,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'vcr', '~> 4.0' spec.add_development_dependency 'webmock', '~> 3.4' - spec.add_runtime_dependency 'openssl', '~> 2.1', '>= 2.1.0' + spec.add_runtime_dependency 'openssl', '>= 2.1', '< 4.0' spec.add_runtime_dependency 'rest-client', '~> 2.1', '>= 2.1.0' end