Bump rugged from 1.0.1 to 1.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-14 10:01:40 +00:00 committed by GitHub
parent 95af07474f
commit 3270dadaca
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.5'
gem 'rugged', '~> 1.0'
gem 'rugged', '~> 1.1'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
end

View file

@ -152,7 +152,7 @@ GEM
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
rugged (1.0.1)
rugged (1.1.0)
semantic_puppet (1.0.2)
spdx-licenses (1.2.0)
text (1.3.1)
@ -206,7 +206,7 @@ DEPENDENCIES
r10k (~> 3.5)
rspec-puppet (~> 2.6)
rubocop (~> 0.87)
rugged (~> 1.0)
rugged (~> 1.1)
tty-command (~> 0.6)
tty-file (~> 0.9)
tty-prompt (~> 0.21)