Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 55af5b58 authored by POUILLOUX Laurent's avatar POUILLOUX Laurent
Browse files

add support for ed25519 in net-ssh

parent a1c022d2
No related branches found
No related tags found
1 merge request!572Fix mw api login
......@@ -12,3 +12,5 @@ gem "webmock", :group => [:development]
gem "simplecov", :group => [:development]
gem "rake"
gem 'byebug'
gem "ed25519"
gem "bcrypt_pbkdf"
......@@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt_pbkdf (1.1.0)
byebug (11.1.3)
crack (0.4.5)
rexml
......@@ -12,6 +13,7 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ed25519 (1.3.0)
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
......@@ -85,9 +87,11 @@ PLATFORMS
ruby
DEPENDENCIES
bcrypt_pbkdf
byebug
diffy
dns-zone
ed25519
hash_validator
hashdiff
mediawiki_api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment