summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-08-19 16:36:12 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-08-19 16:36:12 -0700
commit14246ccef4340a76cf9fb6c4193ae214b903a319 (patch)
tree4acfe2e11ef8ebcf937bbad58b7f866e89db62c6
parentf769d7eba17b3f5aa9e0561126bd9f6801c1bac2 (diff)
downloadchef-14246ccef4340a76cf9fb6c4193ae214b903a319.tar.gz
track master of chefspec for fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock46
2 files changed, 27 insertions, 21 deletions
diff --git a/Gemfile b/Gemfile
index 773f2240af..c6145a6c5f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,7 @@ group(:integration) do
gem "chef-provisioning-aws"
gem "chef-rewind"
gem "chef-sugar"
- gem "chefspec"
+ gem "chefspec", github: "sethvargo/chefspec", branch: "master"
gem "halite"
gem "poise"
gem "knife-windows"
diff --git a/Gemfile.lock b/Gemfile.lock
index 9609090340..c61c17abdd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,20 @@
GIT
+ remote: git://github.com/sethvargo/chefspec.git
+ revision: b8754bdbdffc26e2744dcb5d18fd5ee5e82a703a
+ branch: master
+ specs:
+ chefspec (4.7.0)
+ chef (>= 12.0)
+ fauxhai (~> 3.6)
+ rspec (~> 3.0)
+
+GIT
remote: https://github.com/chef/chefstyle.git
- revision: 0f9d895058964f3a14b439bd3216c0785219459f
+ revision: c36dcbd6c2c21d2e19db77d9fbdf2402d0bacccf
branch: master
specs:
- chefstyle (0.3.1)
- rubocop (= 0.39.0)
+ chefstyle (0.4.0)
+ rubocop (= 0.42.0)
GIT
remote: https://github.com/rubysec/bundler-audit.git
@@ -101,12 +111,12 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.3.3)
ast (2.3.0)
- aws-sdk (2.5.3)
- aws-sdk-resources (= 2.5.3)
- aws-sdk-core (2.5.3)
+ aws-sdk (2.5.5)
+ aws-sdk-resources (= 2.5.5)
+ aws-sdk-core (2.5.5)
jmespath (~> 1.0)
- aws-sdk-resources (2.5.3)
- aws-sdk-core (= 2.5.3)
+ aws-sdk-resources (2.5.5)
+ aws-sdk-core (= 2.5.5)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
@@ -143,10 +153,6 @@ GEM
cheffish (3.0.0)
chef-zero (~> 4.3)
net-ssh
- chefspec (4.7.0)
- chef (>= 11.14)
- fauxhai (~> 3.2)
- rspec (~> 3.0)
coderay (1.1.1)
colorize (0.8.1)
cucumber-core (1.5.0)
@@ -171,7 +177,7 @@ GEM
ffi
ffi-yajl (2.3.0)
libyajl2 (~> 1.2)
- foodcritic (7.0.1)
+ foodcritic (7.1.0)
cucumber-core (>= 1.3)
erubis
nokogiri (>= 1.5, < 2.0)
@@ -209,7 +215,7 @@ GEM
thor
hashie (3.4.4)
highline (1.7.8)
- httpclient (2.8.1)
+ httpclient (2.8.2.2)
inifile (3.0.0)
iniparse (1.4.2)
ipaddress (0.8.3)
@@ -279,14 +285,14 @@ GEM
rack (>= 1.2, < 3)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
- ohai (8.19.1)
+ ohai (8.19.2)
chef-config (>= 12.5.0.alpha.1, < 13)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
ipaddress
mixlib-cli
mixlib-config (~> 2.0)
- mixlib-log
+ mixlib-log (>= 1.7.1, < 2.0)
mixlib-shellout (~> 2.0)
plist (~> 3.1)
systemu (~> 2.6.4)
@@ -340,8 +346,8 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (0.39.0)
- parser (>= 2.3.0.7, < 3.0)
+ rubocop (0.42.0)
+ parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
@@ -366,7 +372,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
- specinfra (2.60.4)
+ specinfra (2.61.1)
net-scp
net-ssh (>= 2.7, < 4.0)
net-telnet
@@ -443,7 +449,7 @@ DEPENDENCIES
chef-rewind
chef-sugar
cheffish
- chefspec
+ chefspec!
chefstyle!
foodcritic
github_changelog_generator