Skip to content

Commit

Permalink
build(deps): bump fog-google from 1.22.0 to 1.23.0
Browse files Browse the repository at this point in the history
Bumps [fog-google](https://github.com/fog/fog-google) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/fog/fog-google/releases)
- [Changelog](https://github.com/fog/fog-google/blob/master/CHANGELOG.md)
- [Commits](fog/fog-google@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: fog-google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent fe986d0 commit c7cacfa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'fog-aliyun'
gem 'fog-aws'
gem 'fog-azure-rm', git: 'https://github.com/fog/fog-azure-rm.git', branch: 'fog-arm-cf'
gem 'fog-core', '~> 2.1.2'
gem 'fog-google', '~> 1.22.0'
gem 'fog-google', '~> 1.23.0'
gem 'fog-local'
gem 'fog-openstack'

Expand Down
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
eventmachine (>= 1.0.0.beta.4)
erubi (1.12.0)
eventmachine (1.2.7)
excon (0.104.0)
excon (0.105.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
excon (~> 0.58)
formatador (~> 0.2)
mime-types
fog-google (1.22.0)
fog-google (1.23.0)
addressable (>= 2.7.0)
fog-core (< 2.3)
fog-json (~> 1.2)
Expand All @@ -201,9 +201,9 @@ GEM
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0)
google-apis-compute_v1 (0.75.0)
google-apis-compute_v1 (0.84.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.1)
google-apis-core (0.11.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand All @@ -212,17 +212,17 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-dns_v1 (0.32.0)
google-apis-dns_v1 (0.34.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-monitoring_v3 (0.48.0)
google-apis-monitoring_v3 (0.52.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-pubsub_v1 (0.40.0)
google-apis-pubsub_v1 (0.43.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-sqladmin_v1beta4 (0.54.0)
google-apis-sqladmin_v1beta4 (0.59.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.24.0)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -235,10 +235,9 @@ GEM
grpc (~> 1.27)
googleapis-common-protos-types (1.8.0)
google-protobuf (~> 3.18)
googleauth (1.7.0)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
Expand Down Expand Up @@ -300,11 +299,10 @@ GEM
nokogiri (>= 1.12.0)
machinist (1.0.6)
membrane (1.1.0)
memoist (0.16.2)
method_source (1.0.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
Expand Down Expand Up @@ -482,7 +480,7 @@ GEM
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
sexp_processor (4.7.0)
signet (0.17.0)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -585,7 +583,7 @@ DEPENDENCIES
fog-aws
fog-azure-rm!
fog-core (~> 2.1.2)
fog-google (~> 1.22.0)
fog-google (~> 1.23.0)
fog-local
fog-openstack
googleapis-common-protos (>= 1.3.12)
Expand Down

0 comments on commit c7cacfa

Please sign in to comment.