Skip to content

Commit

Permalink
Add the jruby-openssl gem to the bundle
Browse files Browse the repository at this point in the history
Fixes rtyler#13
  • Loading branch information
R. Tyler Croy committed Mar 14, 2012
1 parent 7f5d06b commit 8255fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -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'
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -60,6 +62,7 @@ DEPENDENCIES
jenkins-plugin (~> 0.2.0)
jenkins-plugin-runtime
jpi (~> 0.3.3)
jruby-openssl
rake
rspec
vagrant!

0 comments on commit 8255fbe

Please sign in to comment.