Skip to content

Commit

Permalink
Merge pull request #550 from onelogin/gem-typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
pitbulk authored Oct 14, 2020
2 parents 17fce0a + 942beaf commit 7423f03
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 @@ -39,7 +39,7 @@ 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'
elsif RUBY_VERSION < '2.3'
s.add_runtime_dependency('nokogiri', '>= 1.9.1', '<= 1.10.0')
else
s.add_runtime_dependency('nokogiri', '>= 1.10.5')
Expand Down

0 comments on commit 7423f03

Please sign in to comment.