Skip to content

Commit

Permalink
update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 9, 2024
1 parent 7f4f47b commit 4d6a8e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git
revision: 312ef426eeaa461e88fa23124ea5fd531f4276ba
revision: e3cf9888c2113152aaa250ee0cfaae37c534a53a
branch: development
specs:
ontologies_linked_data (0.0.1)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
bcrypt_pbkdf (1.1.1)
bigdecimal (3.1.8)
builder (3.3.0)
capistrano (3.19.1)
capistrano (3.19.2)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -215,7 +215,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.6)
json (2.8.1)
json-ld (3.0.2)
multi_json (~> 1.12)
rdf (>= 2.2.8, < 4.0)
Expand All @@ -239,7 +239,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
mini_mime (1.1.5)
minitest (5.25.1)
minitest-hooks (1.5.2)
Expand All @@ -248,10 +248,9 @@ GEM
mlanett-redis-lock (0.2.7)
redis
multi_json (1.15.0)
mutex_m (0.2.0)
net-http-persistent (4.0.4)
connection_pool (~> 2.2)
net-imap (0.4.17)
net-imap (0.4.18)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -273,10 +272,10 @@ GEM
omni_logger (0.1.4)
logger
os (1.1.4)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parseconfig (1.1.2)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pony (1.13.1)
Expand Down Expand Up @@ -357,7 +356,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.0)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby-xxHash (0.4.0.2)
Expand Down Expand Up @@ -402,7 +401,7 @@ GEM
temple (0.10.3)
thread_safe (0.3.6)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
trailblazer-option (0.1.2)
tzinfo (1.2.11)
thread_safe (~> 0.1)
Expand Down
3 changes: 1 addition & 2 deletions controllers/classes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,13 @@ class ClassesController < ApplicationController
display_attrs += LinkedData::Models::Class.concept_is_in_attributes if submission.skos?
request_display(display_attrs.join(','))
extra_include = [:hasChildren, :isInActiveScheme, :isInActiveScheme]

if sort
roots = submission.roots_sorted(extra_include, concept_schemes: concept_schemes, concept_collections: concept_collections)
root_tree = cls.tree_sorted(concept_schemes: concept_schemes, concept_collections: concept_collections, roots: roots)
# add the other roots to the response
else
roots = submission.roots(extra_include, concept_schemes: concept_schemes, concept_collections: concept_collections)
root_tree = cls.tree(concept_schemes: concept_schemes, concept_collections: concept_collections, roots: roots)
# add the other roots to the response
end

# if this path' root does not get returned by the submission.roots call, manually add it
Expand Down

0 comments on commit 4d6a8e7

Please sign in to comment.