summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-02-11 15:53:47 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-01 17:10:18 -0800
commitc44c346db3d9c157adf9b675de789bdb49335d02 (patch)
tree7662adf74667b81e79e5d0b936c18ac01035f283
parent2397af29ecc3c3e849d817a8519d32866aab89ff (diff)
downloadohai-lcg/ruby-3.0.tar.gz
use FFI on masterlcg/ruby-3.0
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 42086196..b2b86ad5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,9 @@ gemspec
gem "chef-config", git: "https://github.com/chef/chef", branch: "master", glob: "chef-config/chef-config.gemspec"
gem "chef-utils", git: "https://github.com/chef/chef", branch: "master", glob: "chef-utils/chef-utils.gemspec"
+# yolo master for a bit until they release a ruby-3.0 compatible ffi
+gem "ffi", git: "https://github.com/ffi/ffi", branch: "master", submodules: true
+
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"