Bump rugged from 0.99.0 to 1.0.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-03 10:33:27 +00:00 committed by GitHub
parent 4338051b48
commit aadd8bdcc1
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.4'
gem 'rugged', '~> 0.99'
gem 'rugged', '~> 1.0'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end