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.
1 parent 9b10ea7 commit af955afCopy full SHA for af955af
ruby-saml.gemspec
@@ -35,8 +35,10 @@ Gem::Specification.new do |s|
35
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '< 1.10.0')
36
elsif JRUBY_VERSION < '9.3.2.0'
37
s.add_runtime_dependency('nokogiri', '>= 1.11.4')
38
+ s.add_runtime_dependency('rexml')
39
else
40
s.add_runtime_dependency('nokogiri', '>= 1.13.10')
41
42
end
43
elsif RUBY_VERSION < '1.9'
44
s.add_runtime_dependency('uuid')
0 commit comments