1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

scrub_rb if RUBY_VERSION < 2.1 (#2234)

This commit is contained in:
Abel Coronado 2018-06-29 10:23:50 +02:00 committed by Tino Vázquez
parent 108f997d95
commit ec09b65412

View File

@ -18,6 +18,10 @@ if RUBY_VERSION >= '2.4.0'
gem 'xmlrpc'
end
if RUBY_VERSION < '2.1'
gem 'scrub_rb'
end
gem 'sqlite3' # quota, onedb
gem 'treetop', '>= 1.6.3' # oneflow
gem 'sequel' # quota, oneb