Merge pull request #1520 from chef/adamleff/fix-habitat-build

Add Rake to Habitat build Gemfile
This commit is contained in:
Christoph Hartmann 2017-03-01 19:03:16 +01:00 committed by GitHub
commit 81c9368941

View file

@ -39,6 +39,7 @@ do_prepare() {
cat > Gemfile <<GEMFILE cat > Gemfile <<GEMFILE
source 'https://rubygems.org' source 'https://rubygems.org'
gem '$pkg_name', '= $pkg_version' gem '$pkg_name', '= $pkg_version'
gem 'rake'
GEMFILE GEMFILE
} }