Skip to content

Commit

Permalink
Updates bosh_vsphere_cpi gem to maintenance version: 2.1.1
Browse files Browse the repository at this point in the history
[#111538726](https://www.pivotaltracker.com/story/show/111538726)

Signed-off-by: Corey Innis <cinnis@pivotal.io>
  • Loading branch information
Caleb Miles authored and Corey Innis committed Feb 2, 2016
1 parent 2c86e4b commit 4a9a066
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -51,7 +51,7 @@ PATH
bosh_cpi (~> 1.3184.1.0)
bosh_openstack_cpi (= 2.1.1)
bosh_vcloud_cpi (= 0.12.1)
bosh_vsphere_cpi (= 2.2.2)
bosh_vsphere_cpi (= 2.1.1)
cf-uaa-lib (~> 3.2.1)
eventmachine (~> 1.0.0)
fog (~> 1.34.0)
Expand Down Expand Up @@ -179,7 +179,7 @@ PATH
bosh_cpi (~> 1.3184.1.0)
bosh_openstack_cpi (= 2.1.1)
bosh_vcloud_cpi (= 0.12.1)
bosh_vsphere_cpi (= 2.2.2)
bosh_vsphere_cpi (= 2.1.1)
fog-google (= 0.1.0)
mono_logger (~> 1.1.0)
sqlite3 (~> 1.3.7)
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
nokogiri (~> 1.6.6)
rest-client (~> 1.6.7)
yajl-ruby (>= 0.8.2)
bosh_vsphere_cpi (2.2.2)
bosh_vsphere_cpi (2.1.1)
bosh_common
bosh_cpi
builder (~> 3.1.4)
Expand Down
2 changes: 1 addition & 1 deletion bosh-director/bosh-director.gemspec
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'bosh_openstack_cpi', '=2.1.1'
spec.add_dependency 'bosh_aws_cpi', '=2.1.1'
spec.add_dependency 'bosh_vsphere_cpi', '=2.2.2'
spec.add_dependency 'bosh_vsphere_cpi', '=2.1.1'
spec.add_dependency 'bosh_vcloud_cpi', '=0.12.1'

spec.add_dependency 'bcrypt-ruby', '~>3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion bosh_cli_plugin_micro/bosh_cli_plugin_micro.gemspec
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'bosh_aws_cpi', '=2.1.1'
spec.add_dependency 'bosh_openstack_cpi', '=2.1.1'
spec.add_dependency 'bosh_vcloud_cpi', '=0.12.1'
spec.add_dependency 'bosh_vsphere_cpi', '=2.2.2'
spec.add_dependency 'bosh_vsphere_cpi', '=2.1.1'
spec.add_dependency 'fog-google', '=0.1.0'

spec.add_development_dependency 'rake'
Expand Down
Binary file added vendor/cache/bosh_vsphere_cpi-2.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/bosh_vsphere_cpi-2.2.2.gem
Binary file not shown.

0 comments on commit 4a9a066

Please sign in to comment.