Skip to content

Bump puppet from 3.6.1 to 6.13.0 in /tests/integration/modules/stdlib #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
37 changes: 24 additions & 13 deletions tests/integration/modules/stdlib/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
CFPropertyList (2.3.6)
addressable (2.3.6)
archive-tar-minitar (0.5.2)
autoparse (0.3.3)
Expand Down Expand Up @@ -36,6 +36,8 @@ GEM
thor
builder (3.2.2)
coderay (1.1.0)
concurrent-ruby (1.1.8)
deep_merge (1.2.1)
diff-lcs (1.2.5)
docile (1.1.3)
docker-api (1.11.0)
Expand All @@ -44,10 +46,10 @@ GEM
json
excon (0.34.0)
extlib (0.9.16)
facter (2.0.1)
CFPropertyList (~> 2.2.6)
facter (2.5.7)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fast_gettext (1.8.0)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.11.1)
Expand All @@ -72,15 +74,16 @@ GEM
retriable (>= 1.4)
signet (>= 0.5.0)
uuidtools (>= 2.1.0)
hiera (1.3.3)
json_pure
hiera (3.7.0)
highline (1.6.21)
hocon (1.3.1)
httpclient (2.8.3)
inifile (2.0.2)
json (1.8.1)
json_pure (1.8.1)
jwt (1.0.0)
launchy (2.4.2)
addressable (~> 2.3)
locale (2.1.3)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
Expand All @@ -97,12 +100,20 @@ GEM
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
puppet (3.6.1)
facter (> 1.6, < 3)
hiera (~> 1.0)
json_pure
rgen (~> 0.6.5)
puppet (6.13.0)
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 (0.3.2)
puppet-resource_api (1.8.13)
hocon (>= 1.0)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
rake
Expand All @@ -114,7 +125,6 @@ GEM
nokogiri (>= 1.4.1)
trollop
retriable (1.4.1)
rgen (0.6.6)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
Expand All @@ -126,6 +136,7 @@ GEM
rspec-puppet (1.0.1)
rspec
ruby-hmac (0.4.0)
semantic_puppet (1.0.3)
serverspec (1.7.0)
highline
net-ssh
Expand Down Expand Up @@ -155,7 +166,7 @@ PLATFORMS

DEPENDENCIES
beaker
beaker-rspec (= 2.2.4)
beaker-rspec
pry
puppet
puppet-lint
Expand Down