Skip to content

Commit 6466756

Browse files
committed
Update Nokogiri dependency.
1 parent 67904ac commit 6466756

3 files changed

Lines changed: 39 additions & 39 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'http://rubygems.org'
22

33
gemspec
4-
ruby "3.1.0"
4+
ruby "3.1.2"
55

66
# Include non-released gems first
77
gem "sinatra-rdf", git: "https://github.com/ruby-rdf/sinatra-rdf", branch: "develop"

Gemfile.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT
1717

1818
GIT
1919
remote: https://github.com/dryruby/ebnf
20-
revision: 2242df1c495310ab8afd5c0a21f327f987e2b9be
20+
revision: 8f611920baca0ac64d66a40c1a25686afcd69d89
2121
branch: develop
2222
specs:
2323
ebnf (2.3.1)
@@ -30,23 +30,23 @@ GIT
3030

3131
GIT
3232
remote: https://github.com/ruby-rdf/json-ld
33-
revision: 48e1e1a891fadaf936cfea15a48ee56efcae2abb
33+
revision: 4e06359c75d10eebbb2f792f3df9cdd13745616c
3434
branch: develop
3535
specs:
36-
json-ld (3.2.1)
36+
json-ld (3.2.3)
3737
htmlentities (~> 4.3)
3838
json-canonicalization (~> 0.3)
3939
link_header (~> 0.0, >= 0.0.8)
4040
multi_json (~> 1.15)
4141
rack (~> 2.2)
42-
rdf (~> 3.2)
42+
rdf (~> 3.2, >= 3.2.9)
4343

4444
GIT
4545
remote: https://github.com/ruby-rdf/json-ld-preloaded
46-
revision: 7af6abf73a45975d1ea185ddcf181327396459f5
46+
revision: c6adf2b523e25c4631e2be6c416df06a4c6a08a6
4747
branch: develop
4848
specs:
49-
json-ld-preloaded (3.2.0)
49+
json-ld-preloaded (3.2.1)
5050
json-ld (~> 3.2)
5151
rdf (~> 3.2)
5252

@@ -61,10 +61,10 @@ GIT
6161

6262
GIT
6363
remote: https://github.com/ruby-rdf/rdf
64-
revision: 6db78a5a97140b2d8f9fba637bdac99483d8d121
64+
revision: 4f45c0ed29edb71a2f58c3a0d768e5da60b0f1d0
6565
branch: develop
6666
specs:
67-
rdf (3.2.8)
67+
rdf (3.2.9)
6868
link_header (~> 0.0, >= 0.0.8)
6969

7070
GIT
@@ -145,10 +145,10 @@ GIT
145145

146146
GIT
147147
remote: https://github.com/ruby-rdf/rdf-vocab
148-
revision: f4a9503672c205656e7e3c22de74936f4d3ef40c
148+
revision: eb06254b359d0ef017f97c2238a67e77bf1553c1
149149
branch: develop
150150
specs:
151-
rdf-vocab (3.2.1)
151+
rdf-vocab (3.2.2)
152152
rdf (~> 3.2, >= 3.2.4)
153153

