summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-04 22:43:54 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-04 22:43:54 +0000
commitca1f88cf1d6a1d56a1b89c79c3fca507db7b4b0f (patch)
tree4c72d5b96aad406fccb4f23baff250cde71292a0
parent28cf72ff166582eb1994bd69e2ada102786db822 (diff)
downloadmixlib-shellout-ca1f88cf1d6a1d56a1b89c79c3fca507db7b4b0f.tar.gz
Bump version to 3.2.7 by Chef Expeditorv3.2.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306b7d9..7ad4ed4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.2.6 -->
-## [v3.2.6](https://github.com/chef/mixlib-shellout/tree/v3.2.6) (2022-03-29)
+<!-- latest_release 3.2.7 -->
+## [v3.2.7](https://github.com/chef/mixlib-shellout/tree/v3.2.7) (2022-04-04)
#### Merged Pull Requests
-- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe))
+- Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug [#235](https://github.com/chef/mixlib-shellout/pull/235) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->
<!-- release_rollup since=3.2.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Hard Coding the gems in the gemfile to overcome a Ruby 3.1 bug [#235](https://github.com/chef/mixlib-shellout/pull/235) ([johnmccrae](https://github.com/johnmccrae)) <!-- 3.2.7 -->
- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c4a602d..6a3913b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.6 \ No newline at end of file
+3.2.7 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 8473281..aa03b18 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.6".freeze
+ VERSION = "3.2.7".freeze
end
end