Update gems to the latest jenkins runtime, vagrant, etc

This commit is contained in:
R. Tyler Croy 2013-05-04 23:06:20 -07:00
parent f8ff303f12
commit e4c76e80e2
2 changed files with 8 additions and 15 deletions

View File

@ -8,7 +8,7 @@ gem 'jruby-openssl', '~> 0.8.4'
gem 'lockfile'
group :development do
gem 'jpi', '~> 0.3.3'
gem 'jpi'
gem 'rspec'
gem 'rake'
end

View File

@ -2,32 +2,27 @@ GEM
remote: https://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
bouncy-castle-java (1.5.0146.1)
bouncy-castle-java (1.5.0147)
childprocess (0.3.8)
ffi (~> 1.0, >= 1.0.11)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.1.3)
erubis (2.7.0)
ffi (1.4.0-java)
i18n (0.6.1)
ffi (1.8.1)
ffi (1.8.1-java)
i18n (0.6.4)
jenkins-plugin (0.2.0)
jenkins-plugin-runtime (0.2.3)
json
slop (~> 3.0.2)
jenkins-war (1.475)
jenkins-war (1.514)
jpi (0.3.8)
bundler
jenkins-plugin-runtime (~> 0.2.3)
jenkins-war (> 1.427)
rubyzip
thor
jruby-openssl (0.8.2)
bouncy-castle-java (>= 1.5.0146.1)
jruby-openssl (0.8.5)
jruby-openssl (0.8.8)
bouncy-castle-java (>= 1.5.0147)
json (1.5.5-java)
json (1.7.7-java)
lockfile (2.1.0)
log4r (1.1.10)
@ -46,17 +41,15 @@ GEM
rubyzip (0.9.9)
slop (3.0.4)
thor (0.16.0)
vagrant (1.0.6)
vagrant (1.0.7)
archive-tar-minitar (= 0.5.2)
childprocess (~> 0.3.1)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
json (>= 1.5.1, < 1.8.0)
json (~> 1.5.1)
log4r (~> 1.1.9)
net-scp (~> 1.0.4)
net-ssh (~> 2.2.2)
vagrant (1.0.7)
PLATFORMS
java
@ -64,7 +57,7 @@ PLATFORMS
DEPENDENCIES
jenkins-plugin (~> 0.2.0)
jenkins-plugin-runtime (~> 0.2.3)
jpi (~> 0.3.3)
jpi
jruby-openssl (~> 0.8.4)
lockfile
rake