Skip to content

Commit

Permalink
Update test-kitchen requirement from ~> 3.0.0 to ~> 3.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [test-kitchen](https://github.com/test-kitchen/test-kitchen) to permit the latest version.
- [Release notes](https://github.com/test-kitchen/test-kitchen/releases)
- [Changelog](https://github.com/test-kitchen/test-kitchen/blob/main/CHANGELOG.md)
- [Commits](test-kitchen/test-kitchen@v3.0.0...v3.5.0)

---
updated-dependencies:
- dependency-name: test-kitchen
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 14a2b11 commit ff7d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :test do
gem 'chefspec', '~> 9.3.0'
gem 'kitchen-vagrant', '~> 1.12.0'
gem 'safe_yaml', '~> 1.0.5'
gem 'test-kitchen', '~> 3.0.0'
gem 'test-kitchen', '~> 3.5.0'
end

group :aws do
Expand Down

0 comments on commit ff7d4b8

Please sign in to comment.