diff --git a/Gemfile b/Gemfile index deabb511..b4c0c5f7 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 091622d2..bec188d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,8 +53,8 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git - revision: 5eb0ba9f6add430646ba36c05116182fcb2c9b2c - branch: feature/add-persons-and-organization-models + revision: e9ff8c19c97d9bc401a0dea29ec0eba6aceed290 + branch: development specs: ontologies_linked_data (0.0.1) activesupport @@ -406,4 +406,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.3.14 + 2.3.15