Skip to content

Commit

Permalink
Merge pull request SAML-Toolkits#626 from visfleet/ruby-2.2-compatible
Browse files Browse the repository at this point in the history
Nokogiri dependencies are different for ruby 2.2
  • Loading branch information
pitbulk authored Jan 21, 2022
2 parents 423035f + 0d268eb commit b843467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('nokogiri', '>= 1.5.10', '<= 1.6.8.1')
s.add_runtime_dependency('json', '< 2.3.0')
elsif RUBY_VERSION < '2.3'
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '<= 1.10.0')
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '< 1.10.0')
else
s.add_runtime_dependency('nokogiri', '>= 1.10.5')
s.add_runtime_dependency('rexml')
Expand Down

0 comments on commit b843467

Please sign in to comment.