summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile4
-rw-r--r--omnibus/Gemfile.lock28
2 files changed, 16 insertions, 16 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index a1cd1bbe48..3580039d4f 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -17,8 +17,8 @@ group :development do
gem "ohai", "~> 14.0"
# Use Test Kitchen with Vagrant for converging the build environment
- gem "test-kitchen", "~> 1.21"
- gem "kitchen-vagrant", "~> 1.3.1"
+ gem "test-kitchen"
+ gem "kitchen-vagrant"
gem "winrm-fs", "~> 1.0"
gem "pry"
gem "pry-byebug"
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 528b44220f..d9dc3f3534 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/chef/omnibus
- revision: c824e911af6dab44e9866a5e05d2e0217518a76f
+ revision: 096b70201d073a4aaca8f3b9faf76d4c648d05d5
branch: master
specs:
- omnibus (6.0.21)
+ omnibus (6.0.22)
aws-sdk-s3 (~> 1)
chef-sugar (>= 3.3)
cleanroom (~> 1.0)
@@ -179,8 +179,8 @@ GEM
ipaddress (0.8.3)
iso8601 (0.12.1)
jmespath (1.4.0)
- kitchen-vagrant (1.3.6)
- test-kitchen (~> 1.4)
+ kitchen-vagrant (1.5.1)
+ test-kitchen (>= 1.4, < 3)
libyajl2 (1.2.0)
license_scout (1.0.22)
ffi-yajl (~> 2.2)
@@ -213,13 +213,13 @@ GEM
molinillo (0.6.6)
multi_json (1.13.1)
multipart-post (2.0.0)
- net-scp (1.2.1)
- net-ssh (>= 2.6.5)
+ net-scp (2.0.0)
+ net-ssh (>= 2.6.5, < 6.0.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
- net-ssh-gateway (1.3.0)
- net-ssh (>= 2.6.5)
+ net-ssh-gateway (2.0.0)
+ net-ssh (>= 4.0.0)
net-ssh-multi (1.2.1)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
@@ -303,12 +303,12 @@ GEM
structured_warnings (0.3.0)
syslog-logger (1.6.8)
systemu (2.6.5)
- test-kitchen (1.24.0)
+ test-kitchen (2.0.1)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0)
- net-scp (~> 1.1)
- net-ssh (>= 2.9, < 5.0)
- net-ssh-gateway (~> 1.2)
+ net-scp (>= 1.1, < 3.0)
+ net-ssh (>= 2.9, < 6.0)
+ net-ssh-gateway (>= 1.2, < 3.0)
thor (~> 0.19)
winrm (~> 2.0)
winrm-elevated (~> 1.0)
@@ -371,7 +371,7 @@ PLATFORMS
DEPENDENCIES
berkshelf (>= 7.0)
- kitchen-vagrant (~> 1.3.1)
+ kitchen-vagrant
ohai (~> 14.0)
omnibus!
omnibus-software!
@@ -379,7 +379,7 @@ DEPENDENCIES
pry
pry-byebug
pry-stack_explorer
- test-kitchen (~> 1.21)
+ test-kitchen
winrm-fs (~> 1.0)
BUNDLED WITH