Skip to content

build(deps): bump fog-aws, fog-core and fog-google #4324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ 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.4.0'
gem 'fog-google', '~> 1.24.1'
gem 'fog-core', '~> 2.6.0'
gem 'fog-google', '~> 1.25.0'
gem 'fog-local'
gem 'fog-openstack'

Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ GEM
drb (2.2.1)
erubi (1.13.1)
eventmachine (1.2.7)
excon (0.112.0)
excon (1.2.5)
logger
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
Expand All @@ -165,19 +166,19 @@ GEM
fog-json
ipaddress (~> 0.8)
xml-simple (~> 1.1)
fog-aws (3.28.0)
fog-aws (3.31.0)
base64 (~> 0.2.0)
fog-core (~> 2.1)
fog-core (~> 2.6)
fog-json (~> 1.1)
fog-xml (~> 0.1)
fog-core (2.4.0)
fog-core (2.6.0)
builder
excon (~> 0.71)
excon (~> 1.0)
formatador (>= 0.2, < 2.0)
mime-types
fog-google (1.24.1)
fog-google (1.25.0)
addressable (>= 2.7.0)
fog-core (< 2.5)
fog-core (~> 2.5)
fog-json (~> 1.2)
fog-xml (~> 0.1.0)
google-apis-compute_v1 (~> 0.53)
Expand All @@ -196,7 +197,7 @@ GEM
fog-openstack (1.1.5)
fog-core (~> 2.1)
fog-json (>= 1.0)
fog-xml (0.1.4)
fog-xml (0.1.5)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (1.1.0)
Expand Down Expand Up @@ -278,7 +279,7 @@ GEM
addressable (~> 2.8)
bigdecimal (~> 3.1)
json_pure (2.8.1)
jwt (2.8.1)
jwt (2.10.1)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
Expand Down Expand Up @@ -308,7 +309,7 @@ GEM
mime-types (3.6.2)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0318)
mime-types-data (3.2025.0422)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.5)
Expand All @@ -326,7 +327,7 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multipart-parser (0.1.1)
multipart-post (2.4.0)
multipart-post (2.4.1)
mustache (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -627,8 +628,8 @@ DEPENDENCIES
fog-aliyun
fog-aws
fog-azure-rm!
fog-core (~> 2.4.0)
fog-google (~> 1.24.1)
fog-core (~> 2.6.0)
fog-google (~> 1.25.0)
fog-local
fog-openstack
googleapis-common-protos (>= 1.3.12)
Expand Down
Loading