gemstash: Update gems to latest version and make gems platform agnostic.

Changed files
+95 -64
pkgs
development
tools
+26 -30
pkgs/development/tools/gemstash/Gemfile.lock
···
GEM
remote: https://rubygems.org/
specs:
-
activesupport (7.2.1.2)
+
activesupport (7.2.2.1)
base64
+
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
···
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
-
bigdecimal (3.1.8)
-
concurrent-ruby (1.3.4)
-
connection_pool (2.4.1)
+
benchmark (0.4.0)
+
bigdecimal (3.1.9)
+
concurrent-ruby (1.3.5)
+
connection_pool (2.5.0)
dalli (3.2.8)
+
date (3.4.1)
drb (2.2.1)
faraday (1.10.4)
faraday-em_http (~> 1.0)
···
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
-
faraday-multipart (1.0.4)
-
multipart-post (~> 2)
+
faraday-multipart (1.1.0)
+
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
···
sqlite3 (~> 1.3)
terminal-table (~> 3.0)
thor (~> 1.0)
-
i18n (1.14.6)
+
i18n (1.14.7)
concurrent-ruby (~> 1.0)
-
logger (1.6.1)
+
logger (1.6.6)
lru_redux (1.1.0)
-
minitest (5.25.1)
+
mini_portile2 (2.8.8)
+
minitest (5.25.5)
multipart-post (2.4.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
-
nio4r (2.7.3)
-
psych (5.1.2)
+
nio4r (2.7.4)
+
psych (5.2.3)
+
date
stringio
-
puma (6.4.3)
+
puma (6.6.0)
nio4r (~> 2.0)
-
rack (2.2.10)
+
rack (2.2.13)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
-
securerandom (0.3.1)
-
sequel (5.85.0)
+
securerandom (0.4.1)
+
sequel (5.90.0)
bigdecimal
server_health_check (1.0.2)
server_health_check-rack (0.1.0)
···
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
-
sqlite3 (1.7.3-aarch64-linux)
-
sqlite3 (1.7.3-arm-linux)
-
sqlite3 (1.7.3-arm64-darwin)
-
sqlite3 (1.7.3-x86-linux)
-
sqlite3 (1.7.3-x86_64-darwin)
-
sqlite3 (1.7.3-x86_64-linux)
-
stringio (3.1.1)
+
sqlite3 (1.7.3)
+
mini_portile2 (~> 2.8.0)
+
stringio (3.1.5)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.2)
-
tilt (2.4.0)
+
tilt (2.6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
PLATFORMS
-
aarch64-linux
-
arm-linux
-
arm64-darwin
-
x86-linux
-
x86_64-darwin
-
x86_64-linux
+
ruby
DEPENDENCIES
gemstash
BUNDLED WITH
-
2.5.17
+
2.6.2
+69 -34
pkgs/development/tools/gemstash/gemset.nix
···
activesupport = {
dependencies = [
"base64"
+
"benchmark"
"bigdecimal"
"concurrent-ruby"
"connection_pool"
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "1cacrvmn1561fb88fn99ig52wdz1k67s7vbssqwwwljf1kanlgvc";
+
sha256 = "1xa7hr4gp2p86ly6n1j2skyx8pfg6yi621kmnh7zhxr9m7wcnaw4";
type = "gem";
};
-
version = "7.2.1.2";
+
version = "7.2.2.1";
};
base64 = {
groups = [ "default" ];
···
};
version = "0.2.0";
};
+
benchmark = {
+
groups = [ "default" ];
+
platforms = [ ];
+
source = {
+
remotes = [ "https://rubygems.org" ];
+
sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
+
type = "gem";
+
};
+
version = "0.4.0";
+
};
bigdecimal = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
+
sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
type = "gem";
};
-
version = "3.1.8";
+
version = "3.1.9";
};
concurrent-ruby = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
+
sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
type = "gem";
};
-
version = "1.3.4";
+
version = "1.3.5";
};
connection_pool = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
+
sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3";
type = "gem";
};
-
version = "2.4.1";
+
version = "2.5.0";
};
dalli = {
groups = [ "default" ];
···
type = "gem";
};
version = "3.2.8";
+
};
+
date = {
+
groups = [ "default" ];
+
platforms = [ ];
+
source = {
+
remotes = [ "https://rubygems.org" ];
+
sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
+
type = "gem";
+
};
+
version = "3.4.1";
};
drb = {
groups = [ "default" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "09871c4hd7s5ws1wl4gs7js1k2wlby6v947m2bbzg43pnld044lh";
+
sha256 = "0l87r9jg06nsh24gwwd1jdnxb1zq89ffybnxab0dd90nfcf0ysw5";
type = "gem";
};
-
version = "1.0.4";
+
version = "1.1.0";
};
faraday-net_http = {
groups = [ "default" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw";
+
sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
type = "gem";
};
-
version = "1.14.6";
+
version = "1.14.7";
};
logger = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
+
sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx";
type = "gem";
};
-
version = "1.6.1";
+
version = "1.6.6";
};
lru_redux = {
groups = [ "default" ];
···
};
version = "1.1.0";
};
+
mini_portile2 = {
+
groups = [ "default" ];
+
platforms = [ ];
+
source = {
+
remotes = [ "https://rubygems.org" ];
+
sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
+
type = "gem";
+
};
+
version = "2.8.8";
+
};
minitest = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix";
+
sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr";
type = "gem";
};
-
version = "5.25.1";
+
version = "5.25.5";
};
multipart-post = {
groups = [ "default" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "017nbw87dpr4wyk81cgj8kxkxqgsgblrkxnmmadc77cg9gflrfal";
+
sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr";
type = "gem";
};
-
version = "2.7.3";
+
version = "2.7.4";
};
psych = {
-
dependencies = [ "stringio" ];
+
dependencies = [
+
"date"
+
"stringio"
+
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk";
+
sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
type = "gem";
};
-
version = "5.1.2";
+
version = "5.2.3";
};
puma = {
dependencies = [ "nio4r" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914";
+
sha256 = "11xd3207k5rl6bz0qxhcb3zcr941rhx7ig2f19gxxmdk7s3hcp7j";
type = "gem";
};
-
version = "6.4.3";
+
version = "6.6.0";
};
rack = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0ax778fsfvlhj7c11n0d1wdcb8bxvkb190a9lha5d91biwzyx9g4";
+
sha256 = "1yzhcwvfkrlb8l79w24yjclv636jn6rnznp95shmssk934bi1vnc";
type = "gem";
};
-
version = "2.2.10";
+
version = "2.2.13";
};
rack-protection = {
dependencies = [
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "1phv6kh417vkanhssbjr960c0gfqvf8z7d3d9fd2yvd41q64bw4q";
+
sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
type = "gem";
};
-
version = "0.3.1";
+
version = "0.4.1";
};
sequel = {
dependencies = [ "bigdecimal" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "04jjv63wvvi9qfkpfsrv6w74liiqk4cd1qnlk7ja7i2waci9hlzx";
+
sha256 = "1s5qhylirrmfbjhdjdfqaiksjlaqmgixl25sxd8znq8dqwqlrydz";
type = "gem";
};
-
version = "5.85.0";
+
version = "5.90.0";
};
server_health_check = {
groups = [ "default" ];
···
version = "3.2.0";
};
sqlite3 = {
+
dependencies = [ "mini_portile2" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "sha256-+nf2PHCVSPRtTptrtFzaUqo4gaoSzIWZETJ1jolocBw=";
+
sha256 = "073hd24qwx9j26cqbk0jma0kiajjv9fb8swv9rnz8j4mf0ygcxzs";
type = "gem";
};
version = "1.7.3";
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "07mfqb40b2wh53k33h91zva78f9zwcdnl85jiq74wnaw2wa6wiak";
+
sha256 = "1j1mgvrgkxhadi6nb6pz1kcff7gsb5aivj1vfhsia4ssa5hj9adw";
type = "gem";
};
-
version = "3.1.1";
+
version = "3.1.5";
};
terminal-table = {
dependencies = [ "unicode-display_width" ];
···
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
-
sha256 = "0kds7wkxmb038cwp6ravnwn8k65ixc68wpm8j5jx5bhx8ndg4x6z";
+
sha256 = "0szpapi229v3scrvw1pgy0vpjm7z3qlf58m1198kxn70cs278g96";
type = "gem";
};
-
version = "2.4.0";
+
version = "2.6.0";
};
tzinfo = {
dependencies = [ "concurrent-ruby" ];