1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-01 21:17:40 +03:00

M #-: Remove pg gem and update the locks

Author: Jan Orel <jorel@opennebula.io>
This commit is contained in:
Ruben S. Montero 2024-07-17 16:19:49 +02:00
parent 033ac01567
commit 09dc730329
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
13 changed files with 348 additions and 337 deletions
share/install_gems

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -108,7 +108,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,7 +117,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.2)
@ -141,7 +141,7 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (2.2.3)
ipaddr
openssl-signature_algorithm (1.3.0)
@ -149,9 +149,9 @@ GEM
optimist (3.1.0)
ox (2.14.14)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
public_suffix (4.0.7)
racc (1.8.0)
rack (2.2.9)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (2.2.4)
mustermann (~> 2.0)
@ -186,7 +186,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -247,6 +247,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -263,7 +264,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -107,7 +107,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -115,12 +115,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -136,20 +136,20 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -163,8 +163,8 @@ GEM
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -188,7 +188,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -246,6 +246,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -262,7 +263,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack
@ -284,7 +284,7 @@ DEPENDENCIES
zendesk_api
RUBY VERSION
ruby 3.0.4p208
ruby 3.0.7p220
BUNDLED WITH
1.17.3

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -108,7 +108,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,7 +117,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.2)
@ -141,7 +141,7 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (2.2.3)
ipaddr
openssl-signature_algorithm (1.3.0)
@ -149,9 +149,9 @@ GEM
optimist (3.1.0)
ox (2.14.14)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
public_suffix (4.0.7)
racc (1.8.0)
rack (2.2.9)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (2.2.4)
mustermann (~> 2.0)
@ -186,7 +186,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -247,6 +247,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -263,7 +264,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -107,7 +107,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -115,12 +115,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -139,17 +139,17 @@ GEM
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (5.1.1)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -171,7 +171,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -185,7 +185,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -243,6 +243,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -259,7 +260,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -102,14 +102,14 @@ GEM
ffi
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.1)
fiber-storage (0.1.2)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,12 +117,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -138,20 +138,20 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -165,8 +165,8 @@ GEM
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
@ -175,7 +175,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -190,7 +190,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -248,6 +248,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -264,7 +265,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -59,7 +59,6 @@ ps = '< 3.0.0' if ruby_version < Gem::Version.new('2.1.0')
if ruby_version < Gem::Version.new('2.2.0')
rack = '< 2.0.0'
minitest = '< 5.12.0'
pg = '< 1.2.0'
end
if ruby_version < Gem::Version.new('2.3.0')
@ -71,6 +70,10 @@ if ruby_version <= Gem::Version.new('2.0.0')
gem 'multipart-post', '~> 2.1.0'
end
if rubygems_version < Gem::Version.new('3.3.21')
gem 'ffi', '< 1.17.0'
end
gem 'ffi-rzmq', '~> 2.0.7'
gem 'net-ldap'
gem 'nokogiri', nokogiri
@ -80,7 +83,6 @@ group :cli do
gem 'gnuplot'
gem 'highline', '~> 1.7'
gem 'mysql2'
gem 'pg', pg
if ruby_version < Gem::Version.new('3.0.0')
gem 'sqlite3', '<= 1.6.9'

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -108,7 +108,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,7 +117,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.2)
@ -141,7 +141,7 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (2.2.3)
ipaddr
openssl-signature_algorithm (1.3.0)
@ -149,9 +149,9 @@ GEM
optimist (3.1.0)
ox (2.14.14)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
public_suffix (4.0.7)
racc (1.8.0)
rack (2.2.9)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (2.2.4)
mustermann (~> 2.0)
@ -186,7 +186,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -247,6 +247,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -263,7 +264,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -107,7 +107,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -115,12 +115,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -136,20 +136,20 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -163,8 +163,8 @@ GEM
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -188,7 +188,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -246,6 +246,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -262,7 +263,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack
@ -284,7 +284,7 @@ DEPENDENCIES
zendesk_api
RUBY VERSION
ruby 3.0.4p208
ruby 3.0.7p220
BUNDLED WITH
1.17.3

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -108,7 +108,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,7 +117,7 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.2)
@ -141,7 +141,7 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (2.2.3)
ipaddr
openssl-signature_algorithm (1.3.0)
@ -149,9 +149,9 @@ GEM
optimist (3.1.0)
ox (2.14.14)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
public_suffix (4.0.7)
racc (1.8.0)
rack (2.2.9)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (2.2.4)
mustermann (~> 2.0)
@ -186,7 +186,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -247,6 +247,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -263,7 +264,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -107,7 +107,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -115,12 +115,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -139,17 +139,17 @@ GEM
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (5.1.1)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -171,7 +171,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -185,7 +185,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -243,6 +243,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -259,7 +260,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -107,7 +107,7 @@ GEM
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -115,12 +115,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -136,20 +136,20 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -163,8 +163,8 @@ GEM
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
@ -173,7 +173,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -188,7 +188,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -246,6 +246,7 @@ DEPENDENCIES
dalli (< 3.0)
etc
faraday_middleware (~> 1.2.0)
ffi (< 1.17.0)
ffi-rzmq (~> 2.0.7)
git (~> 1.5)
gnuplot
@ -262,7 +263,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack

