From 674817bf4ad876132498b50bb9f9a1d68adad111 Mon Sep 17 00:00:00 2001 From: OntoPortal Bot Date: Sat, 9 Mar 2024 13:11:27 +0100 Subject: [PATCH] [ontoportal-bot] Gemfile.lock update --- Gemfile | 1 + Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8de3b366..da209eda 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,7 @@ gem 'sinatra-advanced-routes' gem 'sinatra-contrib', '~> 1.0' gem 'request_store' gem 'parallel' +gem 'json-ld' # Rack middleware gem 'ffi' diff --git a/Gemfile.lock b/Gemfile.lock index a2af69f0..35037a13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/goo.git - revision: 6c51346b6f150a69391794b7909b30592acbbe0e + revision: 3f8b1f0b62c4334306f9ed5cb7b17a1b645e7db3 branch: development specs: goo (0.0.2) @@ -57,7 +57,7 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git - revision: d37aeafbd7bef120917fb4d601f8287a9a859f69 + revision: 337dce98ec27627d14a440ff2a6ed09483cdac12 branch: development specs: ontologies_linked_data (0.0.1) @@ -191,13 +191,13 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.a) rexml - google-cloud-core (1.6.1) + google-cloud-core (1.7.0) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (2.1.1) faraday (>= 1.0, < 3.a) - google-cloud-errors (1.3.1) - google-protobuf (3.25.3-x86_64-linux) + google-cloud-errors (1.4.0) + google-protobuf (3.25.3-x86_64-darwin) googleapis-common-protos (1.5.0) google-protobuf (~> 3.18) googleapis-common-protos-types (~> 1.7) @@ -211,7 +211,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grpc (1.62.0-x86_64-linux) + grpc (1.62.0-x86_64-darwin) google-protobuf (~> 3.25) googleapis-common-protos-types (~> 1.0) haml (5.2.2) @@ -226,6 +226,9 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.7.1) + json-ld (3.0.2) + multi_json (~> 1.12) + rdf (>= 2.2.8, < 4.0) json-schema (2.8.1) addressable (>= 2.4) json_pure (2.7.1) @@ -401,7 +404,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS - x86_64-linux + x86_64-darwin-23 DEPENDENCIES activesupport (~> 3.2) @@ -417,6 +420,7 @@ DEPENDENCIES ffi goo! haml (~> 5.2.2) + json-ld json-schema (~> 2.0) minitest (~> 4.0) minitest-stub_any_instance @@ -458,4 +462,4 @@ DEPENDENCIES webmock (~> 3.19.1) BUNDLED WITH - 2.3.15 + 2.4.22