Use openssl from the archive (patch Gemfile)

This commit is contained in:
Pirate Praveen 2022-12-04 21:58:53 +05:30
parent f6733182cb
commit 831176fbfe
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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.

View file

@ -11,6 +11,7 @@ Gemfile/0160-relax-rexml.patch
Gemfile/0180-add-parser-gem.patch
Gemfile/0190-relax-rdoc.patch
Gemfile/0200-add-gitlab-dangerfiles.patch
Gemfile/0210-comment-out-openssl.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch