Bump version to 4.24.15 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-16 15:46:11 +00:00
parent f511aaeba5
commit c4f7b7d65e
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.24.14 -->
## [v4.24.14](https://github.com/inspec/inspec/tree/v4.24.14) (2020-12-16)
<!-- latest_release 4.24.15 -->
## [v4.24.15](https://github.com/inspec/inspec/tree/v4.24.15) (2020-12-16)
#### Merged Pull Requests
- Update hashie requirement from ~&gt; 3.4 to &gt;= 3.4, &lt; 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Update tomlrb requirement from ~&gt; 1.2.0 to &gt;= 1.2, &lt; 2.1 [#5350](https://github.com/inspec/inspec/pull/5350) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release
#### Merged Pull Requests
- Update tomlrb requirement from ~&gt; 1.2.0 to &gt;= 1.2, &lt; 2.1 [#5350](https://github.com/inspec/inspec/pull/5350) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.15 -->
- Update hashie requirement from ~&gt; 3.4 to &gt;= 3.4, &lt; 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.14 -->
- Remove &#39;integration&#39; group from Gemfile [#5341](https://github.com/inspec/inspec/pull/5341) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.13 -->
- Accept arrays in parse_config&#39;s method_missing [#5252](https://github.com/inspec/inspec/pull/5252) ([rgeissert](https://github.com/rgeissert)) <!-- 4.24.12 -->

View file

@ -1 +1 @@
4.24.14
4.24.15

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.24.14".freeze
VERSION = "4.24.15".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.14".freeze
VERSION = "4.24.15".freeze
end