Skip to content

Commit 297a8ed

Browse files
committed
TEMP: pin ontologies_linked_data to feature/rank-propagator for staging validation
Tracks the OLD rank-propagator working branch so further fixes are validated on staging before merging to OLD develop. Revert to branch: 'develop' before merging this PR.
1 parent b33840a commit 297a8ed

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ gem 'sys-proctable'
2828
gem 'goo', github: 'ncbo/goo', branch: 'development'
2929
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'development'
3030
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
31-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
31+
# TEMP: tracking the rank-propagator working branch for staging validation.
32+
# REVERT to branch: 'develop' before merging this PR (after feature/rank-propagator merges to OLD develop).
33+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'feature/rank-propagator'
3234

3335
group :development do
3436
gem 'rubocop', require: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GIT
3838
GIT
3939
remote: https://github.com/ncbo/ontologies_linked_data.git
4040
revision: e559fe9cf97fb6c7fcc061420b1ecc652b6a3de5
41-
branch: develop
41+
branch: feature/rank-propagator
4242
specs:
4343
ontologies_linked_data (0.0.1)
4444
activesupport

0 commit comments

Comments
 (0)