Bump rugged from 0.28.4.1 to 0.99.0

Bumps [rugged](https://github.com/libgit2/rugged) from 0.28.4.1 to 0.99.0.
- [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/v0.28.4.1...v0.99.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-10 10:32:24 +00:00 committed by GitHub
parent 25f75575cf
commit 8bbbf3f522
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.0' gem 'os', '~> 1.0'
gem 'puppet', puppetversion gem 'puppet', puppetversion
gem 'r10k', '~> 3.4' gem 'r10k', '~> 3.4'
gem 'rugged', '~> 0.26' gem 'rugged', '~> 0.99'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3' gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end end

View file

@ -130,7 +130,7 @@ GEM
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7) unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1) ruby-progressbar (1.10.1)
rugged (0.28.4.1) rugged (0.99.0)
semantic_puppet (1.0.2) semantic_puppet (1.0.2)
spdx-licenses (1.2.0) spdx-licenses (1.2.0)
text (1.3.1) text (1.3.1)
@ -183,7 +183,7 @@ DEPENDENCIES
r10k (~> 3.4) r10k (~> 3.4)
rspec-puppet (~> 2.6) rspec-puppet (~> 2.6)
rubocop (~> 0.79) rubocop (~> 0.79)
rugged (~> 0.26) rugged (~> 0.99)
tty-command (~> 0.6) tty-command (~> 0.6)
tty-file (~> 0.4) tty-file (~> 0.4)
tty-prompt (~> 0.21) tty-prompt (~> 0.21)