Skip to content

Commit

Permalink
track master of chefspec for fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Aug 19, 2016
1 parent f769d7e commit 14246cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
46 changes: 26 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -443,7 +449,7 @@ DEPENDENCIES
chef-rewind
chef-sugar
cheffish
chefspec
chefspec!
chefstyle!
foodcritic
github_changelog_generator
Expand Down

0 comments on commit 14246cc

Please sign in to comment.