diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-24 11:56:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-24 11:56:34 -0700 |
commit | 97d636a3f2c67fcf3e59f4d356e0d9d787e007c0 (patch) | |
tree | f1092d6e1fc89fdef4ed91da1e9dd046ec65c079 /omnibus_overrides.rb | |
parent | a749e76cad7b89ae21ac09f03ea17272ad2ab6dd (diff) | |
download | chef-97d636a3f2c67fcf3e59f4d356e0d9d787e007c0.tar.gz |
Update some build / updating instructions for developmentinstructions
Update the readme with the correct rake tasks to build chef
Fix a typo in the rake comments
Add a comment we have in DK to remind folks that they need to update the deps after changing the overrides.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index 865aaa14e8..5a2596d3ae 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -1,6 +1,9 @@ # 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 override :rubygems, version: "2.7.6" override :bundler, version: "1.16.1" override "nokogiri", version: "1.8.2" |