Skip to content

Commit

Permalink
Removing the Gemfile.lock and letting Workstation be the source of truth
Browse files Browse the repository at this point in the history
Signed-off-by: tyler-ball <[email protected]>
  • Loading branch information
tyler-ball committed Sep 4, 2019
1 parent 725a606 commit bdfb82d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 467 deletions.
26 changes: 0 additions & 26 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,3 @@ pipelines:
- verify:
description: Pull Request validation tests
public: true

subscriptions:
- workload: ruby_gem_published:chef-dk-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:chef-14*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:train-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:chef-telemetry-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-cli-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-config-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-log-*
actions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:mixlib-install-*
actions:
- bash:.expeditor/update_dep.sh
43 changes: 0 additions & 43 deletions .expeditor/update_dep.sh

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.rspec_status
.vagrant
*.log
coverage/
coverage/

# Chef Workstation is the source of truth for all locked gems
Gemfile.lock
Loading

0 comments on commit bdfb82d

Please sign in to comment.