Skip to content

Commit

Permalink
Merge pull request #300 from LD4P/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
peetucket authored Sep 5, 2023
2 parents fba1fe3 + f92e0b0 commit ab89169
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.812.0)
aws-partitions (1.816.0)
aws-sdk-core (3.181.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -26,6 +26,7 @@ GEM
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
bcp47_spec (0.2.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -54,11 +55,11 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
ebnf (2.3.5)
ebnf (2.4.0)
htmlentities (~> 4.3)
rdf (~> 3.2)
rdf (~> 3.3)
scanf (~> 1.0)
sxp (~> 1.2)
sxp (~> 1.3)
unicode-types (~> 1.8)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -97,13 +98,13 @@ GEM
jmespath (1.6.2)
json (2.6.3)
json-canonicalization (0.3.2)
json-ld (3.2.5)
json-ld (3.3.0)
htmlentities (~> 4.3)
json-canonicalization (~> 0.3, >= 0.3.2)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
rdf (~> 3.2, >= 3.2.10)
rdf (~> 3.3)
language_server-protocol (3.17.0.3)
link_header (0.0.8)
logger (1.5.3)
Expand Down Expand Up @@ -132,20 +133,21 @@ GEM
racc (1.7.1)
rack (3.0.8)
rainbow (3.1.1)
rdf (3.2.11)
rdf (3.3.0)
bcp47_spec (~> 0.2)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.2.1)
rdf (~> 3.2)
rdf-rdfxml (3.2.2)
builder (~> 3.2)
rdf-aggregate-repo (3.3.0)
rdf (~> 3.3)
rdf-rdfxml (3.3.0)
builder (~> 3.2, >= 3.2.4)
htmlentities (~> 4.3)
rdf (~> 3.2)
rdf-xsd (~> 3.2)
rdf-turtle (3.2.1)
ebnf (~> 2.3)
rdf (~> 3.2)
rdf-xsd (3.2.1)
rdf (~> 3.2)
rdf (~> 3.3)
rdf-xsd (~> 3.3)
rdf-turtle (3.3.0)
ebnf (~> 2.4)
rdf (~> 3.3)
rdf-xsd (3.3.0)
rdf (~> 3.3)
rexml (~> 3.2)
regexp_parser (2.8.1)
rexml (3.2.6)
Expand All @@ -164,7 +166,7 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.56.1)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -196,21 +198,21 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sparql (3.2.6)
sparql (3.3.0)
builder (~> 3.2, >= 3.2.4)
ebnf (~> 2.3, >= 2.3.5)
ebnf (~> 2.4)
logger (~> 1.5)
rdf (~> 3.2, >= 3.2.11)
rdf-aggregate-repo (~> 3.2, >= 3.2.1)
rdf-xsd (~> 3.2)
sparql-client (~> 3.2, >= 3.2.2)
sxp (~> 1.2, >= 1.2.4)
sparql-client (3.2.2)
rdf (~> 3.3)
rdf-aggregate-repo (~> 3.3)
rdf-xsd (~> 3.3)
sparql-client (~> 3.3)
sxp (~> 1.3)
sparql-client (3.3.0)
net-http-persistent (~> 4.0, >= 4.0.2)
rdf (~> 3.2, >= 3.2.11)
sxp (1.2.4)
rdf (~> 3.3)
sxp (1.3.0)
matrix (~> 0.4)
rdf (~> 3.2)
rdf (~> 3.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand All @@ -219,7 +221,7 @@ GEM
unicode-display_width (2.4.2)
unicode-types (1.8.0)
vcr (6.2.0)
webmock (3.19.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit ab89169

Please sign in to comment.