mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
356e67720e
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>
6 lines
251 B
Ruby
6 lines
251 B
Ruby
# THIS IS NOW HAND MANAGED, JUST EDIT THE THING
|
|
|
|
# grab the current train release from rubygems.org
|
|
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
|
override "train", version: "v#{train_stable}"
|
|
override "ruby", version: "2.6.5"
|