Skip to content

Commit

Permalink
Merge pull request #95 from thomascate/bump_inspec_to_34
Browse files Browse the repository at this point in the history
bump inspec version to 0.34.0 to fix issue #94
  • Loading branch information
chris-rock authored Sep 13, 2016
2 parents caf1d0c + f41885f commit b4aef39
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.1'

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

0 comments on commit b4aef39

Please sign in to comment.