From 0f81a3428a1080da5ac77527cd9fd8329f2c0914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 10:01:36 +0000 Subject: [PATCH] Bump xmlrpc from 0.3.0 to 0.3.1 Bumps [xmlrpc](https://github.com/ruby/xmlrpc) from 0.3.0 to 0.3.1. - [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.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 46428ed..5f618ec 100644 --- a/Gemfile +++ b/Gemfile @@ -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.1' if RUBY_VERSION >= '2.3' end group :development, :unit_tests do diff --git a/Gemfile.lock b/Gemfile.lock index 32ede46..defdc65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM tty-screen (0.8.0) unicode-display_width (1.7.0) wisper (2.0.1) - xmlrpc (0.3.0) + xmlrpc (0.3.1) yamllint (0.0.9) trollop (~> 2) @@ -210,7 +210,7 @@ DEPENDENCIES tty-command (~> 0.6) tty-file (~> 0.9) tty-prompt (~> 0.21) - xmlrpc (~> 0.3.0) + xmlrpc (~> 0.3.1) yamllint (~> 0.0.9) BUNDLED WITH