From f37895034c44e94a764212871fe31b6f6e9141cf Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Tue, 1 Aug 2023 03:26:39 +0200 Subject: [PATCH] update Gemfile to use development branch of OLD --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 418c74ae..127ad02f 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'ncbo_annotator', git: 'https://github.com/ontoportal-lirmm/ncbo_annotator.g gem 'ncbo_cron', git: 'https://github.com/ontoportal-lirmm/ncbo_cron.git', branch: 'master' gem 'ncbo_ontology_recommender', git: 'https://github.com/ncbo/ncbo_ontology_recommender.git', branch: 'master' gem 'sparql-client', github: 'ontoportal-lirmm/sparql-client', branch: 'master' -gem 'ontologies_linked_data', git: 'https://github.com/ontoportal-lirmm/ontologies_linked_data.git', branch: 'feature/add-persons-and-organization-models' +gem 'ontologies_linked_data', git: 'https://github.com/ontoportal-lirmm/ontologies_linked_data.git', branch: 'development' group :development do # bcrypt_pbkdf and ed35519 is required for capistrano deployments when using ed25519 keys; see https://github.com/miloserdow/capistrano-deploy/issues/42 diff --git a/Gemfile.lock b/Gemfile.lock index f643627b..dc312b40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,8 +53,8 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git - revision: 04dc11434af0d3eae9861e378f84be9bec4a0d9e - branch: feature/add-persons-and-organization-models + revision: ec1e02def3ad2480e08322f65c564ffb731bda6a + branch: development specs: ontologies_linked_data (0.0.1) activesupport @@ -226,7 +226,7 @@ GEM net-ssh (>= 2.6.5, < 8.0.0) net-smtp (0.3.3) net-protocol - net-ssh (7.1.0) + net-ssh (7.2.0) netrc (0.11.0) newrelic_rpm (9.3.1) oj (2.18.5)