From 7783784f9d2ceada9be706cf6c084d272ae653e8 Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Tue, 7 Nov 2023 18:25:40 -0800 Subject: [PATCH] Gemfile update --- Gemfile | 4 ++-- Gemfile.lock | 29 ++++++++++++++++------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index ba7af023..84eff580 100644 --- a/Gemfile +++ b/Gemfile @@ -33,5 +33,5 @@ group :development do end # NCBO gems (can be from a local dev path or from rubygems/git) -gem 'goo', github: 'ncbo/goo', branch: 'develop' -gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop' +gem 'goo', github: 'ncbo/goo', branch: 'master' +gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index 3a4a08fa..4abba794 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/ncbo/goo.git - revision: 6db93bb3d5095a5fe0d017e572c5a04caa34ebc6 - branch: develop + revision: 657149d6b33813253fa7440252f69c04e0631190 + branch: master specs: goo (0.0.2) addressable (~> 2.8) @@ -15,8 +15,8 @@ GIT GIT remote: https://github.com/ncbo/sparql-client.git - revision: 55e7dbf858eb571c767bc67868f9af61663859cb - branch: develop + revision: d418d56a6c9ff5692f925b45739a2a1c66bca851 + branch: master specs: sparql-client (1.0.1) json_pure (>= 1.4) @@ -36,7 +36,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ansi (1.5.0) ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) bcrypt (3.1.19) builder (3.2.4) coderay (1.1.3) @@ -44,7 +44,7 @@ GEM connection_pool (2.4.1) cube-ruby (0.0.3) daemons (1.4.1) - date (3.3.3) + date (3.3.4) docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -71,8 +71,8 @@ GEM language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) - libxml-ruby (4.1.1) - logger (1.5.3) + libxml-ruby (4.1.2) + logger (1.6.0) macaddr (1.7.2) systemu (~> 2.6.5) mail (2.8.1) @@ -93,12 +93,12 @@ GEM powerbar multi_json (1.15.0) net-http-persistent (2.9.4) - net-imap (0.3.7) + net-imap (0.4.4) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-smtp (0.4.0) net-protocol @@ -118,7 +118,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.2) + racc (1.7.3) rack (2.2.8) rack-test (0.8.3) rack (>= 1.0, < 3) @@ -171,7 +171,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thread_safe (0.3.6) - timeout (0.4.0) + timeout (0.4.1) tzinfo (0.3.62) unf (0.1.4) unf_ext @@ -181,7 +181,10 @@ GEM macaddr (~> 1.0) PLATFORMS - x86_64-darwin-18 + aarch64-linux + arm64-darwin-22 + x86_64-darwin-21 + x86_64-linux DEPENDENCIES activesupport (~> 4)