From b28e687485e201aaba3d5b16d07bfce682aed4f5 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 28 Jun 2011 13:21:41 -0500 Subject: [PATCH] add jruby-openssl to the development dependencies. --- therubyrhino.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/therubyrhino.gemspec b/therubyrhino.gemspec index 4a9b70d..2f72671 100644 --- a/therubyrhino.gemspec +++ b/therubyrhino.gemspec @@ -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