Changing the rakefile setup so all gems get built.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2020-02-10 15:25:09 -08:00
parent b1fd3bcf85
commit 81142952e5
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ require "train"
require_relative "tasks/spdx"
require "fileutils"
Bundler::GemHelper.install_tasks name: "inspec-core"
Bundler::GemHelper.install_tasks name: "inspec"
def prompt(message)

View file

@ -1,4 +1,4 @@
Bundler::GemHelper.install_tasks(name: "inspec-bin")
Bundler::GemHelper.install_tasks name: "inspec-bin"
desc "force install the inspec-bin gem"
task "install:force" do