Skip to content

Commit ffd62d6

Browse files
committed
reset branch specifier to master
1 parent 17e5e35 commit ffd62d6

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ gem 'sys-proctable'
2525
gem 'cube-ruby', require: 'cube'
2626

2727
# NCBO
28-
gem 'goo', github: 'ncbo/goo', branch: 'develop'
29-
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'develop'
30-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'develop'
28+
gem 'goo', github: 'ncbo/goo', branch: 'master'
29+
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
30+
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
3131
gem 'sparql-client', github: 'ncbo/sparql-client', tag: 'v6.3.0'
3232

3333
group :development do

Gemfile.lock

Lines changed: 10 additions & 10 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: 87a21a76bc61392d0629a19c8a18593f606b52e5
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/ontologies_linked_data.git
30-
revision: d55bddd1a06eeec7353525b7d7ceba095cc756a1
31-
branch: develop
30+
revision: 098c1e1b00a04a5b0f3c9eb335f95e12bc7e7829
31+
branch: master
3232
specs:
3333
ontologies_linked_data (0.0.1)
3434
activesupport
@@ -229,7 +229,7 @@ GEM
229229
mutex_m
230230
i18n (1.14.7)
231231
concurrent-ruby (~> 1.0)
232-
json (2.12.2)
232+
json (2.13.0)
233233
json_pure (2.8.1)
234234
jwt (2.10.2)
235235
base64
@@ -252,7 +252,7 @@ GEM
252252
mime-types (3.7.0)
253253
logger
254254
mime-types-data (~> 3.2025, >= 3.2025.0507)
255-
mime-types-data (3.2025.0708)
255+
mime-types-data (3.2025.0715)
256256
mini_mime (1.1.5)
257257
minitest (5.25.5)
258258
minitest-hooks (1.5.2)
@@ -290,7 +290,7 @@ GEM
290290
omni_logger (0.1.4)
291291
logger
292292
os (1.1.4)
293-
ostruct (0.6.2)
293+
ostruct (0.6.3)
294294
parallel (1.27.0)
295295
parseconfig (1.1.2)
296296
parser (3.3.8.0)
@@ -311,7 +311,7 @@ GEM
311311
rake (13.3.0)
312312
rdf (1.0.8)
313313
addressable (>= 2.2)
314-
redis (5.4.0)
314+
redis (5.4.1)
315315
redis-client (>= 0.22.0)
316316
redis-client (0.25.1)
317317
connection_pool

0 commit comments

Comments
 (0)