Skip to content

Commit eccd7c5

Browse files
committed
Merge branch 'master' into develop
2 parents c2b3c41 + 660566e commit eccd7c5

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ 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: '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'
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'
5151
gem 'sparql-client', github: 'ncbo/sparql-client', tag: 'v6.3.0'
5252

5353
group :development do

Gemfile.lock

Lines changed: 11 additions & 11 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: da59c7be857028b97563e52169d11cb4386b7c98
4-
branch: develop
3+
revision: 26c0a69e67ac59778a46caf51202ebd38ccac767
4+
branch: master
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: 6671099a39fffa8b98f21db7593cef35dd296b65
20-
branch: develop
19+
revision: 4fb9114b80b99f0a654c7f70aaa96839c74fc615
20+
branch: master
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: 4ecc9cfe998b1df5cf4367f58dd77bffe1f2ac1a
31-
branch: develop
30+
revision: 6118e8275ea771e9e4de4132eccca293e8c8b739
31+
branch: master
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: c508796d80764bf748b51e9f1c33e57ea9f14a1d
49-
branch: develop
48+
revision: c6a18eb7700b23a1a4f1e32ebc94003bf75efe93
49+
branch: master
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: efce1cb22cad9dd1cbfde27ac547e8e96678ef85
60-
branch: develop
59+
revision: 098c1e1b00a04a5b0f3c9eb335f95e12bc7e7829
60+
branch: master
6161
specs:
6262
ontologies_linked_data (0.0.1)
6363
activesupport
@@ -316,7 +316,7 @@ GEM
316316
redcarpet (3.6.1)
317317
redis (5.4.0)
318318
redis-client (>= 0.22.0)
319-
redis-client (0.25.0)
319+
redis-client (0.25.1)
320320
connection_pool
321321
redis-rack-cache (2.2.1)
322322
rack-cache (>= 1.10, < 2)

0 commit comments

Comments
 (0)