From 8196bf34b45c75f8104bb76dfcba1db0f2c048e4 Mon Sep 17 00:00:00 2001 From: Jennifer Vendetti Date: Mon, 18 Jul 2022 09:54:58 -0700 Subject: [PATCH] Restore branch specifier to master --- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7c0a3bf9..d43cc436 100644 --- a/Gemfile +++ b/Gemfile @@ -35,5 +35,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 b8e84d18..ce507b0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/ncbo/goo.git - revision: b7874b1fd4a3e067a8370543c153cc261e9021f6 - branch: develop + revision: fd7d45cb862c5c2c1833b64a5c8c14154384edc2 + branch: master specs: goo (0.0.2) addressable (~> 2.8) @@ -16,7 +16,7 @@ GIT GIT remote: https://github.com/ncbo/sparql-client.git revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9 - branch: develop + branch: master specs: sparql-client (1.0.1) json_pure (>= 1.4)