Skip to content

Commit 0b82865

Browse files
committed
Restore ontologies_linked_data pin to develop (rank propagator merged via OLD #300)
The rank-propagator work is now on OLD develop; drop the temporary feature-branch pin used for staging validation. This PR is merge-ready.
1 parent 297a8ed commit 0b82865

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ 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-
# 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'
31+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
3432

3533
group :development do
3634
gem 'rubocop', require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ GIT
3737

3838
GIT
3939
remote: https://github.com/ncbo/ontologies_linked_data.git
40-
revision: e559fe9cf97fb6c7fcc061420b1ecc652b6a3de5
41-
branch: feature/rank-propagator
40+
revision: c6f83eba9c21513c60977f93f93c6f08af958921
41+
branch: develop
4242
specs:
4343
ontologies_linked_data (0.0.1)
4444
activesupport

0 commit comments

Comments
 (0)