mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
Changing the rakefile setup so all gems get built.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
b1fd3bcf85
commit
81142952e5
2 changed files with 2 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue