Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add SemanticArtefactCatalog model #183

Merged
merged 12 commits into from
Feb 17, 2025
Merged
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ontoportal-lirmm/goo.git
revision: 27300f28ca6c656c7e78af65013d88b792a6312f
revision: 5825dc1f9d0ff439b1ba9d8f78fa7bb20b1c65d0
branch: development
specs:
goo (0.0.2)
Expand All @@ -18,7 +18,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/sparql-client.git
revision: 4364d34e9e4c411f1dd0ea706bf052465bf0b467
revision: d4a226e75eb4aeaaf42720eac4f23f55380a0bd3
branch: development
specs:
sparql-client (3.2.2)
Expand Down Expand Up @@ -99,9 +99,10 @@ GEM
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
launchy (3.0.1)
launchy (3.1.0)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
libxml-ruby (5.0.3)
link_header (0.0.8)
logger (1.6.5)
Expand Down Expand Up @@ -192,7 +193,7 @@ GEM
rexml (3.4.0)
rsolr (1.1.2)
builder (>= 2.1.2)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
Loading
Loading