Bump xmlrpc from 0.3.0 to 0.3.2

Bumps [xmlrpc](https://github.com/ruby/xmlrpc) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/ruby/xmlrpc/releases)
- [Changelog](https://github.com/ruby/xmlrpc/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/xmlrpc/compare/v0.3.0...v0.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-05 10:02:16 +00:00 committed by GitHub
parent d764ebf091
commit 5d60efd3b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,7 @@ group :production do
gem 'puppet', puppetversion
gem 'r10k', '~> 3.5'
gem 'rugged', '~> 1.0'
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
gem 'xmlrpc', '~> 0.3.2' if RUBY_VERSION >= '2.3'
end
group :development, :unit_tests do