Skip to content

Commit

Permalink
bump inspec version to 0.34.0 to fix issue chef-boneyard#94
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascate committed Sep 13, 2016
1 parent caf1d0c commit 5858049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
default['audit']['fail_if_any_audits_failed'] = false

# inspec gem version to install(e.g. '0.22.1') or 'latest'
default['audit']['inspec_version'] = '0.27.1'
default['audit']['inspec_version'] = '0.34.0'

# by default run audit every time
default['audit']['interval']['enabled'] = false
Expand Down

0 comments on commit 5858049

Please sign in to comment.