summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-22 12:04:48 -0700
committerTim Smith <tsmith@chef.io>2019-04-22 12:13:24 -0700
commited7d7baf97f814a82b1cb3a93e173be468debcd1 (patch)
tree5cbf99bf2e49a0856b50921de86ec5623fc16be6 /omnibus
parentf902a2b53b2e15097c576e783f7382ecf96cf687 (diff)
downloadchef-ed7d7baf97f814a82b1cb3a93e173be468debcd1.tar.gz
Switch to inspec/train from gems
We now have a preview of inspec 4 out so we can switch back to gems and kill off the full train gem and all its deps. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile2
-rw-r--r--omnibus/Gemfile.lock20
2 files changed, 11 insertions, 11 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 99dc856a4d..f2d9c0fa29 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -14,7 +14,7 @@ group :development do
gem "berkshelf", ">= 7.0"
# We pin here to the last release Ohai so prevent more current chef coming in
- gem "ohai", "~> 14.0"
+ gem "ohai"
# Use Test Kitchen with Vagrant for converging the build environment
gem "test-kitchen", ">= 1.23"
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 787a6ff447..aa883ab1f3 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/chef/omnibus-software
- revision: 34aaf2346d3467aac2d40b051ffb68852a3af896
+ revision: 3d4327c0032b8cc7d25eb33290a7aec2fce20a2a
branch: master
specs:
omnibus-software (4.0.0)
@@ -38,10 +38,10 @@ GEM
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
- aws-sdk-kms (1.16.0)
+ aws-sdk-kms (1.17.0)
aws-sdk-core (~> 3, >= 3.48.2)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.36.0)
+ aws-sdk-s3 (1.36.1)
aws-sdk-core (~> 3, >= 3.48.2)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
@@ -64,10 +64,10 @@ GEM
solve (~> 4.0)
thor (>= 0.20)
builder (3.2.3)
- chef (14.12.3)
+ chef (14.12.9)
addressable
bundler (>= 1.10)
- chef-config (= 14.12.3)
+ chef-config (= 14.12.9)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -94,10 +94,10 @@ GEM
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.12.3-universal-mingw32)
+ chef (14.12.9-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.12.3)
+ chef-config (= 14.12.9)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -136,7 +136,7 @@ GEM
win32-service (>= 1.0, < 3.0)
win32-taskscheduler (~> 2.0)
wmi-lite (~> 1.0)
- chef-config (14.12.3)
+ chef-config (14.12.9)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
@@ -254,7 +254,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
- rspec-expectations (3.8.2)
+ rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.3.0)
@@ -360,7 +360,7 @@ PLATFORMS
DEPENDENCIES
berkshelf (>= 7.0)
kitchen-vagrant (>= 1.3.1)
- ohai (~> 14.0)
+ ohai
omnibus!
omnibus-software!
pedump