View File

@ -6,8 +6,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
android_key_attestation (0.3.0)
async (1.32.1)
console (~> 1.10)
@ -17,25 +17,25 @@ GEM
async (~> 1.14)
awrence (1.2.1)
aws-eventstream (1.3.0)
aws-partitions (1.934.0)
aws-sdk-cloudwatch (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.196.1)
aws-partitions (1.956.0)
aws-sdk-cloudwatch (1.96.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.457.1)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.82.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-ec2 (1.465.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
azure_mgmt_compute (0.22.0)
@ -51,10 +51,10 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
builder (3.2.4)
builder (3.3.0)
cbor (0.5.9.8)
chunky_png (1.4.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
configparser (0.1.7)
console (1.15.3)
fiber-local
@ -95,21 +95,31 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.16.3)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi-rzmq (2.0.7)
ffi-rzmq-core (>= 1.0.7)
ffi-rzmq-core (1.0.7)
ffi
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.1)
fiber-storage (0.1.2)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
gnuplot (2.6.2)
hashie (5.0.0)
highline (1.7.10)
http-cookie (1.0.5)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -117,12 +127,12 @@ GEM
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
memcache-client (1.8.5)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
@ -138,32 +148,32 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-aarch64-linux)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm-linux)
nokogiri (1.16.6-arm-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86-linux)
nokogiri (1.16.6-x86-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
opennebula-augeas (0.6.6.pre)
opennebula-augeas (0.6.6)
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
ox (2.14.18)
parse-cron (0.1.4)
pg (1.5.6)
polyglot (0.3.5)
prometheus-client (4.2.2)
public_suffix (5.0.5)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
@ -177,8 +187,8 @@ GEM
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rchardet (1.8.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
@ -187,7 +197,7 @@ GEM
ruby2_keywords (0.0.5)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sequel (5.80.0)
sequel (5.82.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
@ -212,7 +222,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.3.0)
tilt (2.4.0)
timeliness (0.3.10)
timers (4.3.5)
tpm-key_attestation (0.12.0)
@ -299,7 +309,6 @@ DEPENDENCIES
opennebula-augeas (>= 0.6.6.pre)
ox
parse-cron
pg
prometheus-client
public_suffix
rack
@ -324,4 +333,4 @@ RUBY VERSION
ruby 3.2.3p157
BUNDLED WITH
2.5.10
2.5.15

View File

@ -95,7 +95,7 @@ elif command -v rpm >/dev/null; then
fi
if command -v dnf >/dev/null; then
dnf -q -y upgrade almalinux-release ||:
dnf -q -y --nogpgcheck upgrade almalinux-release ||:
dnf -q -y install 'dnf-command(config-manager)'
dnf config-manager --set-enabled powertools ||:
dnf config-manager --set-enabled crb ||: # alma9