summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index c085f94d7a..7a9ff83cb9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,9 +34,7 @@ ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef") do |packag
package.generate_version_class = true
end
# Add a conservative dependency update to version:bump (which was created by PackageTask)
-task "version:bump" => %w{version:bump_patch version:update} do
- Rake::Task["dependencies:update"].invoke("conservative")
-end
+task "version:bump" => %w{version:bump_patch version:update bundle:install}
task :pedant, :chef_zero_spec