We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7408bf8 + 43a54d5 commit 05ff45cCopy full SHA for 05ff45c
Gemfile
@@ -23,7 +23,8 @@ gemspec
23
# Need to update the openssl gem on MacOS to avoid SSL errors. Doesn't hurt to have the newest
24
# for all platforms.
25
# https://www.rubyonmac.dev/certificate-verify-failed-unable-to-get-certificate-crl-openssl-ssl-sslerror
26
-gem 'openssl' unless `uname -o`.chomp == 'Cygwin'
+# openssl 4 raises some errors that need to be investigated
27
+gem 'openssl', '~> 3' unless `uname -o`.chomp == 'Cygwin'
28
29
# Optional paint gem for rainbow outputter
30
gem "paint", "~> 2.2"
0 commit comments