From 5272b08e03e82d99d1b2f370828a7a90fae8b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:18:07 +0000 Subject: Update rubocop-performance requirement from 1.12.0 to 1.13.0 Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 30773f1f..54d229b9 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ group :development do gem "rspec-core", "~> 3.0" gem "rspec-expectations", "~> 3.0" gem "rspec-mocks", "~> 3.0" - gem "rubocop-performance", "1.12.0" + gem "rubocop-performance", "1.13.0" gem "rubocop-rspec" end -- cgit v1.2.1 From e86d186661a599703fe929497b33c5f7a3257d49 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Dec 2021 17:46:36 +0000 Subject: Bump version to 17.9.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b41b995..0ead14af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v17.9.1](https://github.com/chef/ohai/tree/v17.9.1) (2021-12-27) + +#### Merged Pull Requests +- Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index b745bcd2..d61534ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.9.0 \ No newline at end of file +17.9.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 583f586e..12249d11 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.9.0" + VERSION = "17.9.1" end -- cgit v1.2.1 From fc48360746fa102f1c46ed1aee82896d94a3d4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 14:17:34 +0000 Subject: Update chefstyle requirement from 2.1.3 to 2.2.0 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 54d229b9..bb118f37 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "ch # NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local group :development do - gem "chefstyle", "2.1.3" + gem "chefstyle", "2.2.0" gem "ipaddr_extensions" gem "rake", ">= 10.1.0" gem "rspec-collection_matchers", "~> 1.0" -- cgit v1.2.1 From bddccd3bb3b3ce79c48ee9a05d1bb4488938bfc5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 6 Jan 2022 15:40:46 +0000 Subject: Bump version to 17.9.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ead14af..71bf86ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.9.1](https://github.com/chef/ohai/tree/v17.9.1) (2021-12-27) + +## [v17.9.2](https://github.com/chef/ohai/tree/v17.9.2) (2022-01-06) #### Merged Pull Requests -- Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Update chefstyle requirement from 2.1.3 to 2.2.0 [#1725](https://github.com/chef/ohai/pull/1725) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update chefstyle requirement from 2.1.3 to 2.2.0 [#1725](https://github.com/chef/ohai/pull/1725) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update rubocop-performance requirement from 1.12.0 to 1.13.0 [#1723](https://github.com/chef/ohai/pull/1723) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index d61534ca..2f628a59 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.9.1 \ No newline at end of file +17.9.2 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 12249d11..d9e088a7 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "17.9.1" + VERSION = "17.9.2" end -- cgit v1.2.1