summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8f195b87e4..4923e3e4a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,6 +39,11 @@ group(:ruby_shadow) do
gem "ruby-shadow", git: "https://github.com/chef/ruby-shadow", branch: "lcg/ruby-3.0", platforms: :ruby
end
+# deps that cannot be put in the knife gem because they require a compiler and fail on windows nodes
+group(:knife_windows_deps) do
+ gem "ed25519", "~> 1.2" # ed25519 ssh key support
+end
+
group(:development, :test) do
gem "rake"
gem "rspec"