Skip to content

Commit

Permalink
Update kitchen-vagrant requirement from ~> 1.12.0 to ~> 1.14.1
Browse files Browse the repository at this point in the history
Updates the requirements on [kitchen-vagrant](https://github.com/opscode/kitchen-vagrant) to permit the latest version.
- [Release notes](https://github.com/opscode/kitchen-vagrant/releases)
- [Changelog](https://github.com/test-kitchen/kitchen-vagrant/blob/main/CHANGELOG.md)
- [Commits](test-kitchen/kitchen-vagrant@v1.12.0...v1.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 5c6a192 commit ee24091
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 @@ -13,7 +13,7 @@ end

group :test do
gem 'chefspec', '~> 9.3.0'
gem 'kitchen-vagrant', '~> 1.12.0'
gem 'kitchen-vagrant', '~> 1.14.1'
gem 'safe_yaml', '~> 1.0.5'
gem 'test-kitchen', '~> 3.0.0'
end
Expand Down

0 comments on commit ee24091

Please sign in to comment.