debian-mirror-gitlab/debian/patches/Gemfile/0210-comment-out-openssl.patch
2022-12-04 21:58:53 +05:30

13 lines
449 B
Diff

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.
-gem 'openssl', '2.2.1'
+# gem 'openssl', '2.2.1'
# 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.