Install the latest nodejs from source
This commit is contained in:
20
cookbooks/nodejs/Gemfile
Normal file
20
cookbooks/nodejs/Gemfile
Normal file
@@ -0,0 +1,20 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rake'
|
||||
gem 'stove'
|
||||
|
||||
group :lint do
|
||||
gem 'foodcritic', '~> 8.1'
|
||||
gem 'cookstyle'
|
||||
end
|
||||
|
||||
group :unit do
|
||||
gem 'berkshelf', '~> 5.1'
|
||||
gem 'chefspec', '~> 5.2'
|
||||
end
|
||||
|
||||
group :kitchen do
|
||||
gem 'test-kitchen', '~> 1.13'
|
||||
gem 'kitchen-vagrant', '~> 0.20'
|
||||
gem 'kitchen-inspec', '~> 0.15'
|
||||
end
|
||||
Reference in New Issue
Block a user