Bump rugged from 1.4.3 to 1.5.0.1

Bumps [rugged](https://github.com/libgit2/rugged) from 1.4.3 to 1.5.0.1.
- [Release notes](https://github.com/libgit2/rugged/releases)
- [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libgit2/rugged/compare/v1.4.3...v1.5.0.1)

---
updated-dependencies:
- dependency-name: rugged
  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] 2022-08-17 18:07:10 +00:00 committed by GitHub
parent 3f80e27353
commit f99221ff4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ group :production do
gem 'os', '~> 1.1'
gem 'puppet', puppetversion
gem 'r10k', '~> 3.15'
gem 'rugged', '~> 1.4'
gem 'rugged', '~> 1.5'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end

View file

@ -173,7 +173,7 @@ GEM
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rugged (1.4.3)
rugged (1.5.0.1)
scanf (1.0.0)
semantic_puppet (1.0.4)
spdx-licenses (1.3.0)
@ -228,7 +228,7 @@ DEPENDENCIES
r10k (~> 3.15)
rspec-puppet (~> 2.11)
rubocop (~> 1.35)
rugged (~> 1.4)
rugged (~> 1.5)
tty-command (~> 0.6)
tty-file (~> 0.9)
tty-prompt (~> 0.21)