summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index a1cd1bbe48..c02cb35c92 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -17,10 +17,7 @@ group :development do
gem "ohai", "~> 14.0"
# Use Test Kitchen with Vagrant for converging the build environment
- gem "test-kitchen", "~> 1.21"
- gem "kitchen-vagrant", "~> 1.3.1"
+ gem "test-kitchen", ">= 1.23"
+ gem "kitchen-vagrant", ">= 1.3.1"
gem "winrm-fs", "~> 1.0"
- gem "pry"
- gem "pry-byebug"
- gem "pry-stack_explorer"
end