diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-04-06 12:25:56 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-04-06 12:25:56 -0700 |
commit | 493a21c4d3202b5c7aede6ba393f78fd98dfcd00 (patch) | |
tree | 4f67b2818ded2b0412bc3284881228e8174c5681 | |
parent | 1be6a463e46c81e2899b8e0de13b389fcc6bff0c (diff) | |
download | chef-lcg/ffi-yajl-master.tar.gz |
need to test lcg/dlopen-extension before merginglcg/ffi-yajl-master
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ gemspec :name => "chef" gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" -gem "ffi-yajl", github: "chef/ffi-yajl" +gem "ffi-yajl", github: "chef/ffi-yajl", branch: "lcg/dlopen-extension" group(:docgen) do gem "yard" |