Skip to content

Commit 5e30d57

Browse files
build(deps): bump fog-core from 2.1.2 to 2.4.0
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]>
1 parent e2e6042 commit 5e30d57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby
5757
gem 'fog-aliyun'
5858
gem 'fog-aws'
5959
gem 'fog-azure-rm', git: 'https://github.com/fog/fog-azure-rm.git', branch: 'fog-arm-cf'
60-
gem 'fog-core', '~> 2.1.2'
60+
gem 'fog-core', '~> 2.4.0'
6161
gem 'fog-google', '~> 1.24.1'
6262
gem 'fog-local'
6363
gem 'fog-openstack'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ GEM
180180
fog-core (~> 2.1)
181181
fog-json (~> 1.1)
182182
fog-xml (~> 0.1)
183-
fog-core (2.1.2)
183+
fog-core (2.4.0)
184184
builder
185-
excon (~> 0.58)
186-
formatador (~> 0.2)
185+
excon (~> 0.71)
186+
formatador (>= 0.2, < 2.0)
187187
mime-types
188188
fog-google (1.24.1)
189189
addressable (>= 2.7.0)
@@ -209,7 +209,7 @@ GEM
209209
fog-xml (0.1.4)
210210
fog-core
211211
nokogiri (>= 1.5.11, < 2.0.0)
212-
formatador (0.3.0)
212+
formatador (1.1.0)
213213
google-apis-compute_v1 (0.86.0)
214214
google-apis-core (>= 0.11.0, < 2.a)
215215
google-apis-core (0.11.3)
@@ -608,7 +608,7 @@ DEPENDENCIES
608608
fog-aliyun
609609
fog-aws
610610
fog-azure-rm!
611-
fog-core (~> 2.1.2)
611+
fog-core (~> 2.4.0)
612612
fog-google (~> 1.24.1)
613613
fog-local
614614
fog-openstack

0 commit comments

Comments
 (0)