Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fixing xmlrpc gem for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwatson committed Mar 10, 2017
1 parent a604cff commit 4047504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gemfile
Expand Up @@ -10,6 +10,7 @@ group :test do
gem "puppetlabs_spec_helper"
gem 'json_pure', '< 2.0.0'
gem 'json', '< 2.0.0'
gem 'xmlrpc', :require => false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.4.0')
end

group :development do
Expand Down
2 changes: 2 additions & 0 deletions .gemfile.lock
Expand Up @@ -378,6 +378,7 @@ GEM
vagrant-wrapper (2.0.3)
websocket (1.2.3)
xml-simple (1.1.5)
xmlrpc (0.2.1)

PLATFORMS
ruby
Expand All @@ -399,6 +400,7 @@ DEPENDENCIES
travis
travis-lint
vagrant-wrapper
xmlrpc

BUNDLED WITH
1.14.6

0 comments on commit 4047504

Please sign in to comment.