Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
test-kitchen 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Apr 7, 2016
1 parent 27a4020 commit 8a11ee6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ group(:omnibus_package) do
gem "kitchen-vagrant"
gem "knife-windows"
gem "ohai", ">= 8.13.0"
gem "test-kitchen", ">= 1.6.0", github: "test-kitchen/test-kitchen", branch: "jk/optional-rake"
gem "test-kitchen", ">= 1.6.0"

# All of the following used to be software definitions we included:
gem "knife-spork"
Expand Down
24 changes: 9 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,10 @@ GIT
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)

GIT
remote: git://github.com/test-kitchen/test-kitchen.git
revision: 128cb00ba57309d6cc96a78667ab236f1c3f694b
branch: jk/optional-rake
specs:
test-kitchen (1.7.1)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
safe_yaml (~> 1.0)
thor (~> 0.18)

PATH
remote: .
specs:
chef-dk (0.13.10)
chef-dk (0.13.12)
chef (~> 12.5)
chef-provisioning (~> 1.2)
cookbook-omnifetch (~> 0.2, >= 0.2.2)
Expand Down Expand Up @@ -642,6 +629,13 @@ GEM
uuid (~> 2.0)
syslog-logger (1.6.8)
systemu (2.6.5)
test-kitchen (1.7.2)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.1)
thread_safe (0.3.5)
timers (4.0.4)
Expand Down Expand Up @@ -720,7 +714,7 @@ DEPENDENCIES
rubocop (~> 0.37.2)
ruby-prof
ruby-shadow
test-kitchen (>= 1.6.0)!
test-kitchen (>= 1.6.0)
winrm-fs
yard

Expand Down
24 changes: 9 additions & 15 deletions Gemfile.windows.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,10 @@ GIT
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)

GIT
remote: git://github.com/test-kitchen/test-kitchen.git
revision: 128cb00ba57309d6cc96a78667ab236f1c3f694b
ref: 128cb00ba57309d6cc96a78667ab236f1c3f694b
specs:
test-kitchen (1.7.1)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
safe_yaml (~> 1.0)
thor (~> 0.18)

PATH
remote: .
specs:
chef-dk (0.13.10)
chef-dk (0.13.12)
chef (~> 12.5)
chef-provisioning (~> 1.2)
cookbook-omnifetch (~> 0.2, >= 0.2.2)
Expand Down Expand Up @@ -657,6 +644,13 @@ GEM
uuid (~> 2.0)
syslog-logger (1.6.8)
systemu (2.6.5)
test-kitchen (1.7.2)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.1)
thread_safe (0.3.5)
timers (4.0.4)
Expand Down Expand Up @@ -919,7 +913,7 @@ DEPENDENCIES
stuartpreston-azure-sdk-for-ruby (= 0.7.1)
syslog-logger (= 1.6.8)
systemu (= 2.6.5)
test-kitchen!
test-kitchen (= 1.7.2)
thor (= 0.19.1)
thread_safe (= 0.3.5)
timers (= 4.0.4)
Expand Down
4 changes: 2 additions & 2 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ GEM
solve (2.0.3)
molinillo (~> 0.4.2)
semverse (~> 1.1)
test-kitchen (1.7.1)
mixlib-install (~> 1.0, >= 1.0.2)
test-kitchen (1.7.2)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
Expand Down
4 changes: 2 additions & 2 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ GEM
molinillo (~> 0.4.2)
semverse (~> 1.1)
systemu (2.6.5)
test-kitchen (1.7.1)
mixlib-install (~> 1.0, >= 1.0.2)
test-kitchen (1.7.2)
mixlib-install (~> 1.0, >= 1.0.4)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
Expand Down

0 comments on commit 8a11ee6

Please sign in to comment.