Use openssl from the archive (patch Gemfile)
This commit is contained in:
parent
f6733182cb
commit
831176fbfe
2 changed files with 14 additions and 0 deletions
13
debian/patches/Gemfile/0210-comment-out-openssl.patch
vendored
Normal file
13
debian/patches/Gemfile/0210-comment-out-openssl.patch
vendored
Normal 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.
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -11,6 +11,7 @@ Gemfile/0160-relax-rexml.patch
|
||||||
Gemfile/0180-add-parser-gem.patch
|
Gemfile/0180-add-parser-gem.patch
|
||||||
Gemfile/0190-relax-rdoc.patch
|
Gemfile/0190-relax-rdoc.patch
|
||||||
Gemfile/0200-add-gitlab-dangerfiles.patch
|
Gemfile/0200-add-gitlab-dangerfiles.patch
|
||||||
|
Gemfile/0210-comment-out-openssl.patch
|
||||||
nodejs/0010-set-webpack-root.patch
|
nodejs/0010-set-webpack-root.patch
|
||||||
nodejs/0020-remove-dev-dependencies.patch
|
nodejs/0020-remove-dev-dependencies.patch
|
||||||
nodejs/0030-use-yarnpkg.patch
|
nodejs/0030-use-yarnpkg.patch
|
||||||
|
|
Loading…
Reference in a new issue