Skip to content

Commit 1e78cdb

Browse files
committed
Finish 3.27.1
2 parents 3e1e65d + fd3f113 commit 1e78cdb

1 file changed

Lines changed: 28 additions & 25 deletions

File tree

Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ GIT
2121

2222
GIT
2323
remote: https://github.com/ruby-rdf/json-ld
24-
revision: fcd3aedd310aedbd61e6e1f1afa1b37d1ffebc2d
24+
revision: f1de87658826b49ced97730723aea198c4e0d47d
2525
branch: develop
2626
specs:
27-
json-ld (3.3.1)
27+
json-ld (3.3.2)
2828
htmlentities (~> 4.3)
2929
json-canonicalization (~> 1.0)
3030
link_header (~> 0.0, >= 0.0.8)
3131
multi_json (~> 1.15)
3232
rack (>= 2.2, < 4)
3333
rdf (~> 3.3)
34+
rexml (~> 3.2)
3435

3536
GIT
3637
remote: https://github.com/ruby-rdf/json-ld-preloaded
@@ -52,10 +53,10 @@ GIT
5253

5354
GIT
5455
remote: https://github.com/ruby-rdf/rdf
55-
revision: f5dd4e8b01e6908f866af6948c3908db54f4f3fe
56+
revision: 6e559075d72a5b44541c5d007b6d5331a40fd9fb
5657
branch: develop
5758
specs:
58-
rdf (3.3.1)
59+
rdf (3.3.2)
5960
bcp47_spec (~> 0.2)
6061
bigdecimal (~> 3.1, >= 3.1.5)
6162
link_header (~> 0.0, >= 0.0.8)
@@ -191,7 +192,7 @@ PATH
191192
GEM
192193
remote: http://rubygems.org/
193194
specs:
194-
activesupport (7.1.3.3)
195+
activesupport (7.1.3.4)
195196
base64
196197
bigdecimal
197198
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -201,8 +202,8 @@ GEM
201202
minitest (>= 5.1)
202203
mutex_m
203204
tzinfo (~> 2.0)
204-
addressable (2.8.6)
205-
public_suffix (>= 2.0.2, < 6.0)
205+
addressable (2.8.7)
206+
public_suffix (>= 2.0.2, < 7.0)
206207
amazing_print (1.6.0)
207208
base64 (0.2.0)
208209
bcp47_spec (0.2.1)
@@ -213,9 +214,9 @@ GEM
213214
bigdecimal (3.1.8)
214215
binding_of_caller (1.0.1)
215216
debug_inspector (>= 1.2.0)
216-
builder (3.2.4)
217+
builder (3.3.0)
217218
byebug (11.1.3)
218-
concurrent-ruby (1.2.3)
219+
concurrent-ruby (1.3.3)
219220
connection_pool (2.4.1)
220221
crack (1.0.0)
221222
bigdecimal
@@ -226,10 +227,12 @@ GEM
226227
drb (2.2.1)
227228
equivalent-xml (0.6.0)
228229
nokogiri (>= 1.4.3)
229-
erubi (1.12.0)
230+
erubi (1.13.0)
230231
erubis (2.7.0)
231232
execjs (2.9.1)
232-
ffi (1.16.3)
233+
ffi (1.17.0-arm64-darwin)
234+
ffi (1.17.0-x86_64-darwin)
235+
ffi (1.17.0-x86_64-linux-gnu)
233236
foreman (0.88.1)
234237
haml (6.3.0)
235238
temple (>= 0.8.2)
@@ -238,7 +241,7 @@ GEM
238241
hashdiff (1.1.0)
239242
htmlentities (4.3.4)
240243
http-accept (1.7.0)
241-
http-cookie (1.0.5)
244+
http-cookie (1.0.6)
242245
domain_name (~> 0.5)
243246
i18n (1.14.5)
244247
concurrent-ruby (~> 1.0)
@@ -247,24 +250,24 @@ GEM
247250
matrix (0.4.2)
248251
mime-types (3.5.2)
249252
mime-types-data (~> 3.2015)
250-
mime-types-data (3.2024.0507)
251-
minitest (5.23.1)
253+
mime-types-data (3.2024.0702)
254+
minitest (5.24.1)
252255
multi_json (1.15.0)
253256
mustermann (3.0.0)
254257
ruby2_keywords (~> 0.0.1)
255258
mutex_m (0.2.0)
256259
netrc (0.11.0)
257260
nio4r (2.7.3)
258-
nokogiri (1.16.5-arm64-darwin)
261+
nokogiri (1.16.7-arm64-darwin)
259262
racc (~> 1.4)
260-
nokogiri (1.16.5-x86_64-darwin)
263+
nokogiri (1.16.7-x86_64-darwin)
261264
racc (~> 1.4)
262-
nokogiri (1.16.5-x86_64-linux)
265+
nokogiri (1.16.7-x86_64-linux)
263266
racc (~> 1.4)
264-
oj (3.16.3)
267+
oj (3.16.4)
265268
bigdecimal (>= 3.0)
266269
optimist (3.1.0)
267-
public_suffix (5.0.5)
270+
public_suffix (6.0.1)
268271
puma (6.4.2)
269272
nio4r (~> 2.0)
270273
racc (1.8.0)
@@ -292,16 +295,16 @@ GEM
292295
rest-client-components (1.5.0)
293296
rack (>= 1.0.1)
294297
rest-client (>= 1.6.0)
295-
rexml (3.2.8)
296-
strscan (>= 3.0.9)
297-
rouge (4.2.1)
298+
rexml (3.3.2)
299+
strscan
300+
rouge (4.3.0)
298301
rspec (3.13.0)
299302
rspec-core (~> 3.13.0)
300303
rspec-expectations (~> 3.13.0)
301304
rspec-mocks (~> 3.13.0)
302305
rspec-core (3.13.0)
303306
rspec-support (~> 3.13.0)
304-
rspec-expectations (3.13.0)
307+
rspec-expectations (3.13.1)
305308
diff-lcs (>= 1.2.0, < 2.0)
306309
rspec-support (~> 3.13.0)
307310
rspec-its (1.3.0)
@@ -337,13 +340,13 @@ GEM
337340
syntax (1.2.2)
338341
temple (0.10.3)
339342
thor (1.3.1)
340-
tilt (2.3.0)
343+
tilt (2.4.0)
341344
tzinfo (2.0.6)
342345
concurrent-ruby (~> 1.0)
343346
uglifier (4.2.0)
344347
execjs (>= 0.3.0, < 3)
345348
unicode-types (1.9.0)
346-
webmock (3.23.0)
349+
webmock (3.23.1)
347350
addressable (>= 2.8.0)
348351
crack (>= 0.3.2)
349352
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)