Gemfile 157 B

123456789
  1. source 'https://rubygems.org'
  2. group :development do
  3. gem 'test-kitchen'
  4. gem 'kitchen-vagrant'
  5. gem 'kitchen-ansiblepush'
  6. gem 'kitchen-localhost'
  7. end