summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-06-14 11:31:08 -0600
committertyler-ball <tyleraball@gmail.com>2016-06-15 10:10:53 -0600
commit5581377922587f6e83221e4a8b4795cbf4a8cd87 (patch)
tree35ed56146b7830ecd288b8bcebe5fc5e1b6aa06e /tasks
parentebc4657b45c706d7ec68d99accce203cf49aff0f (diff)
downloadchef-5581377922587f6e83221e4a8b4795cbf4a8cd87.tar.gz
Making rake:dependencies work
Diffstat (limited to 'tasks')
-rw-r--r--tasks/dependencies.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb
index eb4bb1f44f..0b216f8e52 100644
--- a/tasks/dependencies.rb
+++ b/tasks/dependencies.rb
@@ -85,13 +85,11 @@ namespace :dependencies do
other_platforms: false, leave_frozen: false
gemfile_lock_task :update_kitchen_tests_gemfile_lock, dirs: %w{
kitchen-tests
- kitchen-tests/test/integration/webapp/serverspec
}
berksfile_lock_task :update_kitchen_tests_berksfile_lock, dirs: %w{
kitchen-tests
kitchen-tests/cookbooks/audit_test
}
- # kitchen-tests/cookbooks/webapp isn't solving right now ....
desc "Update omnibus overrides, including versions in version_policy.rb and latest version of gems: #{OMNIBUS_RUBYGEMS_AT_LATEST_VERSION.keys}."
task :update_omnibus_overrides do |t, rake_args|