Gemfile in chef-dk-3.12.10 vs Gemfile in chef-dk-3.13.1
- old
+ new
@@ -82,9 +82,12 @@
gem "net-ssh", ">= 4.2.0"
gem "test-kitchen", ">= 1.23.0", "< 2"
gem "listen"
gem "dco"
+ # this pin prevents pulling in 1.x that has breaking changes for our apps here
+ gem "chef-telemetry", "~> 0.1"
+
# Right now we must import chef-apply as a gem into the ChefDK because this is where all the gem
# dependency resolution occurs. Putting it elsewhere endangers older ChefDK issues of gem version
# conflicts post-build.
gem "chef-apply"