summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-24 12:07:15 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-24 12:07:15 -0700
commit42698ae671832381e4a9b434ff9b6b5a03c5ae8e (patch)
tree484cb328983159332a72e75ee9371bf3da734097
parent3cb10016d142c45d5b2409ecb337b1b7bc295046 (diff)
downloadchef-42698ae671832381e4a9b434ff9b6b5a03c5ae8e.tar.gz
add comment
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 32b801af83..f1d3168ad8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ gem "chef-config", path: "chef-config" if File.exist?(File.expand_path("../chef-
# Ensure that we can always install rake, regardless of gem groups
gem "rake"
+# we can go back to mainline when https://github.com/ffi/ffi/pull/490 is merged
gem "ffi", github: "lamont-granquist/ffi", branch: "lcg/rb_gc_guard_ptr" if RUBY_PLATFORM.downcase =~ /aix/
group(:docgen) do