diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-09-16 11:32:27 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-09-16 11:32:27 -0700 |
commit | bece91140eca16f163ae1694e014ef768d8d52c8 (patch) | |
tree | 4e14f38f579544ea5293896b990a7191ba6a3b29 /omnibus | |
parent | c30c3fb4003bdf3a4f5b44f28d0dcb9aeae89fa6 (diff) | |
download | chef-bece91140eca16f163ae1694e014ef768d8d52c8.tar.gz |
update acceptance and omnibus deps
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 40 |
2 files changed, 23 insertions, 21 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index aae6a0e9c0..6e9e9cce71 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -17,9 +17,9 @@ group :development do gem "berkshelf", "~> 4.0" # Use Test Kitchen with Vagrant for converging the build environment - gem "test-kitchen", "~> 1.9" + gem "test-kitchen", "~> 1.13" gem "kitchen-vagrant", "~> 0.19.0" - gem "winrm-fs", "~> 0.4.0" + gem "winrm-fs", "~> 1.0" gem "pry" gem "pry-byebug" gem "pry-stack_explorer" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 895a756c8a..1512f36319 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/chef/license_scout.git - revision: 6e501d31d3957a95388422595db8fe5937092b15 + revision: dbd17c0a99a12e16dd7af27798df863366efc289 specs: license_scout (0.1.2) ffi-yajl (~> 2.2) @@ -48,14 +48,14 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - artifactory (2.3.3) + artifactory (2.5.0) awesome_print (1.7.0) - aws-sdk (2.5.11) - aws-sdk-resources (= 2.5.11) - aws-sdk-core (2.5.11) + aws-sdk (2.6.1) + aws-sdk-resources (= 2.6.1) + aws-sdk-core (2.6.1) jmespath (~> 1.0) - aws-sdk-resources (2.5.11) - aws-sdk-core (= 2.5.11) + aws-sdk-resources (2.6.1) + aws-sdk-core (= 2.6.1) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) berkshelf-api-client (~> 2.0, >= 2.0.2) @@ -95,7 +95,8 @@ GEM celluloid-io (0.16.2) celluloid (>= 0.16.0) nio4r (>= 1.1.0) - chef-config (12.13.37) + chef-config (12.14.60) + addressable fuzzyurl mixlib-config (~> 2.0) mixlib-shellout (~> 2.0) @@ -115,7 +116,7 @@ GEM ffi (>= 1.0.1) gyoku (1.3.1) builder (>= 2.1.2) - hashie (3.4.4) + hashie (3.4.6) hitimes (1.2.4) hitimes (1.2.4-x86-mingw32) httpclient (2.7.2) @@ -138,7 +139,7 @@ GEM mixlib-log mixlib-cli (1.7.0) mixlib-config (2.2.4) - mixlib-install (1.1.0) + mixlib-install (1.2.0) artifactory mixlib-shellout mixlib-versioning @@ -204,7 +205,7 @@ GEM semverse (~> 1.1) varia_model (~> 0.4.0) ruby-progressbar (1.8.1) - rubyntlm (0.6.0) + rubyntlm (0.6.1) rubyzip (1.2.0) safe_yaml (1.0.4) sawyer (0.7.0) @@ -216,8 +217,8 @@ GEM molinillo (~> 0.4.2) semverse (~> 1.1) systemu (2.6.5) - test-kitchen (1.12.0) - mixlib-install (~> 1.0, >= 1.0.4) + test-kitchen (1.13.0) + mixlib-install (~> 1.2) mixlib-shellout (>= 1.2, < 3.0) net-scp (~> 1.1) net-ssh (>= 2.9, < 4.0) @@ -232,19 +233,20 @@ GEM hashie (>= 2.0.2, < 4.0.0) win32-process (0.8.3) ffi (>= 1.0.0) - winrm (1.8.1) + winrm (2.0.2) builder (>= 2.1.2) + erubis (~> 2.7) gssapi (~> 1.2) gyoku (~> 1.0) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) nori (~> 2.0) - rubyntlm (~> 0.6.0) - winrm-fs (0.4.3) + rubyntlm (~> 0.6.0, >= 0.6.1) + winrm-fs (1.0.0) erubis (~> 2.7) logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) - winrm (~> 1.5) + winrm (~> 2.0) wmi-lite (1.0.0) zhexdump (0.0.2) @@ -262,8 +264,8 @@ DEPENDENCIES pry pry-byebug pry-stack_explorer - test-kitchen (~> 1.9) - winrm-fs (~> 0.4.0) + test-kitchen (~> 1.13) + winrm-fs (~> 1.0) BUNDLED WITH 1.12.5 |