Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ebc925af authored by Lucas Nussbaum's avatar Lucas Nussbaum Committed by Jonathan Pastor
Browse files

Update Gemfile.lock

parent 54e43c7d
Branches
No related tags found
1 merge request!6WIP: Features/oar gpus
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
abstract_method (1.2.1)
abstract_type (0.0.7)
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.6.0) addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
anima (0.3.1)
abstract_type (~> 0.0.7)
adamantium (~> 0.2)
equalizer (~> 0.0.11)
ast (2.4.0)
backports (3.15.0) backports (3.15.0)
bond (0.4.3) bond (0.4.3)
cheetah (0.5.0)
abstract_method (~> 1.2)
code-explorer (0.3.0)
cheetah (~> 0)
coderay (~> 1)
parser (~> 2.0)
sinatra (~> 1)
coderay (1.1.2)
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
diff-lcs (1.3) diff-lcs (1.3)
...@@ -13,6 +34,7 @@ GEM ...@@ -13,6 +34,7 @@ GEM
docile (1.3.2) docile (1.3.2)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
faraday (0.15.4) faraday (0.15.4)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6) faraday-cookie_jar (0.0.6)
...@@ -24,14 +46,44 @@ GEM ...@@ -24,14 +46,44 @@ GEM
hashdiff (1.0.0) hashdiff (1.0.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
ice_nine (0.11.2)
ipaddress (0.8.3) ipaddress (0.8.3)
json (1.8.6) json (1.8.6)
mediawiki_api (0.7.1) mediawiki_api (0.7.1)
faraday (~> 0.9, >= 0.9.0) faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6) faraday-cookie_jar (~> 0.0, >= 0.0.6)
faraday_middleware (~> 0.10, >= 0.10.0) faraday_middleware (~> 0.10, >= 0.10.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
mime-types (2.99.3) mime-types (2.99.3)
morpher (0.2.6)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.0)
ast (~> 2.2)
concord (~> 0.1.5)
equalizer (~> 0.0.9)
ice_nine (~> 0.11.0)
procto (~> 0.0.2)
multipart-post (2.1.1) multipart-post (2.1.1)
mutant (0.8.24)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.0)
ast (~> 2.2)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
ice_nine (~> 0.11.1)
memoizable (~> 0.4.2)
morpher (~> 0.2.6)
parser (~> 2.5.1)
procto (~> 0.0.2)
regexp_parser (~> 1.2)
unparser (~> 0.4.2)
mutant-rspec (0.8.24)
mutant (~> 0.8.24)
rspec-core (>= 3.4.0, < 4.0.0)
net-ssh (4.2.0) net-ssh (4.2.0)
net-ssh-gateway (2.0.0) net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0) net-ssh (>= 4.0.0)
...@@ -39,12 +91,18 @@ GEM ...@@ -39,12 +91,18 @@ GEM
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0) net-ssh-gateway (>= 1.2.0)
netrc (0.11.0) netrc (0.11.0)
parser (2.5.3.0)
ast (~> 2.4.0)
peach (0.5.1) peach (0.5.1)
procto (0.0.3)
public_suffix (3.1.1) public_suffix (3.1.1)
rack (1.6.4) rack (1.6.4)
rack-cache (1.9.0) rack-cache (1.9.0)
rack (>= 0.4) rack (>= 0.4)
rack-protection (1.5.5)
rack
rb-readline (0.5.5) rb-readline (0.5.5)
regexp_parser (1.6.0)
rest-client (1.8.0) rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
...@@ -99,9 +157,23 @@ GEM ...@@ -99,9 +157,23 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
thread_safe (0.3.6)
tilt (2.0.10)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.6) unf_ext (0.0.7.6)
unparser (0.4.2)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
parser (>= 2.3.1.2, < 2.6)
procto (~> 0.0.2)
webmock (3.7.5) webmock (3.7.5)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
...@@ -111,11 +183,13 @@ PLATFORMS ...@@ -111,11 +183,13 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
code-explorer
diffy diffy
dns-zone dns-zone
hash_validator hash_validator
hashdiff hashdiff
mediawiki_api mediawiki_api
mutant-rspec
net-ssh net-ssh
peach peach
restfully restfully
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment