Skip to content

Commit

Permalink
Restore branch specifier to master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed May 5, 2023
1 parent 94eed8d commit 68dea92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,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
18 changes: 9 additions & 9 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: fb203b0396d03c1df61abfcdbc4070787010f052
branch: develop
revision: e8816b06244c26088ef0596ddc0623562a75a284
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: 9fd2649b66d3bd6ef7666729d9f91087aa406266
branch: develop
revision: 964f0680799421ab24eddc974d9f2995c6c88734
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: 1f535313248f27170f7ecdb3450ae8247be735eb
branch: develop
revision: d858e2e29e5da84c9741b7508efa235919642e46
branch: master
specs:
ontologies_linked_data (0.0.1)
activesupport
Expand All @@ -46,8 +46,8 @@ GIT

GIT
remote: https://github.com/ncbo/sparql-client.git
revision: 55e7dbf858eb571c767bc67868f9af61663859cb
branch: develop
revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9
branch: master
specs:
sparql-client (1.0.1)
json_pure (>= 1.4)
Expand Down Expand Up @@ -267,4 +267,4 @@ DEPENDENCIES
test-unit-minitest

BUNDLED WITH
2.3.15
2.4.9

0 comments on commit 68dea92

Please sign in to comment.