diff options
Diffstat (limited to 'omnibus/config/software/chef-gem-ffi-yajl.rb')
-rw-r--r-- | omnibus/config/software/chef-gem-ffi-yajl.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/omnibus/config/software/chef-gem-ffi-yajl.rb b/omnibus/config/software/chef-gem-ffi-yajl.rb new file mode 100644 index 0000000000..e8279f7d81 --- /dev/null +++ b/omnibus/config/software/chef-gem-ffi-yajl.rb @@ -0,0 +1,8 @@ +# gem installs this gem from the version specified in chef's Gemfile.lock +# so we can take advantage of omnibus's caching. Just duplicate this file and +# add the new software def to chef software def if you want to separate +# another gem's installation. +require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" +BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) + +dependency "chef-gem-libyajl2" |