Skip to content

Commit af955af

Browse files
committed
Add rexml dependence for Jruby with recent Ruby versions
1 parent 9b10ea7 commit af955af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruby-saml.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ Gem::Specification.new do |s|
3535
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '< 1.10.0')
3636
elsif JRUBY_VERSION < '9.3.2.0'
3737
s.add_runtime_dependency('nokogiri', '>= 1.11.4')
38+
s.add_runtime_dependency('rexml')
3839
else
3940
s.add_runtime_dependency('nokogiri', '>= 1.13.10')
41+
s.add_runtime_dependency('rexml')
4042
end
4143
elsif RUBY_VERSION < '1.9'
4244
s.add_runtime_dependency('uuid')

0 commit comments

Comments
 (0)