From 8255fbe0e7819d6c74c43851156ebcb53cad7a17 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 14 Mar 2012 12:25:10 -0700 Subject: [PATCH] Add the jruby-openssl gem to the bundle Fixes #13 --- Gemfile | 1 + Gemfile.lock | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0939421..aa7751a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gem "jenkins-plugin-runtime" gem "jenkins-plugin", '~> 0.2.0' #gem "vagrant", '~> 1.0.1' gem 'vagrant', :git => 'git://github.com/rtyler/vagrant', :ref => '95ebd5b' +gem 'jruby-openssl' group :development do gem 'jpi', '~> 0.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index c72311d..4ba1da7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,6 +17,7 @@ GEM remote: http://rubygems.org/ specs: archive-tar-minitar (0.5.2) + bouncy-castle-java (1.5.0146.1) childprocess (0.3.1) ffi (~> 1.0.6) diff-lcs (1.1.3) @@ -34,7 +35,8 @@ GEM jenkins-war (>= 1.427) rubyzip thor - json (1.5.4) + jruby-openssl (0.7.4) + bouncy-castle-java json (1.5.4-java) log4r (1.1.10) net-scp (1.0.4) @@ -60,6 +62,7 @@ DEPENDENCIES jenkins-plugin (~> 0.2.0) jenkins-plugin-runtime jpi (~> 0.3.3) + jruby-openssl rake rspec vagrant!