forked from digitalRoots/firefox-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (28 loc) · 681 Bytes
/
Gemfile
File metadata and controls
33 lines (28 loc) · 681 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
source 'https://rubygems.org'
# 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.6.3"
# end
#
# group :plugins do
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf"
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus"
# end
group :lint do
gem 'foodcritic', '~> 4.0'
gem 'rubocop'
end
group :unit do
gem 'berkshelf', '~> 3.2'
gem 'chefspec', '~> 4.3'
end
group :kitchen do
gem 'test-kitchen', '~> 1.4'
gem 'kitchen-vagrant', '~> 0.18'
end
# group :os do
# gem 'winrm-transport'
# gem 'dmg'
# end