Skip to content

Commit

Permalink
Bump inspec to latest version (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-vaughan authored and op-ct committed Oct 10, 2019
1 parent 4dd888f commit f4b73fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.16.2 / 2019-10-10
* Pull latest inspec package now that the upstream bug is fixed

### 1.16.1 / 2019-09-25
* Remove debugging pry that was accidentally left in

Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Inspec
# The name of the profile against which to run
#
def initialize(sut, profile)
@inspec_version = ENV['BEAKER_inspec_version'] || '4.16.14'
@inspec_version = ENV['BEAKER_inspec_version'] || 'latest'

@sut = sut

Expand Down
2 changes: 1 addition & 1 deletion lib/simp/beaker_helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Simp; end

module Simp::BeakerHelpers
VERSION = '1.16.1'
VERSION = '1.16.2'
end

0 comments on commit f4b73fc

Please sign in to comment.