summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-18 11:09:23 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-18 11:09:23 -0800
commit014a71cd937d33c68464f596019a7bf2babef19d (patch)
treee1dbf513c2529fda82bc1c9279cb5eab7b38cf39 /kitchen-tests/Gemfile
parentca084429991a141127c80e9d2a08cb1bb68585c4 (diff)
downloadchef-014a71cd937d33c68464f596019a7bf2babef19d.tar.gz
let kitchen-appbundle-updater floatlcg/float-kitchen-appbundle-updater
i'm a bit surprised this still even works at all..
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 874f052ae8..acc62156ae 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
group :end_to_end do
gem "berkshelf"
gem "test-kitchen", "~> 1.4"
- gem "kitchen-appbundle-updater", "~> 0.0.1"
+ gem "kitchen-appbundle-updater"
gem "kitchen-vagrant", "~> 0.17"
gem "kitchen-ec2", github: "test-kitchen/kitchen-ec2"
gem "vagrant-wrapper"