Arquivos
nodejs/Gemfile
T
2014-03-13 14:10:02 +01:00

15 linhas
229 B
Ruby

source 'https://rubygems.org'
gem 'rake'
group :test do
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.18'
end
group :integration do
gem 'berkshelf'
gem 'test-kitchen', '~> 1.1'
gem 'kitchen-vagrant', '~> 0.13'
end