From 4b2889a1cfebef9d5ca505b73453f58d8e72b180 Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Fri, 9 Feb 2024 14:39:22 -0800 Subject: [PATCH 1/2] reset branch specifier to master --- Gemfile | 8 ++++---- Gemfile.lock | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index ea60eb54..bcf5f137 100644 --- a/Gemfile +++ b/Gemfile @@ -25,10 +25,10 @@ gem 'sys-proctable' gem 'cube-ruby', require: 'cube' # NCBO -gem 'goo', github: 'ncbo/goo', branch: 'develop' -gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop' -gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop' -gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop' +gem 'goo', github: 'ncbo/goo', branch: 'master' +gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master' +gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master' +gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master' group :test do gem 'email_spec' diff --git a/Gemfile.lock b/Gemfile.lock index 99ebaaa5..b2682918 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/ncbo/goo.git - revision: 7a897a8e9c01d3a412d9011df8e26d770d58cd7d - branch: develop + revision: 75436fe8e387febc53e34ee31ff0e6dd837a9d3f + branch: master specs: goo (0.0.2) addressable (~> 2.8) @@ -15,8 +15,8 @@ GIT GIT remote: https://github.com/ncbo/ncbo_annotator.git - revision: f60341e8426adcad447a6fc3adb5b80207c5987a - branch: develop + revision: 63c986880aa88c9384043e6611a682434a14aba7 + branch: master specs: ncbo_annotator (0.0.1) goo @@ -26,8 +26,8 @@ GIT GIT remote: https://github.com/ncbo/ontologies_linked_data.git - revision: c77d0b390e19c394989e9467e447fcc653b53fa5 - branch: develop + revision: ec3236a71ff172579923245646d0ea058844794e + branch: master specs: ontologies_linked_data (0.0.1) activesupport @@ -46,8 +46,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) From cd6a42ad5161830199fafe9497eeb36114a7dc52 Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Wed, 14 Feb 2024 11:16:48 -0800 Subject: [PATCH 2/2] Gemfile.lock update --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b2682918..457464a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT GIT remote: https://github.com/ncbo/ontologies_linked_data.git - revision: ec3236a71ff172579923245646d0ea058844794e + revision: 0003905c5d101f4df17e35784c0d15d2f5d42110 branch: master specs: ontologies_linked_data (0.0.1) @@ -137,7 +137,7 @@ GEM google-protobuf (~> 3.14) googleapis-common-protos-types (~> 1.2) grpc (~> 1.27) - googleapis-common-protos-types (1.11.0) + googleapis-common-protos-types (1.12.0) google-protobuf (~> 3.18) googleauth (1.10.0) faraday (>= 1.0, < 3.a) @@ -204,7 +204,7 @@ GEM addressable (>= 2.2) redis (5.1.0) redis-client (>= 0.17.0) - redis-client (0.19.1) + redis-client (0.20.0) connection_pool representable (3.2.0) declarative (< 0.1.0) @@ -225,7 +225,7 @@ GEM rubyzip (2.3.2) rufus-scheduler (2.0.24) tzinfo (>= 0.3.22) - signet (0.18.0) + signet (0.19.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) jwt (>= 1.5, < 3.0)