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 portal languages preference #135

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :development do
end

# NCBO gems (can be from a local dev path or from rubygems/git)
gem 'goo', github: 'ncbo/goo', branch: 'master'
gem 'goo', github: 'ontoportal-lirmm/goo', branch: 'pl/add-mainlang-defaults-refactored'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'

# ResourceIndex dependencies (managed per-platform)
Expand Down
58 changes: 29 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
GIT
remote: https://github.com/ncbo/goo.git
revision: d26b364dc5e8a22753cf9f8495a77c398112683f
branch: master
specs:
goo (0.0.2)
addressable (= 2.3.5)
pry
rdf (= 1.0.8)
redis
rest-client
rsolr
sparql-client
systemu
uuid

GIT
remote: https://github.com/ncbo/resource_index.git
revision: 24a7f14a6da4f4a0eaba1016ca5a378dfccd7441
Expand All @@ -37,6 +21,22 @@ GIT
net-http-persistent (= 2.9.4)
rdf (>= 1.0)

GIT
remote: https://github.com/ontoportal-lirmm/goo.git
revision: ba27011fd2b093ff04d522477010d146602d0b62
branch: pl/add-mainlang-defaults-refactored
specs:
goo (0.0.2)
addressable (= 2.3.5)
pry
rdf (= 1.0.8)
redis
rest-client
rsolr
sparql-client
systemu
uuid

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -49,7 +49,7 @@ GEM
addressable (2.3.5)
ansi (1.5.0)
ast (2.4.2)
bcrypt (3.1.16)
bcrypt (3.1.17)
builder (3.2.4)
coderay (1.1.3)
concurrent-ruby (1.1.9)
Expand All @@ -73,7 +73,7 @@ GEM
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
faraday (1.9.3)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
omni_logger (0.1.4)
logger
parallel (1.21.0)
parser (3.1.0.0)
parser (3.1.1.0)
ast (~> 2.4.1)
pony (1.13.1)
mail (>= 2.0)
Expand All @@ -151,7 +151,7 @@ GEM
addressable (>= 2.2)
redis (4.6.0)
ref (2.0.0)
regexp_parser (2.2.0)
regexp_parser (2.2.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -160,28 +160,28 @@ GEM
rexml (3.2.5)
rsolr (1.1.2)
builder (>= 2.1.2)
rubocop (1.25.0)
rubocop (1.26.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby-xxHash (0.4.0.2)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
sequel (5.53.0)
sequel (5.54.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
systemu (2.6.5)
test-unit-minitest (0.9.1)
minitest (~> 4.7)
Expand All @@ -195,13 +195,13 @@ GEM
tzinfo (0.3.60)
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
unf_ext (0.0.8.1)
unicode-display_width (2.1.0)
uuid (2.3.9)
macaddr (~> 1.0)

PLATFORMS
ruby
x86_64-darwin-21

DEPENDENCIES
activesupport (~> 4)
Expand Down Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
thin

BUNDLED WITH
2.1.4
2.3.5
Loading