From cb90d39af76353da8829b00ab825487723c67c36 Mon Sep 17 00:00:00 2001 From: Christian Paredes Date: Thu, 25 Aug 2011 11:05:04 -0700 Subject: [PATCH] Add jruby-openssl to Gemfile. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 3a1431b613d..62b3c5ce0ed 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem "jruby-elasticsearch", "~> 0.0.10" # BSD License gem "stomp" # for stomp protocol, Apache 2.0 License gem "json" # Ruby license gem "awesome_print" # MIT License +gem "jruby-openssl" # For enabling SSL support, CPL/GPL 2.0 gem "rack" # License: MIT gem "mizuno" # License: Apache 2.0