File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby
54
54
gem 'fog-aliyun'
55
55
gem 'fog-aws'
56
56
gem 'fog-azure-rm' , git : 'https://github.com/fog/fog-azure-rm.git' , branch : 'fog-arm-cf'
57
- gem 'fog-core' , '~> 2.4 .0'
58
- gem 'fog-google' , '~> 1.24.1 '
57
+ gem 'fog-core' , '~> 2.6 .0'
58
+ gem 'fog-google' , '~> 1.25.0 '
59
59
gem 'fog-local'
60
60
gem 'fog-openstack'
61
61
Original file line number Diff line number Diff line change 144
144
drb (2.2.1 )
145
145
erubi (1.13.1 )
146
146
eventmachine (1.2.7 )
147
- excon (0.112.0 )
147
+ excon (1.2.5 )
148
+ logger
148
149
faraday (0.17.6 )
149
150
multipart-post (>= 1.2 , < 3 )
150
151
faraday-cookie_jar (0.0.7 )
@@ -165,19 +166,19 @@ GEM
165
166
fog-json
166
167
ipaddress (~> 0.8 )
167
168
xml-simple (~> 1.1 )
168
- fog-aws (3.28 .0 )
169
+ fog-aws (3.31 .0 )
169
170
base64 (~> 0.2.0 )
170
- fog-core (~> 2.1 )
171
+ fog-core (~> 2.6 )
171
172
fog-json (~> 1.1 )
172
173
fog-xml (~> 0.1 )
173
- fog-core (2.4 .0 )
174
+ fog-core (2.6 .0 )
174
175
builder
175
- excon (~> 0.71 )
176
+ excon (~> 1.0 )
176
177
formatador (>= 0.2 , < 2.0 )
177
178
mime-types
178
- fog-google (1.24.1 )
179
+ fog-google (1.25.0 )
179
180
addressable (>= 2.7.0 )
180
- fog-core (< 2.5 )
181
+ fog-core (~> 2.5 )
181
182
fog-json (~> 1.2 )
182
183
fog-xml (~> 0.1.0 )
183
184
google-apis-compute_v1 (~> 0.53 )
196
197
fog-openstack (1.1.5 )
197
198
fog-core (~> 2.1 )
198
199
fog-json (>= 1.0 )
199
- fog-xml (0.1.4 )
200
+ fog-xml (0.1.5 )
200
201
fog-core
201
202
nokogiri (>= 1.5.11 , < 2.0.0 )
202
203
formatador (1.1.0 )
278
279
addressable (~> 2.8 )
279
280
bigdecimal (~> 3.1 )
280
281
json_pure (2.8.1 )
281
- jwt (2.8 .1 )
282
+ jwt (2.10 .1 )
282
283
base64
283
284
kramdown (2.5.1 )
284
285
rexml (>= 3.3.9 )
308
309
mime-types (3.6.2 )
309
310
logger
310
311
mime-types-data (~> 3.2015 )
311
- mime-types-data (3.2025.0318 )
312
+ mime-types-data (3.2025.0507 )
312
313
mini_mime (1.1.5 )
313
314
mini_portile2 (2.8.8 )
314
315
minitest (5.25.5 )
326
327
msgpack (1.7.2 )
327
328
multi_json (1.15.0 )
328
329
multipart-parser (0.1.1 )
329
- multipart-post (2.4.0 )
330
+ multipart-post (2.4.1 )
330
331
mustache (1.1.1 )
331
332
mustermann (3.0.0 )
332
333
ruby2_keywords (~> 0.0.1 )
517
518
pg (>= 0.18.0 , != 1.2.0 )
518
519
sequel (>= 4.38.0 )
519
520
sexp_processor (4.7.0 )
520
- signet (0.19 .0 )
521
+ signet (0.20 .0 )
521
522
addressable (~> 2.8 )
522
523
faraday (>= 0.17.5 , < 3.a )
523
524
jwt (>= 1.5 , < 3.0 )
@@ -627,8 +628,8 @@ DEPENDENCIES
627
628
fog-aliyun
628
629
fog-aws
629
630
fog-azure-rm !
630
- fog-core (~> 2.4 .0 )
631
- fog-google (~> 1.24.1 )
631
+ fog-core (~> 2.6 .0 )
632
+ fog-google (~> 1.25.0 )
632
633
fog-local
633
634
fog-openstack
634
635
googleapis-common-protos (>= 1.3.12 )
You can’t perform that action at this time.
0 commit comments