Bump r10k from 3.5.1 to 3.9.3

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

---
updated-dependencies:
- dependency-name: r10k
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 10:03:23 +00:00 committed by GitHub
parent 765c66be5a
commit 72a0ddd0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

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