mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Update gemfiles post vsphere provider 1.5 release
This commit is contained in:
parent
ab48cae852
commit
3d212dfe3b
3 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'vmpooler', '~> 2.0'
|
gem 'vmpooler', '~> 2.1'
|
||||||
gem 'vmpooler-provider-vsphere', '~> 1.4'
|
gem 'vmpooler-provider-vsphere', '~> 1.5'
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ GEM
|
||||||
statsd-ruby (1.5.0)
|
statsd-ruby (1.5.0)
|
||||||
thrift (0.15.0)
|
thrift (0.15.0)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
vmpooler (2.0.0)
|
vmpooler (2.1.0)
|
||||||
concurrent-ruby (~> 1.1)
|
concurrent-ruby (~> 1.1)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
net-ldap (~> 0.16)
|
net-ldap (~> 0.16)
|
||||||
|
|
@ -108,15 +108,15 @@ GEM
|
||||||
sinatra (~> 2.0)
|
sinatra (~> 2.0)
|
||||||
spicy-proton (~> 2.1)
|
spicy-proton (~> 2.1)
|
||||||
statsd-ruby (~> 1.4)
|
statsd-ruby (~> 1.4)
|
||||||
vmpooler-provider-vsphere (1.4.0)
|
vmpooler-provider-vsphere (1.5.0)
|
||||||
rbvmomi (>= 2.1, < 4.0)
|
rbvmomi (>= 2.1, < 4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
universal-java-1.8
|
universal-java-1.8
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
vmpooler (~> 2.0)
|
vmpooler (~> 2.1)
|
||||||
vmpooler-provider-vsphere (~> 1.4)
|
vmpooler-provider-vsphere (~> 1.5)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.33
|
2.2.33
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/puppetlabs/vmpooler-provider-gce.git
|
remote: https://github.com/puppetlabs/vmpooler-provider-gce.git
|
||||||
revision: 2a0e9f5bdc45c5c9c656f3763df296a6ab2a522a
|
revision: f6ec318b2dafb1a69a4b3b1d926a3ad3cac4cf3f
|
||||||
specs:
|
specs:
|
||||||
vmpooler-provider-gce (0.1.0)
|
vmpooler-provider-gce (0.1.0)
|
||||||
google-apis-compute_v1 (~> 0.14)
|
google-apis-compute_v1 (~> 0.14)
|
||||||
|
|
@ -8,16 +8,16 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/puppetlabs/vmpooler-provider-vsphere.git
|
remote: https://github.com/puppetlabs/vmpooler-provider-vsphere.git
|
||||||
revision: 4fa14cc94f2649188efc9f9555ec598b30213e69
|
revision: a9662622d5574a7f9f6e97ff4c8bc82786982266
|
||||||
specs:
|
specs:
|
||||||
vmpooler-provider-vsphere (1.3.0)
|
vmpooler-provider-vsphere (1.5.0)
|
||||||
rbvmomi (>= 2.1, < 4.0)
|
rbvmomi (>= 2.1, < 4.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/puppetlabs/vmpooler.git
|
remote: https://github.com/puppetlabs/vmpooler.git
|
||||||
revision: 3c61050032615993285ba965100cd9461b9e8652
|
revision: 439dbc05ae3ac7c7e133d5b0af85382e7ce969d0
|
||||||
specs:
|
specs:
|
||||||
vmpooler (2.0.0)
|
vmpooler (2.1.0)
|
||||||
concurrent-ruby (~> 1.1)
|
concurrent-ruby (~> 1.1)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
net-ldap (~> 0.16)
|
net-ldap (~> 0.16)
|
||||||
|
|
@ -67,7 +67,7 @@ GEM
|
||||||
faraday-net_http_persistent (1.2.0)
|
faraday-net_http_persistent (1.2.0)
|
||||||
faraday-patron (1.0.0)
|
faraday-patron (1.0.0)
|
||||||
faraday-rack (1.0.0)
|
faraday-rack (1.0.0)
|
||||||
google-apis-compute_v1 (0.21.0)
|
google-apis-compute_v1 (0.22.0)
|
||||||
google-apis-core (>= 0.4, < 2.a)
|
google-apis-core (>= 0.4, < 2.a)
|
||||||
google-apis-core (0.4.1)
|
google-apis-core (0.4.1)
|
||||||
addressable (~> 2.5, >= 2.5.1)
|
addressable (~> 2.5, >= 2.5.1)
|
||||||
|
|
@ -188,4 +188,4 @@ DEPENDENCIES
|
||||||
vmpooler-provider-vsphere!
|
vmpooler-provider-vsphere!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.32
|
2.2.33
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue