forked from wied03/cookbook-gpg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
33 lines (30 loc) · 778 Bytes
/
Gemfile
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'
gem 'berkshelf'
# 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
gem 'chef'
gem 'rake', '>= 10.2'
gem 'rubocop'
gem 'foodcritic', '>= 3.0'
gem 'test-kitchen'
gem 'chefspec'
gem 'serverspec'
gem 'rspec-collection_matchers'
gem 'guard', '>= 2.6'
gem 'guard-rubocop', '>= 1.1'
gem 'guard-foodcritic', '>= 1.0.2'
gem 'mixlib-shellout'
gem 'chef-vault'
gem 'kitchen-vagrant'
gem 'thor'
gem 'knife-solo'
gem 'knife-solo_data_bag', '>=2.1.0'