From bed0ff08408ad1241db3513992ad025a253eeef0 Mon Sep 17 00:00:00 2001 From: OntoPortal Bot Date: Thu, 27 Jun 2024 02:32:36 +0200 Subject: [PATCH] [ontoportal-bot] Gemfile.lock update --- Gemfile | 8 ++--- Gemfile.lock | 82 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 53 insertions(+), 37 deletions(-) diff --git a/Gemfile b/Gemfile index 7d616193..dcaf2c45 100644 --- a/Gemfile +++ b/Gemfile @@ -2,17 +2,16 @@ source 'https://rubygems.org' gemspec -gem 'ffi' # This is needed temporarily to pull the Google Universal Analytics (UA) # data and store it in a file. See (bin/import_google_ua_analytics_data) # The ability to pull this data from Google will cease on July 1, 2024 gem "google-apis-analytics_v3" - -gem 'google-analytics-data' +gem 'google-analytics-data', '0.6.0' +gem 'google-protobuf', '3.25.3' gem 'mail', '2.6.6' gem 'multi_json' -gem 'oj', '~> 3.0' +gem 'oj' gem 'parseconfig' gem 'pony' gem 'pry' @@ -23,6 +22,7 @@ gem 'sys-proctable' gem 'request_store' gem 'parallel' gem 'json-ld' +gem 'ffi', '~> 1.16.3' # Monitoring gem 'cube-ruby', require: 'cube' diff --git a/Gemfile.lock b/Gemfile.lock index 41db1756..82f31846 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/ontoportal-lirmm/goo.git - revision: b2a635fb1e8206e6e3010be4dbe033b47eb58481 + revision: a95245b8c964431505ca6315907440996c59a00d branch: development specs: goo (0.0.2) @@ -29,7 +29,7 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git - revision: a5b56a68e6dc8ecfc9db708d44350342dac38ce6 + revision: 552fbe5faed5bb195396251066ef0e7b930939a0 branch: development specs: ontologies_linked_data (0.0.1) @@ -74,12 +74,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.0.13) - i18n (~> 0.6, >= 0.6.9) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) @@ -89,13 +86,13 @@ GEM debug_inspector (>= 1.2.0) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) cube-ruby (0.0.3) dante (0.2.0) debug_inspector (1.2.0) declarative (0.0.20) - docile (1.4.0) + docile (1.4.1) domain_name (0.6.20240107) email_spec (2.1.1) htmlentities (~> 4.3.3) @@ -120,26 +117,29 @@ GEM google-analytics-data (0.6.0) google-analytics-data-v1beta (>= 0.11, < 2.a) google-cloud-core (~> 1.6) - google-analytics-data-v1beta (0.12.0) + google-analytics-data-v1beta (0.13.0) gapic-common (>= 0.21.1, < 2.a) google-cloud-errors (~> 1.0) google-apis-analytics_v3 (0.16.0) google-apis-core (>= 0.15.0, < 2.a) - google-apis-core (0.15.0) + google-apis-core (0.15.1) addressable (~> 2.5, >= 2.5.1) googleauth (~> 1.9) - httpclient (>= 2.8.1, < 3.a) + httpclient (>= 2.8.3, < 3.a) mini_mime (~> 1.0) + mutex_m representable (~> 3.0) retriable (>= 2.0, < 4.a) - rexml - google-cloud-core (1.7.0) + google-cloud-core (1.7.1) 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.4.0) google-protobuf (3.25.3) + google-protobuf (3.25.3-aarch64-linux) + google-protobuf (3.25.3-arm64-darwin) + google-protobuf (3.25.3-x86-linux) google-protobuf (3.25.3-x86_64-darwin) google-protobuf (3.25.3-x86_64-linux) googleapis-common-protos (1.6.0) @@ -155,14 +155,23 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grpc (1.64.0) - google-protobuf (~> 3.25) + grpc (1.65.2) + google-protobuf (>= 3.25, < 5.0) + googleapis-common-protos-types (~> 1.0) + grpc (1.65.2-aarch64-linux) + google-protobuf (>= 3.25, < 5.0) + googleapis-common-protos-types (~> 1.0) + grpc (1.65.2-arm64-darwin) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.0-x86_64-darwin) - google-protobuf (~> 3.25) + grpc (1.65.2-x86-linux) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - grpc (1.64.0-x86_64-linux) - google-protobuf (~> 3.25) + grpc (1.65.2-x86_64-darwin) + google-protobuf (>= 3.25, < 5.0) + googleapis-common-protos-types (~> 1.0) + grpc (1.65.2-x86_64-linux) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) htmlentities (4.3.4) http-accept (1.7.0) @@ -194,21 +203,24 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0806) mini_mime (1.1.5) minitest (4.7.5) mlanett-redis-lock (0.2.7) redis multi_json (1.15.0) + mutex_m (0.2.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) - oj (3.16.4) + oj (3.16.5) bigdecimal (>= 3.0) + ostruct (>= 0.2) omni_logger (0.1.4) logger os (1.1.4) - parallel (1.25.1) + ostruct (0.6.0) + parallel (1.26.2) parseconfig (1.1.2) pony (1.13.1) mail (>= 2.0) @@ -216,7 +228,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.1.1) - rack (3.1.4) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rake (13.2.1) @@ -251,7 +263,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.3.1) + rexml (3.3.5) strscan rsolr (2.6.0) builder (>= 2.1.2) @@ -281,33 +293,37 @@ GEM systemu (2.6.5) test-unit-minitest (0.9.1) minitest (~> 4.7) - thread_safe (0.3.6) trailblazer-option (0.1.2) - tzinfo (0.3.62) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) uber (0.1.0) uuid (2.3.9) macaddr (~> 1.0) PLATFORMS + aarch64-linux + arm64-darwin ruby - x86_64-darwin-23 + x86-linux + x86_64-darwin x86_64-linux DEPENDENCIES binding_of_caller (~> 1.0) cube-ruby email_spec - ffi + ffi (~> 1.16.3) goo! - google-analytics-data + google-analytics-data (= 0.6.0) google-apis-analytics_v3 + google-protobuf (= 3.25.3) json-ld mail (= 2.6.6) minitest (< 5.0) multi_json ncbo_annotator! ncbo_cron! - oj (~> 3.0) + oj ontologies_linked_data! parallel parseconfig @@ -324,4 +340,4 @@ DEPENDENCIES test-unit-minitest BUNDLED WITH - 2.4.22 + 2.3.23