summaryrefslogtreecommitdiff
path: root/Gemfile
blob: ae91501cc4af9f352c153b27c3a1ad252326f7b1 (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", "~> 1.2"
  gem "kitchen-digitalocean"
  gem "kitchen-ec2"
  gem "kitchen-vagrant"
end

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