Skip to content

Commit 7649705

Browse files
committed
Gemfile udpate
1 parent 8e3e150 commit 7649705

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'cube-ruby', require: 'cube'
2828
gem 'goo', github: 'ncbo/goo', branch: 'master'
2929
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
3030
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
31-
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
31+
gem 'sparql-client', github: 'ncbo/sparql-client', tag: 'v6.3.0'
3232

3333
group :development do
3434
gem 'rubocop', require: false

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/ncbo/goo.git
3-
revision: b9019ad9e1eb78c74105fc6c6a879085066da17d
3+
revision: 26c0a69e67ac59778a46caf51202ebd38ccac767
44
branch: master
55
specs:
66
goo (0.0.2)
@@ -27,7 +27,7 @@ GIT
2727

2828
GIT
2929
remote: https://github.com/ncbo/ontologies_linked_data.git
30-
revision: 9e0ccb79e3cd00c9b75ec0f8d6a2494366a92ec6
30+
revision: 098c1e1b00a04a5b0f3c9eb335f95e12bc7e7829
3131
branch: master
3232
specs:
3333
ontologies_linked_data (0.0.1)
@@ -49,7 +49,7 @@ GIT
4949
GIT
5050
remote: https://github.com/ncbo/sparql-client.git
5151
revision: 512edc320b43e83971835dc046b4923485e8f70e
52-
branch: master
52+
tag: v6.3.0
5353
specs:
5454
sparql-client (1.0.1)
5555
json_pure (>= 1.4)
@@ -106,7 +106,7 @@ GEM
106106
htmlentities (~> 4.3.3)
107107
launchy (>= 2.1, < 4.0)
108108
mail (~> 2.7)
109-
faraday (2.13.1)
109+
faraday (2.13.2)
110110
faraday-net_http (>= 2.0, < 3.5)
111111
json
112112
logger
@@ -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.0624)
255+
mime-types-data (3.2025.0708)
256256
mini_mime (1.1.5)
257257
minitest (5.25.5)
258258
minitest-hooks (1.5.2)
@@ -313,7 +313,7 @@ GEM
313313
addressable (>= 2.2)
314314
redis (5.4.0)
315315
redis-client (>= 0.22.0)
316-
redis-client (0.25.0)
316+
redis-client (0.25.1)
317317
connection_pool
318318
regexp_parser (2.10.0)
319319
representable (3.2.0)

0 commit comments

Comments
 (0)