Skip to content

Commit 49dac13

Browse files
set OLD gem to 'pr/feature/add-rest-mapping-bulk-loader' to pass tests
1 parent 5cf87e1 commit 49dac13

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem 'goo', github: 'ncbo/goo', branch: 'master'
4646
gem 'ncbo_annotator', github: 'ncbo/ncbo_annotator', branch: 'master'
4747
gem 'ncbo_cron', github: 'ncbo/ncbo_cron', branch: 'master'
4848
gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branch: 'master'
49-
gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master'
49+
gem 'ontologies_linked_data', github: 'ontoportal-lirmm/ontologies_linked_data', branch: 'pr/feature/add-rest-mapping-bulk-loader'
5050
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
5151

5252
group :development do

Gemfile.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,19 @@ GIT
5252
redis
5353

5454
GIT
55-
remote: https://github.com/ncbo/ontologies_linked_data.git
56-
revision: 8196bf34b45c75f8104bb76dfcba1db0f2c048e4
55+
remote: https://github.com/ncbo/sparql-client.git
56+
revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9
5757
branch: master
58+
specs:
59+
sparql-client (1.0.1)
60+
json_pure (>= 1.4)
61+
net-http-persistent (= 2.9.4)
62+
rdf (>= 1.0)
63+
64+
GIT
65+
remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git
66+
revision: df75e275a52071dd4083ef4ef04cc4e23772bec7
67+
branch: pr/feature/add-rest-mapping-bulk-loader
5868
specs:
5969
ontologies_linked_data (0.0.1)
6070
activesupport
@@ -71,16 +81,6 @@ GIT
7181
rsolr
7282
rubyzip
7383

74-
GIT
75-
remote: https://github.com/ncbo/sparql-client.git
76-
revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9
77-
branch: master
78-
specs:
79-
sparql-client (1.0.1)
80-
json_pure (>= 1.4)
81-
net-http-persistent (= 2.9.4)
82-
rdf (>= 1.0)
83-
8484
GIT
8585
remote: https://github.com/palexander/rack-post-body-to-params.git
8686
revision: 0fd30e710386d0cb8a3a6833d9549d7b655d5398
@@ -103,8 +103,8 @@ GEM
103103
activesupport (3.2.22.5)
104104
i18n (~> 0.6, >= 0.6.4)
105105
multi_json (~> 1.0)
106-
addressable (2.8.0)
107-
public_suffix (>= 2.0.2, < 5.0)
106+
addressable (2.8.1)
107+
public_suffix (>= 2.0.2, < 6.0)
108108
airbrussh (1.4.1)
109109
sshkit (>= 1.6.1, != 1.7.0)
110110
backports (3.23.0)
@@ -131,7 +131,7 @@ GEM
131131
docile (1.4.0)
132132
domain_name (0.5.20190701)
133133
unf (>= 0.0.5, < 1.0.0)
134-
faraday (1.10.1)
134+
faraday (1.10.2)
135135
faraday-em_http (~> 1.0)
136136
faraday-em_synchrony (~> 1.0)
137137
faraday-excon (~> 1.1)
@@ -159,7 +159,7 @@ GEM
159159
ffi (~> 1.0)
160160
google-apis-analytics_v3 (0.10.0)
161161
google-apis-core (>= 0.7, < 2.a)
162-
google-apis-core (0.7.0)
162+
google-apis-core (0.7.2)
163163
addressable (~> 2.5, >= 2.5.1)
164164
googleauth (>= 0.16.2, < 2.a)
165165
httpclient (>= 2.8.1, < 3.a)
@@ -188,7 +188,7 @@ GEM
188188
json-schema (2.8.1)
189189
addressable (>= 2.4)
190190
json_pure (2.6.2)
191-
jwt (2.4.1)
191+
jwt (2.5.0)
192192
kgio (2.11.4)
193193
libxml-ruby (3.2.3)
194194
logger (1.5.1)
@@ -213,7 +213,7 @@ GEM
213213
net-ssh (>= 2.6.5)
214214
net-ssh (7.0.1)
215215
netrc (0.11.0)
216-
newrelic_rpm (8.9.0)
216+
newrelic_rpm (8.10.1)
217217
oj (2.18.5)
218218
omni_logger (0.1.4)
219219
logger
@@ -224,7 +224,7 @@ GEM
224224
pry (0.14.1)
225225
coderay (~> 1.1)
226226
method_source (~> 1.0)
227-
public_suffix (4.0.7)
227+
public_suffix (5.0.0)
228228
rack (1.6.13)
229229
rack-accept (0.4.5)
230230
rack (>= 0.4)
@@ -246,7 +246,7 @@ GEM
246246
rdf (1.0.8)
247247
addressable (>= 2.2)
248248
redcarpet (3.5.1)
249-
redis (4.7.1)
249+
redis (4.8.0)
250250
redis-activesupport (5.3.0)
251251
activesupport (>= 3, < 8)
252252
redis-store (>= 1.3, < 2)
@@ -301,7 +301,7 @@ GEM
301301
rack-test
302302
sinatra (~> 1.4.0)
303303
tilt (>= 1.3, < 3)
304-
sshkit (1.21.2)
304+
sshkit (1.21.3)
305305
net-scp (>= 1.1.2)
306306
net-ssh (>= 2.8.0)
307307
systemu (2.6.5)
@@ -325,6 +325,7 @@ GEM
325325
webrick (1.7.0)
326326

327327
PLATFORMS
328+
x86_64-darwin-21
328329
x86_64-linux
329330

330331
DEPENDENCIES

0 commit comments

Comments
 (0)