summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-23 15:55:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-23 15:55:32 -0700
commit3cb10016d142c45d5b2409ecb337b1b7bc295046 (patch)
tree54e49f43233efd7f5744a7e6c57e66c9dbb83a5d /Gemfile
parent53b4ae6633b3d2e4e9e285bd40b399b40cc23b81 (diff)
downloadchef-3cb10016d142c45d5b2409ecb337b1b7bc295046.tar.gz
bump to ruby 2.2.4
the ffi branch is necessary for AIX until that patch is merged.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e39a50a586..32b801af83 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,8 @@ 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"
+gem "ffi", github: "lamont-granquist/ffi", branch: "lcg/rb_gc_guard_ptr" if RUBY_PLATFORM.downcase =~ /aix/
+
group(:docgen) do
gem "yard"
end