Bump r10k from 3.4.1 to 3.5.0

Bumps [r10k](https://github.com/puppetlabs/r10k) from 3.4.1 to 3.5.0.
- [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/3.4.1...3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 10:33:09 +00:00 committed by GitHub
parent 6f00c7b9f3
commit 3bb9247834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

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