forked from michaelklishin/cassandra-chef-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gemfile
45 lines (38 loc) · 950 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
39
40
41
42
43
44
45
source 'https://rubygems.org'
gem 'buff-extensions', '2.0.0'
gem 'listen', '3.1.5'
gem 'ruby_dep', '1.5.0'
gem 'berkshelf'
gem 'chefspec'
gem 'foodcritic'
gem 'rake'
gem 'rubocop', '= 0.49.0'
gem 'nokogiri', '= 1.6.8.1'
group :integration do
gem 'guard', '~> 2.6'
gem 'guard-foodcritic', '~> 2.1.0'
gem 'guard-rspec', '~> 4.2'
gem 'kitchen-docker'
gem 'kitchen-vagrant'
gem 'test-kitchen'
end
group :test do
gem 'coveralls', require: false
end
group :development do
gem 'chef', '~> 12.21.1'
gem 'knife-spec'
gem 'knife-spork', '~> 1.0.17'
gem 'stove'
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