Skip to content

Commit

Permalink
bump fog openstack gem to new version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoehler authored and mvach committed May 16, 2024
1 parent 025fa29 commit 367524f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bosh_openstack_cpi/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'bosh_common'
gem 'bosh_cpi', '~>2.5.0'
gem 'excon', '~>0.71.0'
gem 'fog-openstack', '~>1.1.0'
gem 'fog-openstack', '~>1.1.1'
gem 'httpclient', '=2.8.3'
gem 'membrane', '~>1.1.0'
gem 'netaddr', '~>2.0.4'
Expand Down
4 changes: 2 additions & 2 deletions src/bosh_openstack_cpi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-openstack (1.1.0)
fog-openstack (1.1.1)
fog-core (~> 2.1)
fog-json (>= 1.0)
formatador (1.1.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ DEPENDENCIES
bosh_common
bosh_cpi (~> 2.5.0)
excon (~> 0.71.0)
fog-openstack (~> 1.1.0)
fog-openstack (~> 1.1.1)
httpclient (= 2.8.3)
membrane (~> 1.1.0)
minitar (~> 0.5.4)
Expand Down

0 comments on commit 367524f

Please sign in to comment.