1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00
one/share/install_gems/CentOS8/Gemfile.lock
Jan Orel 792f3042a7
F #1203: Refactor Azure driver, use new SDK (#4198)
* Refactor Azure driver, use new SDK
* Azure driver: sec group, prox. group, avail
* Azure driver: Include also private ip address

Co-authored-by: Tino Vázquez <cvazquez@opennebula.systems>
2020-02-20 16:02:55 +01:00

185 lines
4.0 KiB
Plaintext

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amazon-ec2 (0.9.17)
xml-simple (>= 1.0.12)
augeas (0.6.4)
aws-eventstream (1.0.3)
aws-sdk (2.11.446)
aws-sdk-resources (= 2.11.446)
aws-sdk-core (2.11.446)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.446)
aws-sdk-core (= 2.11.446)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
azure_mgmt_compute (0.19.0)
ms_rest_azure (~> 0.11.1)
azure_mgmt_monitor (0.17.5)
ms_rest_azure (~> 0.11.1)
azure_mgmt_network (0.23.0)
ms_rest_azure (~> 0.11.1)
azure_mgmt_resources (0.17.8)
ms_rest_azure (~> 0.11.1)
azure_mgmt_storage (0.19.2)
ms_rest_azure (~> 0.11.1)
builder (3.2.4)
chunky_png (1.3.11)
concurrent-ruby (1.1.6)
configparser (0.1.7)
curb (0.9.10)
daemons (1.3.1)
dalli (2.7.10)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
eventmachine (1.2.7)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
ffi (1.12.2)
ffi-rzmq (2.0.7)
ffi-rzmq-core (>= 1.0.7)
ffi-rzmq-core (1.0.7)
ffi
hashie (3.6.0)
highline (1.7.10)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inflection (1.0.0)
ipaddress (0.8.3)
jmespath (1.4.0)
json (2.3.0)
memcache-client (1.8.5)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
minitest (5.14.0)
ms_rest (0.7.5)
concurrent-ruby (~> 1.0)
faraday (~> 0.9)
timeliness (~> 0.3.10)
ms_rest_azure (0.11.1)
concurrent-ruby (~> 1.0)
faraday (~> 0.9)
faraday-cookie_jar (~> 0.0.6)
ms_rest (~> 0.7.4)
unf_ext (= 0.0.7.2)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3)
net-ldap (0.16.2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
optimist (3.0.0)
ox (2.13.2)
parse-cron (0.1.4)
polyglot (0.3.5)
public_suffix (4.0.3)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
rbvmomi (2.2.0)
builder (~> 3.0)
json (>= 1.8)
nokogiri (~> 1.5)
optimist (~> 3.0)
rotp (5.1.0)
addressable (~> 2.5)
rqrcode (1.1.2)
chunky_png (~> 1.0)
rqrcode_core (~> 0.1)
rqrcode_core (0.1.1)
ruby2_keywords (0.0.2)
sequel (5.29.0)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
sqlite3 (1.4.2)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.10)
timeliness (0.3.10)
treetop (1.6.10)
polyglot (~> 0.3)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
uuidtools (2.1.5)
xml-simple (1.1.5)
xmlrpc (0.3.0)
zendesk_api (1.24.0)
faraday (>= 0.9.0, < 1.0.0)
hashie (>= 3.5.2, < 4.0.0)
inflection
mime-types
multipart-post (~> 2.0)
PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 4.2)
amazon-ec2
augeas (~> 0.6)
aws-sdk (~> 2.5)
azure_mgmt_compute
azure_mgmt_monitor
azure_mgmt_network
azure_mgmt_resources
azure_mgmt_storage
configparser
curb
dalli
faraday (~> 0.15)
faraday_middleware (~> 0.12)
ffi-rzmq (~> 2.0.7)
highline (~> 1.7)
i18n (~> 0.9)
ipaddress (~> 0.8.3)
json
memcache-client
mysql2
net-ldap
nokogiri
ox
parse-cron
public_suffix
rack
rbvmomi (~> 2.2.0)
rotp
rqrcode
sequel
sinatra
sqlite3
thin
treetop (>= 1.6.3)
uuidtools
xmlrpc
zendesk_api
BUNDLED WITH
1.17.3