oxidized: 0.26.2 -> 0.26.3 (#60480)

authored by WilliButz and committed by Timo Kaufmann 7ca3dec6 ac19a13c

+17 -17
+1 -1
pkgs/tools/admin/oxidized/Gemfile
··· 1 1 source 'https://rubygems.org' 2 2 3 - gem 'oxidized', '0.26.2' 3 + gem 'oxidized', '0.26.3' 4 4 gem 'oxidized-web', '0.13.1' 5 5 gem 'oxidized-script', '0.6.0'
+6 -6
pkgs/tools/admin/oxidized/Gemfile.lock
··· 2 2 remote: https://rubygems.org/ 3 3 specs: 4 4 asetus (0.3.0) 5 - backports (3.12.0) 5 + backports (3.14.0) 6 6 charlock_holmes (0.7.6) 7 7 emk-sinatra-url-for (0.2.1) 8 8 sinatra (>= 0.9.1.1) ··· 13 13 htmlentities (4.3.4) 14 14 json (2.2.0) 15 15 multi_json (1.13.1) 16 - net-ssh (5.1.0) 16 + net-ssh (5.2.0) 17 17 net-telnet (0.1.1) 18 - oxidized (0.26.2) 18 + oxidized (0.26.3) 19 19 asetus (~> 0.1) 20 20 net-ssh (~> 5) 21 21 net-telnet (~> 0.1.1) ··· 45 45 rb-fsevent (0.10.3) 46 46 rb-inotify (0.10.0) 47 47 ffi (~> 1.0) 48 - rugged (0.28.0) 49 - sass (3.7.3) 48 + rugged (0.28.1) 49 + sass (3.7.4) 50 50 sass-listen (~> 4.0.0) 51 51 sass-listen (4.0.0) 52 52 rb-fsevent (~> 0.9, >= 0.9.4) ··· 70 70 ruby 71 71 72 72 DEPENDENCIES 73 - oxidized (= 0.26.2) 73 + oxidized (= 0.26.3) 74 74 oxidized-script (= 0.6.0) 75 75 oxidized-web (= 0.13.1) 76 76
+10 -10
pkgs/tools/admin/oxidized/gemset.nix
··· 14 14 platforms = []; 15 15 source = { 16 16 remotes = ["https://rubygems.org"]; 17 - sha256 = "0ba6n9l4kki56s2cszarps14zp2wlhw7nfawb8qwsxy3a57v4mw4"; 17 + sha256 = "17j5pf0b69bkn043wi4xd530ky53jbbnljr4bsjzlm4k8bzlknfn"; 18 18 type = "gem"; 19 19 }; 20 - version = "3.12.0"; 20 + version = "3.14.0"; 21 21 }; 22 22 charlock_holmes = { 23 23 groups = ["default"]; ··· 96 96 platforms = []; 97 97 source = { 98 98 remotes = ["https://rubygems.org"]; 99 - sha256 = "0jglf8rxvlw6is5019r6kwsdhw38zm3z39jbghdbj449r6h7h77n"; 99 + sha256 = "101wd2px9lady54aqmkibvy4j62zk32w0rjz4vnigyg974fsga40"; 100 100 type = "gem"; 101 101 }; 102 - version = "5.1.0"; 102 + version = "5.2.0"; 103 103 }; 104 104 net-telnet = { 105 105 groups = ["default"]; ··· 117 117 platforms = []; 118 118 source = { 119 119 remotes = ["https://rubygems.org"]; 120 - sha256 = "130h99wijfvv443wgdllxvlq880m0m31rxvrszq5wdii7ad977s5"; 120 + sha256 = "07hpxmdjkfpkc00ln3hhh5qkj0lyhcmgbi0jza2c8cnjyy9sc73x"; 121 121 type = "gem"; 122 122 }; 123 - version = "0.26.2"; 123 + version = "0.26.3"; 124 124 }; 125 125 oxidized-script = { 126 126 dependencies = ["oxidized" "slop"]; ··· 212 212 platforms = []; 213 213 source = { 214 214 remotes = ["https://rubygems.org"]; 215 - sha256 = "0crasx5dmbr9ws89137n53l8nap7rdncp8yg5alw1jb99lqslhmi"; 215 + sha256 = "1yiszpz6y13vvgh3fss1l0ipp0zgsbbc8c28vynnpdyx1sy6krp6"; 216 216 type = "gem"; 217 217 }; 218 - version = "0.28.0"; 218 + version = "0.28.1"; 219 219 }; 220 220 sass = { 221 221 dependencies = ["sass-listen"]; ··· 223 223 platforms = []; 224 224 source = { 225 225 remotes = ["https://rubygems.org"]; 226 - sha256 = "0vll3bm1dllhqjxxj639nj3afsp12hlppgpysxrgcg24jb2xl2qn"; 226 + sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; 227 227 type = "gem"; 228 228 }; 229 - version = "3.7.3"; 229 + version = "3.7.4"; 230 230 }; 231 231 sass-listen = { 232 232 dependencies = ["rb-fsevent" "rb-inotify"];