mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #1520 from chef/adamleff/fix-habitat-build
Add Rake to Habitat build Gemfile
This commit is contained in:
commit
81c9368941
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue