2016-09-09 12:38:28 +03:00
source 'https://rubygems.org'
2019-02-02 02:09:44 +03:00
if RUBY_VERSION < '2.1.0'
gem 'nokogiri' , '< 1.7'
elsif RUBY_VERSION < '2.3.0'
gem 'nokogiri' , '< 1.10'
2016-09-09 12:38:28 +03:00
else
gem 'nokogiri'
end
2019-02-02 02:09:44 +03:00
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'
2019-02-02 02:09:44 +03:00
else
gem 'public_suffix'
end
if RUBY_VERSION < '2.2.0'
gem 'rack' , '< 2.0.0' # sunstone, cloud, oneflow
2019-11-04 15:09:13 +03:00
gem 'minitest' , '< 5.12.0' # packethost
2019-02-02 02:09:44 +03:00
else
gem 'rack' # sunstone, cloud, oneflow
2016-09-09 12:38:28 +03:00
end
2018-04-23 20:04:01 +03:00
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
2019-11-04 15:09:13 +03:00
gem 'rqrcode' , '< 1.0.0' # sunstone
2019-08-18 21:33:09 +03:00
else
gem 'zendesk_api' # sunstone
2019-11-04 15:09:13 +03:00
gem 'rqrcode' # sunstone
2019-08-18 21:33:09 +03:00
end
2018-11-29 17:14:17 +03:00
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
2019-07-10 20:00:26 +03:00
gem 'rotp' # sunstone
2018-11-29 17:14:17 +03:00
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)
2019-11-04 15:09:13 +03:00
gem 'ipaddress' , '~> 0.8.3' # sunstone, oneflow