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:
parent
108f997d95
commit
ec09b65412
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user