Skip to content

Commit

Permalink
Add rexml dependence for Jruby with recent Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 4, 2023
1 parent 9b10ea7 commit af955af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '< 1.10.0')
elsif JRUBY_VERSION < '9.3.2.0'
s.add_runtime_dependency('nokogiri', '>= 1.11.4')
s.add_runtime_dependency('rexml')
else
s.add_runtime_dependency('nokogiri', '>= 1.13.10')
s.add_runtime_dependency('rexml')
end
elsif RUBY_VERSION < '1.9'
s.add_runtime_dependency('uuid')
Expand Down

0 comments on commit af955af

Please sign in to comment.