Skip to content

Commit ce2a59c

Browse files
changes to pin ffi version.
Signed-off-by: sreepuramsudheer <[email protected]>
1 parent 9006780 commit ce2a59c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/bk_tests/chef_zero-Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ gem 'rake'
99

1010
gem 'chef', "17.10.0"
1111
# 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
1216
gem 'chef-zero', github: 'chef/chef-zero', tag: 'v15.0.11'
1317

1418
# If you want to load debugging tools into the bundle exec sandbox,

0 commit comments

Comments
 (0)