Arquivos
nodejs/Gemfile
T
Guilhem Lettron 1fc1b5656b Add 'stove' tool
2014-07-30 13:01:11 +02:00

16 linhas
259 B
Ruby

source 'https://rubygems.org'
gem 'rake'
gem 'berkshelf', '~> 3.1.4'
gem 'stove'
group :test do
gem 'foodcritic', '~> 4.0.0'
gem 'rubocop', '~> 0.24.1'
end
group :integration do
gem 'test-kitchen', '~> 1.2.1'
gem 'kitchen-vagrant', '~> 0.15.0'
end