summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/virtualization/vpsfree-client/Gemfile2
-rw-r--r--pkgs/tools/virtualization/vpsfree-client/Gemfile.lock52
-rw-r--r--pkgs/tools/virtualization/vpsfree-client/gemset.nix102
3 files changed, 91 insertions, 65 deletions
diff --git a/pkgs/tools/virtualization/vpsfree-client/Gemfile b/pkgs/tools/virtualization/vpsfree-client/Gemfile
index 90fce7a5cbd5..87c9aeebb90c 100644
--- a/pkgs/tools/virtualization/vpsfree-client/Gemfile
+++ b/pkgs/tools/virtualization/vpsfree-client/Gemfile
@@ -2,4 +2,4 @@
source "https://rubygems.org"
-gem "vpsfree-client", "0.18.0"
+gem "vpsfree-client"
diff --git a/pkgs/tools/virtualization/vpsfree-client/Gemfile.lock b/pkgs/tools/virtualization/vpsfree-client/Gemfile.lock
index 7485c24ce168..761b8a6db21a 100644
--- a/pkgs/tools/virtualization/vpsfree-client/Gemfile.lock
+++ b/pkgs/tools/virtualization/vpsfree-client/Gemfile.lock
@@ -1,45 +1,48 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (7.1.3.2)
+ activesupport (7.2.1)
base64
bigdecimal
- concurrent-ruby (~> 1.0, >= 1.0.2)
+ concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
+ logger (>= 1.4.2)
minitest (>= 5.1)
- mutex_m
- tzinfo (~> 2.0)
+ securerandom (>= 0.3)
+ tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
- bigdecimal (3.1.6)
- concurrent-ruby (1.2.3)
+ bigdecimal (3.1.8)
+ concurrent-ruby (1.3.4)
connection_pool (2.4.1)
- curses (1.4.4)
+ curses (1.4.6)
domain_name (0.6.20240107)
drb (2.2.1)
- haveapi-client (0.19.3)
+ haveapi-client (0.23.7)
activesupport (>= 7.0)
- highline (~> 2.1.0)
+ highline (~> 3.1)
json
require_all (~> 2.0.0)
rest-client (~> 2.1.0)
ruby-progressbar (~> 1.13.0)
- highline (2.1.0)
+ highline (3.1.1)
+ reline
http-accept (1.7.0)
- http-cookie (1.0.5)
+ http-cookie (1.0.7)
domain_name (~> 0.5)
- i18n (1.14.3)
+ i18n (1.14.5)
concurrent-ruby (~> 1.0)
- racc (~> 1.7)
- json (2.7.1)
+ io-console (0.7.2)
+ json (2.7.2)
+ logger (1.6.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
- mime-types-data (3.2024.0305)
- minitest (5.22.2)
- mutex_m (0.2.0)
+ mime-types-data (3.2024.0903)
+ minitest (5.25.1)
netrc (0.11.0)
- racc (1.7.3)
+ reline (0.5.10)
+ io-console (~> 0.5)
require_all (2.0.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
@@ -47,20 +50,21 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-progressbar (1.13.0)
+ securerandom (0.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
- vpsadmin-client (3.0.0.master.20231229.pre.0.51d41b07)
+ vpsadmin-client (4.0.0)
curses
- haveapi-client (~> 0.19.0)
+ haveapi-client (~> 0.23.6)
json
- vpsfree-client (0.18.0)
- vpsadmin-client (= 3.0.0.master.20231229.pre.0.51d41b07)
+ vpsfree-client (0.19.0)
+ vpsadmin-client (~> 4.0)
PLATFORMS
ruby
DEPENDENCIES
- vpsfree-client (= 0.18.0)
+ vpsfree-client
BUNDLED WITH
- 2.4.22
+ 2.5.9
diff --git a/pkgs/tools/virtualization/vpsfree-client/gemset.nix b/pkgs/tools/virtualization/vpsfree-client/gemset.nix
index cdc9250b875e..e19de26f9228 100644
--- a/pkgs/tools/virtualization/vpsfree-client/gemset.nix
+++ b/pkgs/tools/virtualization/vpsfree-client/gemset.nix
@@ -1,14 +1,14 @@
{
activesupport = {
- dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
+ dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "logger" "minitest" "securerandom" "tzinfo"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d";
+ sha256 = "094cv9kxa8hwlsw3c0njkvvayd0wszcz9b6xywv4yajrg83zlmvm";
type = "gem";
};
- version = "7.1.3.2";
+ version = "7.2.1";
};
base64 = {
groups = ["default"];
@@ -25,20 +25,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "00db5v09k1z3539g1zrk7vkjrln9967k08adh6qx33ng97a2gg5w";
+ sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
type = "gem";
};
- version = "3.1.6";
+ version = "3.1.8";
};
concurrent-ruby = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2";
+ sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
type = "gem";
};
- version = "1.2.3";
+ version = "1.3.4";
};
connection_pool = {
groups = ["default"];
@@ -55,10 +55,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53";
+ sha256 = "15pj04v9m06lj7xcq5xjk6b0nqfpq3kiaisjmh2pysmi6nvsg9ly";
type = "gem";
};
- version = "1.4.4";
+ version = "1.4.6";
};
domain_name = {
groups = ["default"];
@@ -86,20 +86,21 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0yjcf6yf90sqjsywlcxzfrfrl835ndw96x6bh4grvc75zbb5ijki";
+ sha256 = "1a6k0milq4rfybf1pc8gzikpr18dmnzpz1wi2avzdkp0dpqkvaw3";
type = "gem";
};
- version = "0.19.3";
+ version = "0.23.7";
};
highline = {
+ dependencies = ["reline"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
+ sha256 = "1q0f7izfi542sp93gl276spm0xyws1kpqxm0alrwwmz06mz4i0ks";
type = "gem";
};
- version = "2.1.0";
+ version = "3.1.1";
};
http-accept = {
groups = ["default"];
@@ -117,72 +118,82 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
+ sha256 = "0lr2yk5g5vvf9nzlmkn3p7mhh9mn55gpdc7kl2w21xs46fgkjynb";
type = "gem";
};
- version = "1.0.5";
+ version = "1.0.7";
};
i18n = {
- dependencies = ["concurrent-ruby" "racc"];
+ dependencies = ["concurrent-ruby"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1j9zl6ssshkdjdn21lckdhsfkkw1n4wcynqp8n67afa5qps2gmds";
+ sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16";
type = "gem";
};
- version = "1.14.3";
+ version = "1.14.5";
+ };
+ io-console = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "08d2lx42pa8jjav0lcjbzfzmw61b8imxr9041pva8xzqabrczp7h";
+ type = "gem";
+ };
+ version = "0.7.2";
};
json = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq";
+ sha256 = "0b4qsi8gay7ncmigr0pnbxyb17y3h8kavdyhsh7nrlqwr35vb60q";
type = "gem";
};
- version = "2.7.1";
+ version = "2.7.2";
};
- mime-types = {
- dependencies = ["mime-types-data"];
+ logger = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1";
+ sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
type = "gem";
};
- version = "3.5.2";
+ version = "1.6.1";
};
- mime-types-data = {
+ mime-types = {
+ dependencies = ["mime-types-data"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455";
+ sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1";
type = "gem";
};
- version = "3.2024.0305";
+ version = "3.5.2";
};
- minitest = {
+ mime-types-data = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0667vf0zglacry87nkcl3ns8421aydvz71vfa3g3yjhiq8zh19f5";
+ sha256 = "0d5bmxcq87nj6h5rx6b1fkdzq8256yba97s2vlkszpwhc47m9rfs";
type = "gem";
};
- version = "5.22.2";
+ version = "3.2024.0903";
};
- mutex_m = {
+ minitest = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
+ sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix";
type = "gem";
};
- version = "0.2.0";
+ version = "5.25.1";
};
netrc = {
groups = ["default"];
@@ -194,15 +205,16 @@
};
version = "0.11.0";
};
- racc = {
+ reline = {
+ dependencies = ["io-console"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
+ sha256 = "0rl1jmxs7pay58l7lkxkrn6nkdpk52k8rvnfwqsd1swjlxlwjq0n";
type = "gem";
};
- version = "1.7.3";
+ version = "0.5.10";
};
require_all = {
groups = ["default"];
@@ -235,6 +247,16 @@
};
version = "1.13.0";
};
+ securerandom = {
+ groups = ["default"];
+ platforms = [];
+ source = {
+ remotes = ["https://rubygems.org"];
+ sha256 = "1phv6kh417vkanhssbjr960c0gfqvf8z7d3d9fd2yvd41q64bw4q";
+ type = "gem";
+ };
+ version = "0.3.1";
+ };
tzinfo = {
dependencies = ["concurrent-ruby"];
groups = ["default"];
@@ -252,10 +274,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0d1bdyda8l42x8csf4ri2cqcr3xf6pcnv7s1k859rb8ysj7y8aqx";
+ sha256 = "1qy0l0gyhsyz9hdbqdb324l4zlgs78hml1cnp3gx1jl5ndj62znc";
type = "gem";
};
- version = "3.0.0.master.20231229.pre.0.51d41b07";
+ version = "4.0.0";
};
vpsfree-client = {
dependencies = ["vpsadmin-client"];
@@ -263,9 +285,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "038a57avnp4wmfqdya5a6r4a135nh6crzs6nf0khnhdhb9kkjfjg";
+ sha256 = "0cl6r20r7hksd3g6sjqrgi9x21ykbvv170vszf2l06a8ifrrqlk7";
type = "gem";
};
- version = "0.18.0";
+ version = "0.19.0";
};
}