Skip to content

Commit

Permalink
Update to the latest nokogiri dependency when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Nov 15, 2019
1 parent 852c22a commit a7e45c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('nokogiri', '<= 1.5.11')
elsif RUBY_VERSION < '2.1'
s.add_runtime_dependency('nokogiri', '>= 1.5.10', '<= 1.6.8.1')
elseif RUBY_VERSION < '2.3'
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '<= 1.10.0')
else
s.add_runtime_dependency('nokogiri', '>= 1.5.10')
s.add_runtime_dependency('nokogiri', '>= 1.10.5')
end

s.add_development_dependency('coveralls')
Expand Down

0 comments on commit a7e45c2

Please sign in to comment.