summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-12-11 11:59:01 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2016-12-11 12:32:06 +0100
commit3622f63edf1f34c4b9db020e57fe8c7cd15b340f (patch)
tree7eb39c4c46975fe452c3567ed60ceb67635408c2 /Gemfile
parent13a963a7672683dd659fb5469132569fcf107f77 (diff)
downloadnet-ssh-3622f63edf1f34c4b9db020e57fe8c7cd15b340f.tar.gz
Added ssh-ed25519 to HostKeys algorithms
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 9c24979..0724583 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,7 @@ unless Gem.win_platform? || RUBY_PLATFORM == "java"
gem 'byebug', group: [:development, :test]
end
-gem 'simplecov', require: false, group: :test
-
-gem 'codecov', require: false, group: :test if ENV["CI"]
+if ENV["CI"]
+ gem 'simplecov', require: false, group: :test
+ gem 'codecov', require: false, group: :test
+end