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
33 lines (28 loc) · 687 Bytes
/
Gemfile
File metadata and controls
33 lines (28 loc) · 687 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"
group :development do
gem "beaker", "> 2.0.0"
gem "beaker-rspec", ">= 5.1.0"
gem "beaker-puppet_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'] || '~> 3.8.4'
gem "puppet-lint"
gem "rspec"
gem "rspec-core"
gem "rspec-puppet"
gem "puppet-syntax"
gem "puppetlabs_spec_helper"
gem "hiera"
gem "hiera-puppet-helper"
gem "webmock", "~> 2.3.0"
#pin for 1.9.3 compatability for now
gem "public_suffix", '~> 1.4.6'
end