Skip to content

Commit 437e2a5

Browse files
committed
Reset branch specifier to develop
1 parent 6c2b8ce commit 437e2a5

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ gem 'haml', '~> 5.2.2' # pin see https://github.com/ncbo/ontologies_api/pull/107
4343
gem 'redcarpet'
4444

4545
# NCBO gems (can be from a local dev path or from rubygems/git)
46-
gem 'goo', github: 'ncbo/goo', branch: 'master'
47-
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
48-
gem 'ncbo_cron', github: 'ncbo/ncbo_cron', branch: 'master'
49-
gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branch: 'master'
50-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
51-
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
46+
gem 'goo', github: 'ncbo/goo', branch: 'develop'
47+
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
48+
gem 'ncbo_cron', github: 'ncbo/ncbo_cron', branch: 'develop'
49+
gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branch: 'develop'
50+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
51+
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'
5252

5353
group :development do
5454
# bcrypt_pbkdf and ed35519 is required for capistrano deployments when using ed25519 keys; see https://github.com/miloserdow/capistrano-deploy/issues/42

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/ncbo/goo.git
3-
revision: b9019ad9e1eb78c74105fc6c6a879085066da17d
4-
branch: master
3+
revision: c3f9a7f789bf2f52ed31f0272d2725117d3ac04e
4+
branch: develop
55
specs:
66
goo (0.0.2)
77
addressable (~> 2.8)
@@ -16,8 +16,8 @@ GIT
1616

1717
GIT
1818
remote: https://github.com/ncbo/ncbo_annotator.git
19-
revision: 4fb9114b80b99f0a654c7f70aaa96839c74fc615
20-
branch: master
19+
revision: 6671099a39fffa8b98f21db7593cef35dd296b65
20+
branch: develop
2121
specs:
2222
ncbo_annotator (0.0.1)
2323
goo
@@ -27,8 +27,8 @@ GIT
2727

2828
GIT
2929
remote: https://github.com/ncbo/ncbo_cron.git
30-
revision: e20cc68d2c4e5ab1c6087679b3537a5fa7c7c04e
31-
branch: master
30+
revision: 4ecc9cfe998b1df5cf4367f58dd77bffe1f2ac1a
31+
branch: develop
3232
specs:
3333
ncbo_cron (0.0.1)
3434
dante
@@ -45,8 +45,8 @@ GIT
4545

4646
GIT
4747
remote: https://github.com/ncbo/ncbo_ontology_recommender.git
48-
revision: c6a18eb7700b23a1a4f1e32ebc94003bf75efe93
49-
branch: master
48+
revision: c508796d80764bf748b51e9f1c33e57ea9f14a1d
49+
branch: develop
5050
specs:
5151
ncbo_ontology_recommender (0.0.1)
5252
goo
@@ -56,8 +56,8 @@ GIT
5656

5757
GIT
5858
remote: https://github.com/ncbo/ontologies_linked_data.git
59-
revision: 93e0844e19c3632bbd613a3e33869e267a6f2e25
60-
branch: master
59+
revision: b28f3503db7393d99da6dab455b4a95473789944
60+
branch: develop
6161
specs:
6262
ontologies_linked_data (0.0.1)
6363
activesupport
@@ -77,8 +77,8 @@ GIT
7777

7878
GIT
7979
remote: https://github.com/ncbo/sparql-client.git
80-
revision: e89c26aa96f184dbe9b52d51e04fb3d9ba998dbc
81-
branch: master
80+
revision: 1657f0dd69fd4b522d3549a6848670175f5e98cc
81+
branch: develop
8282
specs:
8383
sparql-client (1.0.1)
8484
json_pure (>= 1.4)

0 commit comments

Comments
 (0)