Skip to content
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 .pdqtest/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gem 'puppet-lint', '2.3.6'
gem 'puppet-syntax', '2.4.1'
gem 'puppetlabs_spec_helper', '2.11.0'
gem 'rake', '12.3.1'
gem 'puppet', '6.0.2'
gem 'puppet', '6.25.1'
21 changes: 12 additions & 9 deletions .pdqtest/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
colored (1.2)
concurrent-ruby (1.1.9)
cri (2.6.1)
colored (~> 1.2)
deep_merge (1.2.1)
Expand All @@ -25,8 +26,8 @@ GEM
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2, < 3.3.0)
locale
hiera (3.6.0)
hocon (1.3.0)
hiera (3.7.0)
hocon (1.3.1)
httpclient (2.8.3)
little-plugger (1.1.4)
locale (2.1.3)
Expand All @@ -36,7 +37,7 @@ GEM
multi_json (~> 1.10)
minitar (0.6.1)
mocha (1.11.2)
multi_json (1.14.1)
multi_json (1.15.0)
multipart-post (2.1.1)
nesty (1.0.2)
pdqtest (2.0.5)
Expand All @@ -48,17 +49,19 @@ GEM
r10k (= 2.6.4)
rake (= 12.3.1)
thor (~> 0.19)
puppet (6.0.2)
facter (> 2.0.1, < 4)
fast_gettext (~> 1.1.2)
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.6)
puppet-resource_api (1.8.12)
puppet-resource_api (1.8.14)
hocon (>= 1.0)
puppet-strings (2.1.0)
rgen
Expand Down Expand Up @@ -100,7 +103,7 @@ GEM
rspec-puppet (2.7.8)
rspec
rspec-support (3.9.2)
semantic_puppet (1.0.2)
semantic_puppet (1.0.4)
text (1.3.1)
thor (0.20.3)
yard (0.9.24)
Expand All @@ -110,7 +113,7 @@ PLATFORMS

DEPENDENCIES
pdqtest (= 2.0.5)
puppet (= 6.0.2)
puppet (= 6.25.1)
puppet-lint (= 2.3.6)
puppet-strings (= 2.1.0)
puppet-syntax (= 2.4.1)
Expand Down