forked from michaelklishin/cassandra-chef-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
38 lines (33 loc) · 853 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
34
35
36
37
38
source 'https://rubygems.org'
gem 'rake'
gem 'berkshelf'
gem 'chefspec'
gem 'foodcritic', :github => 'acrmp/foodcritic', :branch => 'master'
gem 'rubocop'
gem 'dep_selector', '1.0.3'
group :integration do
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'guard', '~> 2.6'
gem 'guard-rspec', '~> 4.2'
gem 'guard-foodcritic', '~> 1.0.3'
end
group :test do
gem 'coveralls', require: false
end
group :development do
gem 'chef'
gem 'knife-spork', '~> 1.0.17'
gem 'knife-spec'
end
# 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