1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

add jruby-openssl to the development dependencies.

This commit is contained in:
Charles Lowell 2011-06-28 13:21:41 -05:00
parent 74f59294f0
commit b28e687485

View file

@ -16,4 +16,5 @@ Gem::Specification.new do |s|
s.summary = %q{Embed the Rhino JavaScript interpreter into JRuby}
s.add_development_dependency "rspec"
s.add_development_dependency "jruby-openssl"
end