Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit abbce98

Browse files
Bump nokogiri and fog
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) and [fog](https://github.com/fog/fog). These dependencies needed to be updated together. Updates `nokogiri` from 1.5.11 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.5.11...v1.16.5) Updates `fog` from 1.3.1 to 1.38.0 - [Release notes](https://github.com/fog/fog/releases) - [Changelog](https://github.com/fog/fog/blob/master/CHANGELOG.md) - [Commits](fog/fog@v1.3.1...v1.38.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production - dependency-name: fog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7319c5 commit abbce98

File tree

2 files changed

+177
-21
lines changed

2 files changed

+177
-21
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'omniauth-github', '~> 1.0.1'
99
gem 'rake', '~> 10.1.1'
1010
gem 'json', '~> 1.7.7'
1111
gem 'figaro'
12-
gem 'nokogiri', '~> 1.5.11'
12+
gem 'nokogiri', '~> 1.16.5'
1313

1414
########
1515
# Data #
@@ -19,7 +19,7 @@ gem 'pg'
1919
gem 'acts-as-taggable-on'
2020
gem 'faker', :require => false
2121
gem 'carrierwave'
22-
gem 'fog', "~> 1.3.1"
22+
gem 'fog', "~> 1.38.0"
2323

2424
########
2525
# Mail #

Gemfile.lock

+175-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
CFPropertyList (2.3.6)
45
actionmailer (3.2.19)
56
actionpack (= 3.2.19)
67
mail (~> 2.5.4)
@@ -30,6 +31,11 @@ GEM
3031
multi_json (~> 1.0)
3132
acts-as-taggable-on (2.3.3)
3233
rails (~> 3.0)
34+
addressable (2.8.6)
35+
public_suffix (>= 2.0.2, < 6.0)
36+
aliyun-sdk (0.8.0)
37+
nokogiri (~> 1.6)
38+
rest-client (~> 2.0)
3339
ansi (1.4.3)
3440
arel (3.0.3)
3541
builder (3.0.4)
@@ -75,10 +81,12 @@ GEM
7581
delayed_mailhopper (0.0.7)
7682
delayed_job
7783
mailhopper (>= 0.0.1)
84+
domain_name (0.6.20240107)
85+
dry-inflector (1.0.0)
7886
erubis (2.7.0)
7987
exception_notification (3.0.1)
8088
actionmailer (>= 3.0.4)
81-
excon (0.13.4)
89+
excon (0.110.0)
8290
execjs (1.4.0)
8391
multi_json (~> 1.0)
8492
factory_girl (4.1.0)
@@ -93,25 +101,150 @@ GEM
93101
ffi (1.4.0)
94102
figaro (0.5.3)
95103
rails (~> 3.0)
96-
fog (1.3.1)
97-
builder
98-
excon (~> 0.13.0)
99-
formatador (~> 0.2.0)
104+
fission (0.5.0)
105+
CFPropertyList (~> 2.2)
106+
fog (1.38.0)
107+
fog-aliyun (>= 0.1.0)
108+
fog-atmos
109+
fog-aws (>= 0.6.0)
110+
fog-brightbox (~> 0.4)
111+
fog-cloudatcost (~> 0.1.0)
112+
fog-core (~> 1.32)
113+
fog-dynect (~> 0.0.2)
114+
fog-ecloud (~> 0.1)
115+
fog-google (<= 0.1.0)
116+
fog-json
117+
fog-local
118+
fog-openstack
119+
fog-powerdns (>= 0.1.1)
120+
fog-profitbricks
121+
fog-rackspace
122+
fog-radosgw (>= 0.0.2)
123+
fog-riakcs
124+
fog-sakuracloud (>= 0.0.4)
125+
fog-serverlove
126+
fog-softlayer
127+
fog-storm_on_demand
128+
fog-terremark
129+
fog-vmfusion
130+
fog-voxel
131+
fog-vsphere (>= 0.4.0)
132+
fog-xenserver
133+
fog-xml (~> 0.1.1)
134+
ipaddress (~> 0.5)
135+
fog-aliyun (0.4.0)
136+
addressable (~> 2.8.0)
137+
aliyun-sdk (~> 0.8.0)
138+
fog-core
139+
fog-json
140+
ipaddress (~> 0.8)
141+
xml-simple (~> 1.1)
142+
fog-atmos (0.1.0)
143+
fog-core
144+
fog-xml
145+
fog-aws (2.0.1)
146+
fog-core (~> 1.38)
147+
fog-json (~> 1.0)
148+
fog-xml (~> 0.1)
149+
ipaddress (~> 0.8)
150+
fog-brightbox (0.16.1)
151+
dry-inflector
152+
fog-core
153+
fog-json
100154
mime-types
101-
multi_json (~> 1.0)
102-
net-scp (~> 1.0.4)
103-
net-ssh (>= 2.1.3)
104-
nokogiri (~> 1.5.0)
105-
ruby-hmac
106-
formatador (0.2.4)
155+
fog-cloudatcost (0.1.2)
156+
fog-core (~> 1.36)
157+
fog-json (~> 1.0)
158+
fog-xml (~> 0.1)
159+
ipaddress (~> 0.8)
160+
fog-core (1.45.0)
161+
builder
162+
excon (~> 0.58)
163+
formatador (~> 0.2)
164+
fog-dynect (0.0.3)
165+
fog-core
166+
fog-json
167+
fog-xml
168+
fog-ecloud (0.3.0)
169+
fog-core
170+
fog-xml
171+
fog-google (0.1.0)
172+
fog-core
173+
fog-json
174+
fog-xml
175+
fog-json (1.2.0)
176+
fog-core
177+
multi_json (~> 1.10)
178+
fog-local (0.8.0)
179+
fog-core (>= 1.27, < 3.0)
180+
fog-openstack (0.3.10)
181+
fog-core (>= 1.45, <= 2.1.0)
182+
fog-json (>= 1.0)
183+
ipaddress (>= 0.8)
184+
fog-powerdns (0.2.1)
185+
fog-core
186+
fog-json
187+
fog-xml
188+
fog-profitbricks (4.1.1)
189+
fog-core (~> 1.42)
190+
fog-json (~> 1.0)
191+
fog-rackspace (0.1.6)
192+
fog-core (>= 1.35)
193+
fog-json (>= 1.0)
194+
fog-xml (>= 0.1)
195+
ipaddress (>= 0.8)
196+
fog-radosgw (0.0.5)
197+
fog-core (>= 1.21.0)
198+
fog-json
199+
fog-xml (>= 0.0.1)
200+
fog-riakcs (0.1.0)
201+
fog-core
202+
fog-json
203+
fog-xml
204+
fog-sakuracloud (1.7.5)
205+
fog-core
206+
fog-json
207+
fog-serverlove (0.1.2)
208+
fog-core
209+
fog-json
210+
fog-softlayer (1.1.4)
211+
fog-core
212+
fog-json
213+
fog-storm_on_demand (0.1.1)
214+
fog-core
215+
fog-json
216+
fog-terremark (0.1.0)
217+
fog-core
218+
fog-xml
219+
fog-vmfusion (0.1.0)
220+
fission
221+
fog-core
222+
fog-voxel (0.1.0)
223+
fog-core
224+
fog-xml
225+
fog-vsphere (1.2.1)
226+
fog-core
227+
rbvmomi (~> 1.8.0)
228+
fog-xenserver (1.0.0)
229+
fog-core
230+
fog-xml
231+
xmlrpc
232+
fog-xml (0.1.4)
233+
fog-core
234+
nokogiri (>= 1.5.11, < 2.0.0)
235+
formatador (0.3.0)
107236
fssm (0.2.10)
108237
haml (4.0.0)
109238
tilt
110239
hashie (1.2.0)
111240
highline (1.6.15)
112241
hike (1.2.3)
242+
http-accept (1.7.0)
243+
http-cookie (1.0.5)
244+
domain_name (~> 0.5)
113245
httpauth (0.2.0)
114246
i18n (0.6.11)
247+
ipaddress (0.8.3)
115248
journey (1.0.4)
116249
jquery-rails (2.2.1)
117250
railties (>= 3.0, < 5.0)
@@ -132,17 +265,21 @@ GEM
132265
rails (>= 3.1.0)
133266
redcarpet (>= 2.0.0)
134267
mime-types (1.25.1)
268+
mini_portile2 (2.8.6)
135269
minitest (4.6.1)
136-
multi_json (1.10.1)
270+
multi_json (1.15.0)
137271
multipart-post (1.1.5)
138-
net-scp (1.0.4)
139-
net-ssh (>= 1.99.1)
272+
net-scp (4.0.0)
273+
net-ssh (>= 2.6.5, < 8.0.0)
140274
net-sftp (2.1.1)
141275
net-ssh (>= 2.6.5)
142-
net-ssh (2.6.5)
276+
net-ssh (7.2.3)
143277
net-ssh-gateway (1.2.0)
144278
net-ssh (>= 2.6.5)
145-
nokogiri (1.5.11)
279+
netrc (0.11.0)
280+
nokogiri (1.16.5)
281+
mini_portile2 (~> 2.8.2)
282+
racc (~> 1.4)
146283
notifier (0.4.1)
147284
oauth2 (0.8.0)
148285
faraday (~> 0.8)
@@ -161,6 +298,8 @@ GEM
161298
omniauth (~> 1.0)
162299
pg (0.14.1)
163300
polyglot (0.3.5)
301+
public_suffix (5.0.5)
302+
racc (1.8.0)
164303
rack (1.4.5)
165304
rack-cache (1.2)
166305
rack (>= 0.4)
@@ -185,11 +324,21 @@ GEM
185324
thor (>= 0.14.6, < 2.0)
186325
rainbow (1.1.4)
187326
rake (10.1.1)
327+
rbvmomi (1.8.5)
328+
builder
329+
nokogiri (>= 1.4.1)
330+
trollop
188331
rdoc (3.12.2)
189332
json (~> 1.4)
190333
redcarpet (2.1.0)
191334
ref (1.0.2)
192-
ruby-hmac (0.4.0)
335+
rest-client (2.1.0)
336+
http-accept (>= 1.7.0, < 2.0)
337+
http-cookie (>= 1.0.2, < 2.0)
338+
mime-types (>= 1.16, < 4.0)
339+
netrc (~> 0.8)
340+
rexml (3.2.8)
341+
strscan (>= 3.0.9)
193342
rubyzip (1.3.0)
194343
sass (3.2.5)
195344
sass-rails (3.2.6)
@@ -206,6 +355,7 @@ GEM
206355
multi_json (~> 1.0)
207356
rack (~> 1.0)
208357
tilt (~> 1.1, != 1.3.0)
358+
strscan (3.1.0)
209359
test_notifier (1.0.1)
210360
notifier
211361
therubyracer (0.11.3)
@@ -216,14 +366,20 @@ GEM
216366
treetop (1.4.15)
217367
polyglot
218368
polyglot (>= 0.3.1)
369+
trollop (2.9.10)
219370
turn (0.9.6)
220371
ansi
221372
tzinfo (0.3.40)
222373
uglifier (1.3.0)
223374
execjs (>= 0.3.0)
224375
multi_json (~> 1.0, >= 1.0.2)
376+
webrick (1.8.1)
225377
websocket (1.0.7)
226378
will_paginate (3.0.5)
379+
xml-simple (1.1.9)
380+
rexml
381+
xmlrpc (0.3.3)
382+
webrick
227383
xpath (0.1.4)
228384
nokogiri (~> 1.3)
229385

@@ -245,14 +401,14 @@ DEPENDENCIES
245401
factory_girl_rails (~> 4.1.0)
246402
faker
247403
figaro
248-
fog (~> 1.3.1)
404+
fog (~> 1.38.0)
249405
haml
250406
jquery-rails
251407
json (~> 1.7.7)
252408
md_emoji
253409
md_preview
254410
minitest (~> 4.6.1)
255-
nokogiri (~> 1.5.11)
411+
nokogiri (~> 1.16.5)
256412
omniauth-github (~> 1.0.1)
257413
pg
258414
rails (= 3.2.19)

0 commit comments

Comments
 (0)