1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5517: Add Gemfile.lock for Ubuntu 17.10

This commit is contained in:
Vlastimil Holer 2017-10-30 17:58:14 +01:00 committed by Jaime Melis
parent 54f1f6bade
commit 4a47fbed3f

View File

@ -0,0 +1,110 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
amazon-ec2 (0.9.17)
xml-simple (>= 1.0.12)
aws-sdk (2.10.74)
aws-sdk-resources (= 2.10.74)
aws-sdk-core (2.10.74)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.10.74)
aws-sdk-core (= 2.10.74)
aws-sigv4 (1.0.2)
azure (0.7.10)
addressable (~> 2.3)
azure-core (~> 0.1)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
mime-types (>= 1, < 4.0)
nokogiri (~> 1.6)
systemu (~> 2.6)
thor (~> 0.19)
azure-core (0.1.12)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6)
builder (3.2.3)
configparser (0.1.7)
curb (0.9.4)
daemons (1.2.5)
eventmachine (1.2.5)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
hashie (3.5.6)
inflection (1.0.0)
jmespath (1.3.1)
memcache-client (1.8.5)
mime-types (2.99.3)
mini_portile2 (2.3.0)
multipart-post (2.0.0)
mysql2 (0.4.9)
net-ldap (0.12.1)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
ox (2.8.1)
parse-cron (0.1.4)
polyglot (0.3.5)
public_suffix (3.0.0)
rack (1.6.8)
rack-protection (1.5.3)
rack
scrub_rb (1.0.1)
sequel (5.2.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sqlite3 (1.3.13)
systemu (2.6.5)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.0)
tilt (2.0.8)
treetop (1.6.8)
polyglot (~> 0.3)
trollop (2.1.2)
uuidtools (2.1.5)
xml-simple (1.1.5)
zendesk_api (1.13.4)
faraday (~> 0.9)
hashie (>= 1.2, < 4.0, != 3.3.0)
inflection
mime-types (~> 2.99)
multipart-post (~> 2.0)
scrub_rb (~> 1.0.1)
PLATFORMS
ruby
DEPENDENCIES
amazon-ec2
aws-sdk (~> 2.5)
azure
builder
configparser
curb
memcache-client
mysql2
net-ldap (< 0.13)
nokogiri
ox
parse-cron
rack (< 2.0.0)
sequel
sinatra
sqlite3
thin
treetop (>= 1.6.3)
trollop
uuidtools
zendesk_api (< 1.14.0)
BUNDLED WITH
1.15.4