Merge pull request #224 from genebean/dependabot/bundler/rugged-1.5.0.1

Bump rugged from 1.4.3 to 1.5.0.1
This commit is contained in:
Gene Liverman 2022-08-19 12:46:33 -04:00 committed by GitHub
commit 642a740374
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