-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (27 loc) · 822 Bytes
/
Gemfile
File metadata and controls
31 lines (27 loc) · 822 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
source 'https://rubygems.org'
gem 'rake'
gem 'puppet', '~> 3.8.0'
gem 'rspec-puppet', '~> 2.4.0'
gem 'rspec-core', '~> 3.5.0'
gem 'puppet-lint', '~> 2.0'
gem 'puppetlabs_spec_helper', '~> 1.2.2'
gem 'metadata-json-lint', '~> 0.0.11'
gem 'rspec-puppet-facts', '~> 1.7.0'
gem 'rubocop', '0.43.0'
gem 'simplecov', '~> 0.12.0'
gem 'simplecov-console', '~> 0.3.0'
gem 'colorize', '~> 0.8.0'
gem 'listen', '~> 3.0.0'
gem 'ruby_dep', '~> 1.3.0'
gem "puppet-lint-absolute_classname-check"
gem "puppet-lint-leading_zero-check"
gem "puppet-lint-trailing_comma-check"
gem "puppet-lint-version_comparison-check"
gem "puppet-lint-classes_and_types_beginning_with_digits-check"
gem "puppet-blacksmith"
gem "guard-rake"
group :test do
gem 'gitlab', '~> 3.6'
gem 'jenkins_api_client', '~> 1.4'
gem 'serverspec', '~> 2.22.0'
end