From 01d82b39d485621df76e60b986f369860bc27e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:22:06 +0000 Subject: [PATCH] Bump json-ld from 3.1.10 to 3.2.4 Bumps [json-ld](https://github.com/ruby-rdf/json-ld) from 3.1.10 to 3.2.4. - [Release notes](https://github.com/ruby-rdf/json-ld/releases) - [Commits](https://github.com/ruby-rdf/json-ld/compare/3.1.10...3.2.4) --- updated-dependencies: - dependency-name: json-ld dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e539e21b3..7d7b5dc20 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.11.2' # Use jquery as the JavaScript library gem 'jquery-rails', '~> 4.5.0' gem 'json-canonicalization', '0.3.1' -gem 'json-ld', '< 3.2' +gem 'json-ld', '< 3.3' gem 'libv8', '~> 7.3' # linkeddata gem is released with rdf gems and should be the same version as rdf gem 'sparql', '3.2.5' diff --git a/Gemfile.lock b/Gemfile.lock index 7f8aa1f5b..2f1e3591f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -529,13 +529,13 @@ GEM thor (>= 0.14, < 2.0) json (2.7.1) json-canonicalization (0.3.1) - json-ld (3.1.10) + json-ld (3.2.4) htmlentities (~> 4.3) - json-canonicalization (~> 0.2) + json-canonicalization (~> 0.3) link_header (~> 0.0, >= 0.0.8) - multi_json (~> 1.14) - rack (~> 2.0) - rdf (~> 3.1) + multi_json (~> 1.15) + rack (>= 2.2, < 4) + rdf (~> 3.2, >= 3.2.10) json-ld-preloaded (3.1.6) json-ld (~> 3.1) rdf (~> 3.1) @@ -1101,7 +1101,7 @@ DEPENDENCIES jbuilder (~> 2.11.2) jquery-rails (~> 4.5.0) json-canonicalization (= 0.3.1) - json-ld (< 3.2) + json-ld (< 3.3) libv8 (~> 7.3) linkeddata listen (~> 3.7.0)