Skip to content

Commit ee24091

Browse files
Update kitchen-vagrant requirement from ~> 1.12.0 to ~> 1.14.1
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] <[email protected]>
1 parent 5c6a192 commit ee24091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313

1414
group :test do
1515
gem 'chefspec', '~> 9.3.0'
16-
gem 'kitchen-vagrant', '~> 1.12.0'
16+
gem 'kitchen-vagrant', '~> 1.14.1'
1717
gem 'safe_yaml', '~> 1.0.5'
1818
gem 'test-kitchen', '~> 3.0.0'
1919
end

0 commit comments

Comments
 (0)