We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9006780 commit ce2a59cCopy full SHA for ce2a59c
scripts/bk_tests/chef_zero-Gemfile
@@ -9,6 +9,10 @@ gem 'rake'
9
10
gem 'chef', "17.10.0"
11
# For "rake chef_zero_spec"
12
+if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new("3.1.0")
13
+ gem "ffi", "< 1.17.0"
14
+ gem "train-core", "< 3.12.5"
15
+end
16
gem 'chef-zero', github: 'chef/chef-zero', tag: 'v15.0.11'
17
18
# If you want to load debugging tools into the bundle exec sandbox,
0 commit comments