forked from voxpupuli/puppet-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (27 loc) · 643 Bytes
/
Gemfile
File metadata and controls
32 lines (27 loc) · 643 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
source "https://rubygems.org"
group :development do
gem "beaker", "> 2.0.0"
gem "beaker-rspec", ">= 5.1.0"
gem "beaker-puppet_install_helper"
gem "beaker-module_install_helper"
gem "pry"
gem "puppet-blacksmith"
gem "serverspec"
gem "vagrant-wrapper"
end
group :test do
# Pin for 1.9.3 compatibility for now
gem "json", '~> 1.8.3'
gem "json_pure", '~> 1.8.3'
gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 4.0'
gem "puppet-lint"
gem "rspec"
gem "rspec-core"
gem "rspec-puppet"
gem "puppet-syntax"
gem "puppetlabs_spec_helper"
gem "hiera"
gem "webmock", "~> 2.3.0"
gem "public_suffix"
end