diff --git a/Gemfile b/Gemfile index 112414f..56952b5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ source 'https://rubygems.org' +group :cicd do + gem 'thor', '~> 0.20.3' +end + group :vagrant do gem 'vagrant-wrapper' gem 'kitchen-vagrant'