Skip to content

Commit 2b34146

Browse files
committed
Prune unneeded gitlab-glfm-markdown precompiled libraries
gitlab-glfm-markdown ships with precompiled shared libraries for all supported Ruby versions. Just as we do with nokogiri and other gems, keep only the version needed for the current Ruby version. Changelog: changed
1 parent 101f779 commit 2b34146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/software/gitlab-rails.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128

129129
ruby_ver = shellout!("#{embedded_bin('ruby')} -e 'puts RUBY_VERSION.match(/\\d+\\.\\d+/)[0]'", env: env).stdout.chomp
130130
gem_paths = {
131+
'gitlab-glfm-markdown' => 'lib',
131132
'google-protobuf' => 'lib/google',
132133
'grpc' => 'src/ruby/lib/grpc',
133134
'prometheus-client-mmap' => 'lib',

0 commit comments

Comments
 (0)