File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ Gem::Specification.new do |s|
25
25
s . summary = %q{SAML Ruby Tookit}
26
26
s . test_files = `git ls-files test/*` . split ( "\n " )
27
27
28
-
29
-
30
28
# Because runtime dependencies are determined at build time, we cannot make
31
29
# Nokogiri's version dependent on the Ruby version, even though we would
32
30
# have liked to constrain Ruby 1.8.7 to install only the 1.5.x versions.
@@ -36,6 +34,8 @@ Gem::Specification.new do |s|
36
34
elsif RUBY_VERSION < '1.9'
37
35
s . add_runtime_dependency ( 'uuid' )
38
36
s . add_runtime_dependency ( 'nokogiri' , '<= 1.5.11' )
37
+ elsif RUBY_VERSION < '2.1'
38
+ s . add_runtime_dependency ( 'nokogiri' , '>= 1.5.10' , '<= 1.6.8.1' )
39
39
else
40
40
s . add_runtime_dependency ( 'nokogiri' , '>= 1.5.10' )
41
41
end
You can’t perform that action at this time.
0 commit comments