Skip to content

Commit

Permalink
build(deps): bump fog-core from 2.1.2 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [fog-core](https://github.com/fog/fog-core) from 2.1.2 to 2.4.0.
- [Changelog](https://github.com/fog/fog-core/blob/master/changelog.md)
- [Commits](fog/fog-core@v2.1.2...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent e2e6042 commit 5e30d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby
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-core', '~> 2.4.0'
gem 'fog-google', '~> 1.24.1'
gem 'fog-local'
gem 'fog-openstack'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ GEM
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
fog-core (2.1.2)
fog-core (2.4.0)
builder
excon (~> 0.58)
formatador (~> 0.2)
excon (~> 0.71)
formatador (>= 0.2, < 2.0)
mime-types
fog-google (1.24.1)
addressable (>= 2.7.0)
Expand All @@ -209,7 +209,7 @@ GEM
fog-xml (0.1.4)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0)
formatador (1.1.0)
google-apis-compute_v1 (0.86.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.3)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
fog-aliyun
fog-aws
fog-azure-rm!
fog-core (~> 2.1.2)
fog-core (~> 2.4.0)
fog-google (~> 1.24.1)
fog-local
fog-openstack
Expand Down

0 comments on commit 5e30d57

Please sign in to comment.