Skip to content

Commit

Permalink
use the branch development of sparql client
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 1, 2024
1 parent 27a8736 commit 98861fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ gem 'redcarpet'
gem 'ncbo_annotator', git: 'https://github.com/ontoportal-lirmm/ncbo_annotator.git', branch: 'development'
gem 'ncbo_cron', git: 'https://github.com/ontoportal-lirmm/ncbo_cron.git', branch: 'master'
gem 'ncbo_ontology_recommender', git: 'https://github.com/ncbo/ncbo_ontology_recommender.git', branch: 'master'
gem 'sparql-client', github: 'ontoportal-lirmm/sparql-client', branch: 'master'
gem 'goo', github: 'ontoportal-lirmm/goo', branch: 'development'
gem 'sparql-client', github: 'ontoportal-lirmm/sparql-client', branch: 'development'
gem 'ontologies_linked_data', git: 'https://github.com/ontoportal-lirmm/ontologies_linked_data.git', branch: 'development'

group :development do
Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/goo.git
revision: 819086d426cd89bcaba92b5c5ce7998e6466fe3b
revision: 8f0a9a5bddba03d9d660a363c4e6618da479db9f
branch: development
specs:
goo (0.0.2)
Expand Down Expand Up @@ -57,7 +57,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git
revision: d35265c71926034120068c76b3e4c492c4c52b7c
revision: 1278507e6ae8224edca746c7c150775ec2210195
branch: development
specs:
ontologies_linked_data (0.0.1)
Expand All @@ -77,13 +77,12 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/sparql-client.git
revision: 180c818f7715baac64b2699bb452ef5c756f62c5
branch: master
revision: c96da3ad479724a31ccd6217ab9939dddfaca40e
branch: development
specs:
sparql-client (1.0.1)
json_pure (>= 1.4)
net-http-persistent (= 2.9.4)
rdf (>= 1.0)
sparql-client (3.2.2)
net-http-persistent (~> 4.0, >= 4.0.2)
rdf (~> 3.2, >= 3.2.11)

GIT
remote: https://github.com/palexander/rack-post-body-to-params.git
Expand Down Expand Up @@ -199,6 +198,7 @@ GEM
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.4.0)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
googleapis-common-protos (1.5.0)
google-protobuf (~> 3.18)
googleapis-common-protos-types (~> 1.7)
Expand All @@ -215,6 +215,9 @@ GEM
grpc (1.62.0-x86_64-darwin)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
grpc (1.62.0-x86_64-linux)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
Expand All @@ -232,7 +235,6 @@ GEM
rdf (>= 2.2.8, < 4.0)
json-schema (2.8.1)
addressable (>= 2.4)
json_pure (2.7.2)
jwt (2.8.1)
base64
kgio (2.11.4)
Expand All @@ -258,7 +260,8 @@ GEM
multi_json (1.15.0)
multipart-post (2.4.0)
mutex_m (0.2.0)
net-http-persistent (2.9.4)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -378,7 +381,7 @@ GEM
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
sshkit (1.22.1)
sshkit (1.22.2)
base64
mutex_m
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -407,6 +410,7 @@ GEM

PLATFORMS
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
activesupport (~> 3.2)
Expand Down

0 comments on commit 98861fd

Please sign in to comment.