mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
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:
parent
d764ebf091
commit
5d60efd3b8
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
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.2' if RUBY_VERSION >= '2.3'
|
||||
end
|
||||
|
||||
group :development, :unit_tests do
|
||||
|
|
|
|||
|
|
@ -176,8 +176,10 @@ GEM
|
|||
wisper (~> 2.0.0)
|
||||
tty-screen (0.8.0)
|
||||
unicode-display_width (1.7.0)
|
||||
webrick (1.7.0)
|
||||
wisper (2.0.1)
|
||||
xmlrpc (0.3.0)
|
||||
xmlrpc (0.3.2)
|
||||
webrick
|
||||
yamllint (0.0.9)
|
||||
trollop (~> 2)
|
||||
|
||||
|
|
@ -210,7 +212,7 @@ DEPENDENCIES
|
|||
tty-command (~> 0.6)
|
||||
tty-file (~> 0.9)
|
||||
tty-prompt (~> 0.21)
|
||||
xmlrpc (~> 0.3.0)
|
||||
xmlrpc (~> 0.3.2)
|
||||
yamllint (~> 0.0.9)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue