2022-12-04 21:58:53 +05:30
|
|
|
We have to use openssl available in the archive
|
|
|
|
|
|
|
|
--- a/Gemfile
|
|
|
|
+++ b/Gemfile
|
|
|
|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
|
|
# Pin openssl to match the version bundled with our supported Rubies.
|
|
|
|
# See https://stdgems.org/openssl/#gem-version.
|
2023-03-05 00:11:28 +05:30
|
|
|
-gem 'openssl', '2.2.2'
|
|
|
|
+#gem 'openssl', '2.2.2'
|
2022-12-04 21:58:53 +05:30
|
|
|
# This gem was originally bundled with Ruby 2.7, but is unbundled as of Ruby 3.
|
|
|
|
# Since the latest version caused problems with GitLab, we pin this to an older
|
|
|
|
# version for now.
|