summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 03c8fd992c5619d2494a2b90dad0836b9ef4db47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source "https://rubygems.org"

gemspec

group :development_extras do
  gem "chefstyle"
  gem "reek"
  gem "test-kitchen", "~> 2.5"
  gem "kitchen-digitalocean"
  gem "kitchen-ec2"
  gem "kitchen-vagrant"
end

platforms :rbx do
  gem "racc"
  gem "rubysl", "~> 2.0"
  gem "psych"
end