Skip to content

Commit 68dea92

Browse files
committedMay 5, 2023
Restore branch specifier to master
1 parent 94eed8d commit 68dea92

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
 

‎Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ gem 'sys-proctable'
2020
gem 'cube-ruby', require: 'cube'
2121

2222
# NCBO
23-
gem 'goo', github: 'ncbo/goo', branch: 'develop'
24-
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
25-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
26-
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'
23+
gem 'goo', github: 'ncbo/goo', branch: 'master'
24+
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
25+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
26+
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
2727

2828
group :test do
2929
gem 'email_spec'

‎Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/ncbo/goo.git
3-
revision: fb203b0396d03c1df61abfcdbc4070787010f052
4-
branch: develop
3+
revision: e8816b06244c26088ef0596ddc0623562a75a284
4+
branch: master
55
specs:
66
goo (0.0.2)
77
addressable (~> 2.8)
@@ -15,8 +15,8 @@ GIT
1515

1616
GIT
1717
remote: https://github.com/ncbo/ncbo_annotator.git
18-
revision: 9fd2649b66d3bd6ef7666729d9f91087aa406266
19-
branch: develop
18+
revision: 964f0680799421ab24eddc974d9f2995c6c88734
19+
branch: master
2020
specs:
2121
ncbo_annotator (0.0.1)
2222
goo
@@ -26,8 +26,8 @@ GIT
2626

2727
GIT
2828
remote: https://github.com/ncbo/ontologies_linked_data.git
29-
revision: 1f535313248f27170f7ecdb3450ae8247be735eb
30-
branch: develop
29+
revision: d858e2e29e5da84c9741b7508efa235919642e46
30+
branch: master
3131
specs:
3232
ontologies_linked_data (0.0.1)
3333
activesupport
@@ -46,8 +46,8 @@ GIT
4646

4747
GIT
4848
remote: https://github.com/ncbo/sparql-client.git
49-
revision: 55e7dbf858eb571c767bc67868f9af61663859cb
50-
branch: develop
49+
revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9
50+
branch: master
5151
specs:
5252
sparql-client (1.0.1)
5353
json_pure (>= 1.4)
@@ -267,4 +267,4 @@ DEPENDENCIES
267267
test-unit-minitest
268268

269269
BUNDLED WITH
270-
2.3.15
270+
2.4.9

0 commit comments

Comments
 (0)
Please sign in to comment.