1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00
one/share/install_gems/Gemfile

75 lines
2.4 KiB
Ruby
Raw Normal View History

source 'https://rubygems.org'
if RUBY_VERSION < '2.1.0'
gem 'nokogiri', '< 1.7'
elsif RUBY_VERSION < '2.3.0'
gem 'nokogiri', '< 1.10'
else
gem 'nokogiri'
end
if RUBY_VERSION < '2.0.0'
gem 'net-ldap', '< 0.13' # auth
gem 'mysql2', '< 0.5.0' # onedb
gem 'mime-types', '< 3.0' # hybrid (azure)
else
gem 'net-ldap' # auth
gem 'mysql2' # onedb
end
if RUBY_VERSION < '2.0.0'
gem 'public_suffix', '< 1.5.0'
elsif RUBY_VERSION < '2.1.0'
2018-04-30 16:13:46 +03:00
gem 'public_suffix', '< 3.0.0'
else
gem 'public_suffix'
end
if RUBY_VERSION < '2.2.0'
gem 'rack', '< 2.0.0' # sunstone, cloud, oneflow
gem 'minitest', '< 5.12.0' # packethost
else
gem 'rack' # sunstone, cloud, oneflow
end
if RUBY_VERSION >= '2.4.0'
gem 'xmlrpc'
end
2018-06-29 11:23:50 +03:00
if RUBY_VERSION < '2.1'
gem 'scrub_rb'
end
2019-08-18 21:33:09 +03:00
if RUBY_VERSION < '2.3'
gem 'zendesk_api', '< 1.17.0' # sunstone
gem 'rqrcode', '< 1.0.0' # sunstone
2019-08-18 21:33:09 +03:00
else
gem 'zendesk_api' # sunstone
gem 'rqrcode' # sunstone
2019-08-18 21:33:09 +03:00
end
gem 'sqlite3' # quota, onedb
gem 'treetop', '>= 1.6.3' # oneflow
gem 'sequel' # quota, oneb
gem 'sinatra' # sunstone, cloud, oneflow
gem 'thin' # sunstone, cloud
gem 'memcache-client' # sunstone
gem 'rotp' # sunstone
gem 'amazon-ec2' # cloud
gem 'uuidtools' # cloud
gem 'curb' # cloud
gem 'configparser' # hybrid
gem 'azure' # hybrid
gem 'builder' # vmware
gem 'trollop' # vmware
gem 'parse-cron' # oneflow
gem 'aws-sdk', '~> 2.5' # ec2_hybrid
gem 'ox' # oca
gem 'highline', '~> 1.7' # oneprovision
gem 'faraday', '~> 0.15' # packethost
gem 'faraday_middleware', '~> 0.12' # packethost
gem 'activesupport', '~> 4.2' # packethost
gem 'i18n', '~> 0.9' # packethost
2019-08-27 14:53:10 +03:00
gem 'ffi-rzmq', '~> 2.0.7' # onehem (hooks)
gem 'ipaddress', '~> 0.8.3' # sunstone, oneflow