-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
39 lines (32 loc) · 800 Bytes
/
Gemfile
File metadata and controls
39 lines (32 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
source 'https://rubygems.org'
gem 'chef','~>11.10.0'
gem 'berkshelf','~>2.0.0'
gem 'foodcritic'
gem 'rubocop'
# Uncomment these lines if you want to live on the Edge:
#
# group :development do
# gem "berkshelf", github: "berkshelf/berkshelf"
# gem "vagrant", github: "mitchellh/vagrant", tag: "v1.5.2"
# end
#
# group :plugins do
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf"
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus"
# end
group :development do
gem "vagrant",
git: "https://github.com/mitchellh/vagrant.git", tag:"v1.5.4"
end
group :plugins do
gem "vagrant-omnibus"
gem "vagrant-vbguest"
gem "vagrant-hostsupdater"
end
group :integration do
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'busser'
gem 'thor'
gem 'serverspec'
end