Skip to content

Commit b960887

Browse files
committed
reset branch specifier to master
1 parent 73f4fea commit b960887

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ gem 'rack-contrib'
5050
gem 'kramdown'
5151

5252
# NCBO gems (can be from a local dev path or from rubygems/git)
53-
gem 'goo', github: 'ncbo/goo', branch: 'development'
54-
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'development'
55-
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
56-
gem 'ncbo_cron', github: 'ncbo/ncbo_cron', branch: 'develop'
57-
gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branch: 'develop'
58-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
53+
gem 'goo', github: 'ncbo/goo', branch: 'main'
54+
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'main'
55+
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
56+
gem 'ncbo_cron', github: 'ncbo/ncbo_cron', branch: 'master'
57+
gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branch: 'master'
58+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
5959

6060
group :development do
6161
gem 'shotgun', github: 'syphax-bouazzouni/shotgun', branch: 'master'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ GIT
88

99
GIT
1010
remote: https://github.com/ncbo/goo.git
11-
revision: 90365864f67a9458011f16e1b9f44a73af0d3739
12-
branch: development
11+
revision: ee72f43daa37f02362da1b747f037c442cfbf112
12+
branch: main
1313
specs:
1414
goo (0.0.2)
1515
addressable (~> 2.8)
@@ -26,8 +26,8 @@ GIT
2626

2727
GIT
2828
remote: https://github.com/ncbo/ncbo_annotator.git
29-
revision: 5243ea8db4302ca756c66bf50233e88606830326
30-
branch: develop
29+
revision: b216bdde2de471fc0f851556ffa2327333516e79
30+
branch: master
3131
specs:
3232
ncbo_annotator (0.0.1)
3333
goo
@@ -37,8 +37,8 @@ GIT
3737

3838
GIT
3939
remote: https://github.com/ncbo/ncbo_cron.git
40-
revision: d92fd430629eb070ef5a2e01b4f613b3b1f05a5a
41-
branch: develop
40+
revision: bbc91e4864630e46ab2e31451b71fbea4b879832
41+
branch: master
4242
specs:
4343
ncbo_cron (0.0.1)
4444
dante
@@ -55,8 +55,8 @@ GIT
5555

5656
GIT
5757
remote: https://github.com/ncbo/ncbo_ontology_recommender.git
58-
revision: fa30fe29838cc40377e05c663ca50ef260071e93
59-
branch: develop
58+
revision: ddf6e3b207417e694727c2be3e0431687b1758d0
59+
branch: master
6060
specs:
6161
ncbo_ontology_recommender (0.0.1)
6262
goo
@@ -66,8 +66,8 @@ GIT
6666

6767
GIT
6868
remote: https://github.com/ncbo/ontologies_linked_data.git
69-
revision: 25b2776dfd71e3ca329ced716760cfaf8ef3bc9a
70-
branch: develop
69+
revision: fb7a292c7a97b9d19e359e20fe93c46131850d18
70+
branch: master
7171
specs:
7272
ontologies_linked_data (0.0.1)
7373
activesupport
@@ -89,7 +89,7 @@ GIT
8989
GIT
9090
remote: https://github.com/ncbo/sparql-client.git
9191
revision: 2ac20b217bb7ad2b11305befe0ee77d75e44eac5
92-
branch: development
92+
branch: main
9393
specs:
9494
sparql-client (3.2.2)
9595
net-http-persistent (~> 4.0, >= 4.0.2)

0 commit comments

Comments
 (0)