summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-16 21:22:16 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commit31f9ada8660a2831204aca436e343b6a10b103cd (patch)
tree9d22ab219a02c3f7303ec056c989e858a87a68f7 /tasks
parentea2593fe58037739c5c2ada517e3d988dec290ff (diff)
downloadchef-31f9ada8660a2831204aca436e343b6a10b103cd.tar.gz
Allow Windows to freeze
Diffstat (limited to 'tasks')
-rw-r--r--tasks/dependencies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb
index 0fe3907ce1..35cbe2800e 100644
--- a/tasks/dependencies.rb
+++ b/tasks/dependencies.rb
@@ -104,7 +104,7 @@ namespace :dependencies do
puts "-------------------------------------------------------------------"
# Generate the new overrides file
- overrides = "# Generated by \"rake dependencies\". Do not edit.\n"
+ overrides = "# DO NOT EDIT. Generated by \"rake dependencies\". Edit version_policy.rb instead.\n"
# Replace the bundler and rubygems versions
OMNIBUS_RUBYGEMS_AT_LATEST_VERSION.each do |override_name, gem_name|