summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
blob: 88569aea6634173ef261e5ac912823d23ebfcff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "https://rubygems.org"

group :end_to_end do
  gem 'berkshelf'
  # Once merged into test-kitchen/test-kitchen:master we can remove
  # this and replace it with
  # gem 'test-kitchen', :github => 'test-kitchen/test-kitchen'
  # until the next test-kitchen gem release.
  gem 'test-kitchen', :github => 'mcquin/test-kitchen',
                      :branch => 'mcquin/install_chef_from_github'

  gem 'kitchen-vagrant' # Used for local testing
  gem 'kitchen-ec2'     # Used for remote (Travis) testing
  gem 'ffi-yajl', '~> 1.1' # Go away, JSON gem
end