154154
GIT
@@ -179,7 +179,7 @@ PATH
179179
haml (~> 5.2)
180180
json-ld (~> 3.1)
181181
json-ld-preloaded (~> 3.1)
182-
nokogiri (~> 1.13, >= 1.13.6)
182+
nokogiri (~> 1.13, >= 1.13.8)
183183
puma (~> 5.5)
184184
rack-cache (~> 1.13)
185185
rdf (~> 3.1, >= 3.1.15)
@@ -200,13 +200,13 @@ PATH
200200
GEM
201201
remote: http://rubygems.org/
202202
specs:
203-
activesupport (5.2.8)
203+
activesupport (5.2.8.1)
204204
concurrent-ruby (~> 1.0, >= 1.0.2)
205205
i18n (>= 0.7, < 2)
206206
minitest (~> 5.1)
207207
tzinfo (~> 1.1)
208-
addressable (2.8.0)
209-
public_suffix (>= 2.0.2, < 5.0)
208+
addressable (2.8.1)
209+
public_suffix (>= 2.0.2, < 6.0)
210210
amazing_print (1.4.0)
211211
better_errors (2.9.1)
212212
coderay (>= 1.0.0)
@@ -229,7 +229,7 @@ GEM
229229
unf (>= 0.0.5, < 1.0.0)
230230
equivalent-xml (0.6.0)
231231
nokogiri (>= 1.4.3)
232-
erubi (1.10.0)
232+
erubi (1.11.0)
233233
erubis (2.7.0)
234234
execjs (2.8.1)
235235
ffi (1.15.5)
@@ -242,17 +242,17 @@ GEM
242242
http-accept (1.7.0)
243243
http-cookie (1.0.5)
244244
domain_name (~> 0.5)
245-
i18n (1.10.0)
245+
i18n (1.12.0)
246246
concurrent-ruby (~> 1.0)
247247
json-canonicalization (0.3.0)
248248
link_header (0.0.8)
249249
matrix (0.4.2)
250250
mime-types (3.4.1)
251251
mime-types-data (~> 3.2015)
252252
mime-types-data (3.2022.0105)
253-
minitest (5.15.0)
253+
minitest (5.16.3)
254254
multi_json (1.15.0)
255-
mustermann (1.1.1)
255+
mustermann (2.0.2)
256256
ruby2_keywords (~> 0.0.1)
257257
netrc (0.11.0)
258258
nio4r (2.5.8)
@@ -262,21 +262,21 @@ GEM
262262
racc (~> 1.4)
263263
nokogiri (1.13.9-x86_64-linux)
264264
racc (~> 1.4)
265-
oj (3.13.13)
265+
oj (3.13.21)
266266
optimist (3.0.1)
267-
public_suffix (4.0.7)
268-
puma (5.6.4)
267+
public_suffix (5.0.0)
268+
puma (5.6.5)
269269
nio4r (~> 2.0)
270270
racc (1.6.0)
271-
rack (2.2.3.1)
271+
rack (2.2.4)
272272
rack-cache (1.13.0)
273273
rack (>= 0.4)
274-
rack-protection (2.2.0)
274+
rack-protection (2.2.2)
275275
rack
276276
rack-test (1.1.0)
277277
rack (>= 1.0, < 3)
278278
rake (12.3.3)
279-
rb-fsevent (0.11.1)
279+
rb-fsevent (0.11.2)
280280
rb-inotify (0.10.1)
281281
ffi (~> 1.0)
282282
rdf-aggregate-repo (3.2.1)
@@ -295,7 +295,7 @@ GEM
295295
rspec-mocks (~> 3.11.0)
296296
rspec-core (3.11.0)
297297
rspec-support (~> 3.11.0)
298-
rspec-expectations (3.11.0)
298+
rspec-expectations (3.11.1)
299299
diff-lcs (>= 1.2.0, < 2.0)
300300
rspec-support (~> 3.11.0)
301301
rspec-its (1.3.0)
@@ -304,7 +304,7 @@ GEM
304304
rspec-mocks (3.11.1)
305305
diff-lcs (>= 1.2.0, < 2.0)
306306
rspec-support (~> 3.11.0)
307-
rspec-support (3.11.0)
307+
rspec-support (3.11.1)
308308
ruby2_keywords (0.0.5)
309309
sass (3.7.4)
310310
sass-listen (~> 4.0.0)
@@ -314,10 +314,10 @@ GEM
314314
scanf (1.0.0)
315315
shotgun (0.9.2)
316316
rack (>= 1.0)
317-
sinatra (2.2.0)
318-
mustermann (~> 1.0)
317+
sinatra (2.2.2)
318+
mustermann (~> 2.0)
319319
rack (~> 2.2)
320-
rack-protection (= 2.2.0)
320+
rack-protection (= 2.2.2)
321321
tilt (~> 2.0)
322322
sinatra-asset-pipeline (2.2.1)
323323
coffee-script (~> 2.4)
@@ -331,27 +331,27 @@ GEM
331331
rack (> 1, < 3)
332332
sprockets-helpers (1.4.0)
333333
sprockets (>= 2.2)
334-
sxp (1.2.2)
335-
matrix
334+
sxp (1.2.3)
335+
matrix (~> 0.4)
336336
rdf (~> 3.2)
337337
syntax (1.2.2)
338338
temple (0.8.2)
339339
thread_safe (0.3.6)
340-
tilt (2.0.10)
340+
tilt (2.0.11)
341341
tzinfo (1.2.10)
342342
thread_safe (~> 0.1)
343343
uglifier (4.2.0)
344344
execjs (>= 0.3.0, < 3)
345345
unf (0.1.4)
346346
unf_ext
347347
unf_ext (0.0.8.2)
348-
unicode-types (1.7.0)
349-
webmock (3.14.0)
348+
unicode-types (1.8.0)
349+
webmock (3.18.1)
350350
addressable (>= 2.8.0)
351351
crack (>= 0.3.2)
352352
hashdiff (>= 0.4.0, < 2.0.0)
353353
webrick (1.7.0)
354-
yard (0.9.27)
354+
yard (0.9.28)
355355
webrick (~> 1.7.0)
356356

357357
PLATFORMS
@@ -392,7 +392,7 @@ DEPENDENCIES
392392
yard (~> 0.9, >= 0.9.26)
393393

394394
RUBY VERSION
395-
ruby 3.1.0p0
395+
ruby 3.1.2p20
396396

397397
BUNDLED WITH
398-
2.3.8
398+
2.3.9

linter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
2626
gem.add_runtime_dependency 'haml', '~> 5.2'
2727
gem.add_runtime_dependency 'json-ld', '~> 3.1'
2828
gem.add_runtime_dependency 'json-ld-preloaded', '~> 3.1'
29-
gem.add_runtime_dependency 'nokogiri', '~> 1.13', '>= 1.13.6'
29+
gem.add_runtime_dependency 'nokogiri', '~> 1.13', '>= 1.13.8'
3030
gem.add_runtime_dependency 'puma', '~> 5.5'
3131
gem.add_runtime_dependency 'rack-cache', '~> 1.13'
3232
gem.add_runtime_dependency 'rdf', '~> 3.1', '>= 3.1.15'

0 commit comments

Comments
 (0)