Skip to content

Commit 5c58d47

Browse files
committed
Add jruby-openssl dependency on known version...
jruby/jruby-openssl#57
1 parent cab3193 commit 5c58d47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby-saml.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
3232
# have liked to constrain Ruby 1.8.7 to install only the 1.5.x versions.
3333
if defined?(JRUBY_VERSION)
3434
s.add_runtime_dependency('nokogiri', '>= 1.6.0')
35+
s.add_runtime_dependency('jruby-openssl', '>= 0.9.8')
3536
else
3637
s.add_runtime_dependency('nokogiri', '>= 1.5.10')
3738
end

0 commit comments

Comments
 (0)