mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Remove comment about the omnibus lock in overrides file
The comment about running `bundle exec rake dependencies:update_omnibus_gemfile_lock` is copy-pasta from chef/chef. The inspec project does not commit any Gemfile.lock files, including omnibus/Gemfile.lock, due to `Gemfile.lock` being in the `.gitignore` file. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
This commit is contained in:
parent
0dd05af06e
commit
356e67720e
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
# THIS IS NOW HAND MANAGED, JUST EDIT THE THING
|
||||
# .travis.yml and appveyor.yml consume this,
|
||||
# try to keep it machine-parsable.
|
||||
#
|
||||
# NOTE: You MUST update omnibus-software when adding new versions of
|
||||
# software here: bundle exec rake dependencies:update_omnibus_gemfile_lock
|
||||
|
||||
# grab the current train release from rubygems.org
|
||||
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
||||
override "train", version: "v#{train_stable}"
|
||||
|
|
Loading…
Add table
Reference in a new issue