summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-18 17:11:53 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 17:11:53 -0700
commit6a883611cbf79212109ca41f402435971a5c2bd1 (patch)
tree8956892ba81eba3e93061e4ac5b65158d6035860
parente2bf6de08ed496ea7b5f977afa648abd673ea521 (diff)
downloadchef-jk/version-without-berks.tar.gz
Don't use berks when bumping version--can't possibly change.jk/version-without-berks
Just change the top level bundle
-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