Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem 'rake'
gem 'puppet-lint'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git'
gem 'rspec-puppet-facts'
gem 'puppet', '< 5.0'
gem 'puppet', '< 7.0'
gem 'puppetlabs_spec_helper'
gem 'simplecov'
48 changes: 26 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,46 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
concurrent-ruby (1.1.9)
deep_merge (1.2.1)
diff-lcs (1.3)
docile (1.1.5)
facter (2.5.0)
CFPropertyList (~> 2.2)
facter (4.2.5)
hocon (~> 1.3)
thor (>= 1.0.1, < 2.0)
facterdb (0.3.11)
facter
jgrep
fast_gettext (1.1.0)
gettext (3.2.3)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.26)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
hiera (3.4.0)
fast_gettext (1.8.0)
hiera (3.7.0)
hocon (1.3.1)
httpclient (2.8.3)
jgrep (1.4.1)
json
json (2.1.0)
json_pure (1.8.6)
locale (2.1.2)
locale (2.1.3)
mcollective-client (2.11.0)
json
stomp
systemu
metaclass (0.0.4)
mocha (1.2.1)
metaclass (~> 0.0.1)
puppet (4.10.4)
CFPropertyList (~> 2.2.6)
facter (> 2.0, < 4)
gettext-setup (>= 0.10, < 1)
hiera (>= 2.0, < 4)
json_pure (~> 1.8)
multi_json (1.15.0)
puppet (6.25.1)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (> 2.0.1, < 5)
fast_gettext (~> 1.1)
hiera (>= 3.2.1, < 4)
httpclient (~> 2.8)
locale (~> 2.1)
multi_json (~> 1.10)
puppet-resource_api (~> 1.5)
semantic_puppet (~> 1.0)
puppet-lint (2.3.0)
puppet-resource_api (1.8.14)
hocon (>= 1.0)
puppet-syntax (2.4.1)
rake
puppetlabs_spec_helper (2.2.0)
Expand Down Expand Up @@ -72,20 +75,21 @@ GEM
mcollective-client
puppet
rspec-support (3.6.0)
semantic_puppet (1.0.4)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
stomp (1.4.4)
systemu (2.6.5)
text (1.3.1)
thor (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
puppet (< 5.0)
puppet (< 7.0)
puppet-lint
puppetlabs_spec_helper
rake
Expand Down