From e1f9e48aa2551a0508bd6fac2b76e58350227a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryxi=CC=81?= Date: Wed, 10 May 2023 10:48:31 +0200 Subject: [PATCH] fix: Downgrade ruby version because of error ``` /Users/michal/.rbenv/versions/3.2.2/lib/ruby/3.2.0/net/protocol.rb:46:in `connect_nonblock': SSL_connect returned=1 errno=0 peeraddr=84.16.68.210:443 state=error: wrong signature type (OpenSSL::SSL::SSLError) ``` Tried to fix with following without success: - https://github.com/rbenv/ruby-build/discussions/2061 - https://github.com/rbenv/ruby-build/issues/380 --- .ruby-version | 2 +- Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index be94e6f..49cdd66 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +2.7.6 diff --git a/Gemfile.lock b/Gemfile.lock index 4f7073e..c15a157 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,10 @@ GEM specs: addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) + mini_portile2 (2.8.2) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) nokogiri (1.14.3-x86_64-darwin) racc (~> 1.4) public_suffix (5.0.1) @@ -18,7 +22,9 @@ GEM rake (13.0.6) PLATFORMS + ruby x86_64-darwin-20 + x86_64-darwin-21 x86_64-darwin-22 DEPENDENCIES