summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-13 05:23:17 +0000
committerGitHub <noreply@github.com>2020-07-13 05:23:17 +0000
commit48057322cd76c4c1312eb891ede48dfd68f18dfc (patch)
tree92c90bd38d43b7f60e4b27ee228440f7372e2ac4
parent5930a42ec648ecdb8294888629de7b3bdf02bf00 (diff)
downloadlibyajl2-gem-48057322cd76c4c1312eb891ede48dfd68f18dfc.tar.gz
Update test-kitchen requirement from ~> 1.2 to ~> 2.5
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/master/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v1.2.0...v2.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ae91501..03c8fd9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec
group :development_extras do
gem "chefstyle"
gem "reek"
- gem "test-kitchen", "~> 1.2"
+ gem "test-kitchen", "~> 2.5"
gem "kitchen-digitalocean"
gem "kitchen-ec2"
gem "kitchen-vagrant"