Skip to content

Commit

Permalink
Restore branch specifier to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jul 14, 2022
1 parent 3fb9c0a commit d523cbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ gem 'sys-proctable'
gem 'cube-ruby', require: 'cube'

# NCBO
gem 'goo', github: 'ncbo/goo', branch: 'develop'
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'
gem 'goo', github: 'ncbo/goo', branch: 'master'
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'

group :test do
gem 'email_spec'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -15,8 +15,8 @@ GIT

GIT
remote: https://github.com/ncbo/ncbo_annotator.git
revision: 00d04b4a4a43da4534aee5662a5175e74ff7d628
branch: develop
revision: d053a081b3d605671d106c7becbc39360b730b14
branch: master
specs:
ncbo_annotator (0.0.1)
goo
Expand All @@ -26,8 +26,8 @@ GIT

GIT
remote: https://github.com/ncbo/ontologies_linked_data.git
revision: 2e62a962f4ba66db28890270f3bb5eb504f2a7f2
branch: develop
revision: 5d0176d97d740ab5c7213980448019e44cf5574c
branch: master
specs:
ontologies_linked_data (0.0.1)
activesupport
Expand All @@ -47,7 +47,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)
Expand Down

0 comments on commit d523cbe

Please sign in to comment.