Skip to content

Commit

Permalink
fix: Downgrade ruby version because of error
Browse files Browse the repository at this point in the history
```
/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:
- rbenv/ruby-build#2061
- rbenv/ruby-build#380
  • Loading branch information
MichalBryxi committed May 10, 2023
1 parent 16cbf5d commit e1f9e48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
2.7.6
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ 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)
racc (1.6.2)
rake (13.0.6)

PLATFORMS
ruby
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22

DEPENDENCIES
Expand Down

0 comments on commit e1f9e48

Please sign in to comment.