Skip to content

Commit 165aeb5

Browse files
committed
Bump gems, in particular to bump RDF extractors so language can be extracted
1 parent e6b8980 commit 165aeb5

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/ElixirTeSS/TeSS_RDF_Extractors
3-
revision: c89fcad2a46ead316af14b270d26c6ba924646b6
3+
revision: 476b6c488198eabe845a2bfaff2e55d332d65aca
44
branch: master
55
specs:
66
tess_rdf_extractors (1.1.0)
@@ -131,7 +131,7 @@ GEM
131131
erubi (>= 1.0.0)
132132
rack (>= 0.9.0)
133133
rouge (>= 1.0.0)
134-
bigdecimal (3.2.2)
134+
bigdecimal (3.2.3)
135135
bindata (2.5.0)
136136
bindex (0.8.1)
137137
binding_of_caller (1.0.0)
@@ -159,7 +159,7 @@ GEM
159159
openapi_parser (~> 1.0)
160160
rack (>= 1.5)
161161
concurrent-ruby (1.3.5)
162-
connection_pool (2.5.3)
162+
connection_pool (2.5.4)
163163
countries (5.6.0)
164164
unaccent (~> 0.3)
165165
country_select (8.0.2)
@@ -279,7 +279,7 @@ GEM
279279
rack (>= 2.2, < 4)
280280
rdf (~> 3.3)
281281
rexml (~> 3.2)
282-
json-ld-preloaded (3.3.1)
282+
json-ld-preloaded (3.3.2)
283283
json-ld (~> 3.3)
284284
rdf (~> 3.3)
285285
json_schema (0.21.0)
@@ -351,7 +351,7 @@ GEM
351351
net-pop
352352
net-smtp
353353
marcel (1.0.4)
354-
matrix (0.4.2)
354+
matrix (0.4.3)
355355
maxmind-db (1.2.0)
356356
method_source (1.1.0)
357357
mime-types (3.5.1)
@@ -375,14 +375,14 @@ GEM
375375
money (~> 6.13)
376376
railties (>= 3.0)
377377
msgpack (1.7.2)
378-
multi_json (1.15.0)
378+
multi_json (1.17.0)
379379
multi_xml (0.6.0)
380380
multipart-post (2.4.1)
381381
nested_form (0.3.2)
382382
net-http (0.6.0)
383383
uri
384-
net-http-persistent (4.0.5)
385-
connection_pool (~> 2.2)
384+
net-http-persistent (4.0.6)
385+
connection_pool (~> 2.2, >= 2.2.4)
386386
net-imap (0.5.8)
387387
date
388388
net-protocol
@@ -423,6 +423,7 @@ GEM
423423
validate_url
424424
webfinger (~> 2.0)
425425
orm_adapter (0.5.0)
426+
ostruct (0.6.3)
426427
parallel (1.23.0)
427428
parser (3.2.2.3)
428429
ast (~> 2.4.1)
@@ -447,7 +448,7 @@ GEM
447448
activerecord (>= 6.1)
448449
i18n (>= 0.5.0)
449450
railties (>= 6.1.0)
450-
public_suffix (6.0.1)
451+
public_suffix (6.0.2)
451452
puma (6.5.0)
452453
nio4r (~> 2.0)
453454
pundit (2.3.1)
@@ -520,10 +521,13 @@ GEM
520521
rb-fsevent (0.11.2)
521522
rb-inotify (0.10.1)
522523
ffi (~> 1.0)
523-
rdf (3.3.2)
524+
rdf (3.3.4)
524525
bcp47_spec (~> 0.2)
525526
bigdecimal (~> 3.1, >= 3.1.5)
526527
link_header (~> 0.0, >= 0.0.8)
528+
logger (~> 1.5)
529+
ostruct (~> 0.6)
530+
readline (~> 0.0)
527531
rdf-aggregate-repo (3.3.0)
528532
rdf (~> 3.3)
529533
rdf-hamster-repo (3.3.0)
@@ -580,14 +584,16 @@ GEM
580584
rdf-turtle (3.3.0)
581585
ebnf (~> 2.4)
582586
rdf (~> 3.3)
583-
rdf-vocab (3.3.2)
587+
rdf-vocab (3.3.3)
584588
rdf (~> 3.3)
585589
rdf-xsd (3.3.0)
586590
rdf (~> 3.3)
587591
rexml (~> 3.2)
588592
rdoc (6.14.0)
589593
erb
590594
psych (>= 4.0.0)
595+
readline (0.0.4)
596+
reline
591597
recaptcha (5.15.0)
592598
redcarpet (3.6.0)
593599
redis (5.0.7)
@@ -607,7 +613,7 @@ GEM
607613
netrc (~> 0.8)
608614
reverse_markdown (2.1.1)
609615
nokogiri
610-
rexml (3.4.0)
616+
rexml (3.4.2)
611617
rouge (4.1.3)
612618
rsolr (2.6.0)
613619
builder (>= 2.1.2)
@@ -741,13 +747,13 @@ GEM
741747
sxp (1.3.0)
742748
matrix (~> 0.4)
743749
rdf (~> 3.3)
744-
temple (0.10.3)
750+
temple (0.10.4)
745751
terrapin (0.6.0)
746752
climate_control (>= 0.0.3, < 1.0)
747753
terser (1.1.17)
748754
execjs (>= 0.3.0, < 3)
749755
thor (1.4.0)
750-
tilt (2.6.0)
756+
tilt (2.6.1)
751757
timeout (0.4.3)
752758
turbo-rails (2.0.11)
753759
actionpack (>= 6.0.0)

0 commit comments

Comments
 (0)