Bump r10k from 2.6.7 to 3.3.3

Bumps [r10k](https://github.com/puppetlabs/r10k) from 2.6.7 to 3.3.3.
- [Release notes](https://github.com/puppetlabs/r10k/releases)
- [Changelog](https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd)
- [Commits](https://github.com/puppetlabs/r10k/compare/2.6.7...3.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-27 10:43:41 +00:00 committed by GitHub
parent 0290c0c579
commit 88e772c025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View file

@ -14,7 +14,7 @@ end
group :production do group :production do
gem 'os', '~> 1.0' gem 'os', '~> 1.0'
gem 'puppet', puppetversion gem 'puppet', puppetversion
gem 'r10k', '~> 2.5' gem 'r10k', '~> 3.3'
gem 'rugged', '~> 0.26' gem 'rugged', '~> 0.26'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3' gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end end

View file

@ -6,14 +6,13 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0) ast (2.4.0)
colored (1.2) colored (1.2)
cri (2.6.1) cri (2.15.6)
colored (~> 1.2)
diff-lcs (1.3) diff-lcs (1.3)
equatable (0.6.1) equatable (0.6.1)
facter (2.5.6) facter (2.5.6)
facter (2.5.6-universal-darwin) facter (2.5.6-universal-darwin)
CFPropertyList (~> 2.2) CFPropertyList (~> 2.2)
faraday (0.13.1) faraday (0.14.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2) faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0) faraday (>= 0.7.4, < 1.0)
@ -85,8 +84,8 @@ GEM
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-syntax (2.6.0) puppet-syntax (2.6.0)
rake rake
puppet_forge (2.2.9) puppet_forge (2.3.1)
faraday (>= 0.9.0, < 0.14.0) faraday (>= 0.9.0, < 0.15.0, != 0.13.1)
faraday_middleware (>= 0.9.0, < 0.13.0) faraday_middleware (>= 0.9.0, < 0.13.0)
gettext-setup (~> 0.11) gettext-setup (~> 0.11)
minitar minitar
@ -97,13 +96,13 @@ GEM
puppet-lint (~> 2.0) puppet-lint (~> 2.0)
puppet-syntax (~> 2.0) puppet-syntax (~> 2.0)
rspec-puppet (~> 2.0) rspec-puppet (~> 2.0)
r10k (2.6.7) r10k (3.3.3)
colored (= 1.2) colored (= 1.2)
cri (~> 2.6.1) cri (= 2.15.6)
gettext-setup (~> 0.5) gettext-setup (~> 0.24)
log4r (= 1.1.10) log4r (= 1.1.10)
multi_json (~> 1.10) multi_json (~> 1.10)
puppet_forge (~> 2.2.8) puppet_forge (~> 2.3.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (13.0.1) rake (13.0.1)
rspec (3.9.0) rspec (3.9.0)
@ -179,7 +178,7 @@ DEPENDENCIES
puppet-lint-unquoted_string-check (~> 1.0) puppet-lint-unquoted_string-check (~> 1.0)
puppet-lint-variable_contains_upcase (~> 1.2) puppet-lint-variable_contains_upcase (~> 1.2)
puppetlabs_spec_helper (~> 2.3) puppetlabs_spec_helper (~> 2.3)
r10k (~> 2.5) r10k (~> 3.3)
rspec-puppet (~> 2.6) rspec-puppet (~> 2.6)
rubocop (~> 0.78) rubocop (~> 0.78)
rugged (~> 0.26) rugged (~> 0.26)