We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39639ec + b166fcd commit 5bf7896Copy full SHA for 5bf7896
configs/components/rubygem-rexml.rb
@@ -1,6 +1,6 @@
1
component 'rubygem-rexml' do |pkg, settings, platform|
2
- pkg.version '3.3.4'
3
- pkg.md5sum 'b7411377f3c1a9cbe65e862f74067f91'
+ pkg.version '3.3.6'
+ pkg.md5sum 'be54ad1a5f661ebf9824bf6ca36e50eb'
4
5
# If the platform is solaris with sparc architecture in agent-runtime-7.x project, we want to gem install rexml
6
# ignoring the dependencies, this is because the pl-ruby version used in these platforms is ancient so it gets
@@ -9,6 +9,6 @@
9
if platform.name =~ /solaris-(10|11)-sparc/ && settings[:ruby_version].to_i < 3
10
settings["#{pkg.get_name}_gem_install_options".to_sym] = "--ignore-dependencies"
11
end
12
-
+
13
instance_eval File.read('configs/components/_base-rubygem.rb')
14
0 commit comments