1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

B #2017: Missing xmlrpc gem on Ruby >= 2.4 (#2018)

This commit is contained in:
Vlastimil Holer 2018-04-23 19:04:01 +02:00 committed by Ruben S. Montero
parent 153580817e
commit e23c554460
2 changed files with 19 additions and 15 deletions

View File

@ -10,12 +10,16 @@ else
gem 'zendesk_api', '< 1.14.0'
end
if RUBY_VERSION < '2.4.0'
if RUBY_VERSION < '2.6.0'
gem 'rack', '< 2.0.0'
else
gem 'rack'
end
if RUBY_VERSION >= '2.4.0'
gem 'xmlrpc'
end
gem 'sqlite3' # quota, onedb
gem 'treetop', '>= 1.6.3' # oneflow
gem 'sequel' # quota, oneb

View File

@ -5,13 +5,13 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
amazon-ec2 (0.9.17)
xml-simple (>= 1.0.12)
aws-sdk (2.11.6)
aws-sdk-resources (= 2.11.6)
aws-sdk-core (2.11.6)
aws-sdk (2.11.35)
aws-sdk-resources (= 2.11.35)
aws-sdk-core (2.11.35)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.6)
aws-sdk-core (= 2.11.6)
aws-sdk-resources (2.11.35)
aws-sdk-core (= 2.11.35)
aws-sigv4 (1.0.2)
azure (0.7.10)
addressable (~> 2.3)
@ -31,30 +31,28 @@ GEM
curb (0.9.4)
daemons (1.2.6)
eventmachine (1.2.5)
faraday (0.14.0)
faraday (0.15.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
hashie (3.5.7)
inflection (1.0.0)
jmespath (1.3.1)
jmespath (1.4.0)
memcache-client (1.8.5)
mime-types (2.99.3)
mini_portile2 (2.3.0)
multipart-post (2.0.0)
mysql2 (0.4.10)
mysql2 (0.5.1)
net-ldap (0.12.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
ox (2.8.2)
ox (2.9.2)
parse-cron (0.1.4)
polyglot (0.3.5)
public_suffix (3.0.2)
rack (1.6.9)
rack-protection (1.5.4)
rack-protection (1.5.5)
rack
scrub_rb (1.0.1)
sequel (5.5.0)
sequel (5.7.1)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
@ -67,11 +65,12 @@ GEM
rack (>= 1, < 3)
thor (0.20.0)
tilt (2.0.8)
treetop (1.6.9)
treetop (1.6.10)
polyglot (~> 0.3)
trollop (2.1.2)
uuidtools (2.1.5)
xml-simple (1.1.5)
xmlrpc (0.3.0)
zendesk_api (1.13.4)
faraday (~> 0.9)
hashie (>= 1.2, < 4.0, != 3.3.0)
@ -104,6 +103,7 @@ DEPENDENCIES
treetop (>= 1.6.3)
trollop
uuidtools
xmlrpc
zendesk_api (< 1.14.0)
BUNDLED WITH