lol

Merge pull request #222228 from erictapen/gollum

gollum: 5.3.0 -> 5.3.1

authored by

Nick Cao and committed by
GitHub
ed43ad02 41135131

+107 -94
+1 -1
nixos/tests/gollum.nix
··· 9 9 10 10 testScript = { nodes, ... }: '' 11 11 webserver.wait_for_unit("gollum") 12 - webserver.wait_for_open_port(${toString nodes.webserver.config.services.gollum.port}) 12 + webserver.wait_for_open_port(${toString nodes.webserver.services.gollum.port}) 13 13 ''; 14 14 })
+41 -39
pkgs/applications/misc/gollum/Gemfile.lock
··· 2 2 remote: https://rubygems.org/ 3 3 specs: 4 4 RedCloth (4.3.2) 5 - asciidoctor (2.0.17) 5 + asciidoctor (2.0.18) 6 6 builder (3.2.4) 7 - concurrent-ruby (1.1.10) 7 + concurrent-ruby (1.2.2) 8 8 crass (1.0.6) 9 9 creole (0.5.0) 10 10 execjs (2.8.1) ··· 13 13 gemojione (4.3.3) 14 14 json 15 15 github-markup (4.0.1) 16 - gollum (5.3.0) 16 + gollum (5.3.1) 17 17 gemojione (~> 4.1) 18 - gollum-lib (~> 5.1) 18 + gollum-lib (>= 5.2.3, < 6.0) 19 19 i18n (~> 1.8) 20 20 kramdown (~> 2.3) 21 21 kramdown-parser-gfm (~> 1.1.0) 22 - mustache-sinatra (>= 1.0.1, < 2) 22 + mustache-sinatra (~> 2.0) 23 23 octicons (~> 12.0) 24 24 rdoc (~> 6) 25 25 rss (~> 0.2.9) ··· 32 32 uglifier (~> 4.2) 33 33 useragent (~> 0.16.2) 34 34 webrick (~> 1.7) 35 - gollum-lib (5.2) 35 + gollum-lib (5.2.3) 36 36 gemojione (~> 4.1) 37 37 github-markup (~> 4.0) 38 - gollum-rugged_adapter (~> 1.0) 38 + gollum-rugged_adapter (~> 2.0) 39 39 loofah (~> 2.3) 40 40 nokogiri (~> 1.8) 41 41 octicons (~> 12.0) 42 42 rouge (~> 3.1) 43 43 twitter-text (= 1.14.7) 44 - gollum-rugged_adapter (1.1.2) 45 - mime-types (~> 1.15) 46 - rugged (~> 1.1.0) 44 + gollum-rugged_adapter (2.1.0) 45 + mime-types (~> 3.4) 46 + rugged (~> 1.5) 47 47 htmlentities (4.3.4) 48 - i18n (1.10.0) 48 + i18n (1.12.0) 49 49 concurrent-ruby (~> 1.0) 50 - json (2.6.2) 50 + json (2.6.3) 51 51 kramdown (2.4.0) 52 52 rexml 53 53 kramdown-parser-gfm (1.1.0) 54 54 kramdown (~> 2.0) 55 - loofah (2.18.0) 55 + loofah (2.19.1) 56 56 crass (~> 1.0.2) 57 57 nokogiri (>= 1.5.9) 58 - mime-types (1.25.1) 59 - mini_portile2 (2.8.0) 58 + mime-types (3.4.1) 59 + mime-types-data (~> 3.2015) 60 + mime-types-data (3.2023.0218.1) 61 + mini_portile2 (2.8.1) 60 62 multi_json (1.15.0) 61 - mustache (0.99.8) 62 - mustache-sinatra (1.0.1) 63 - mustache (<= 0.99.8) 64 - mustermann (1.1.1) 63 + mustache (1.1.1) 64 + mustache-sinatra (2.0.0) 65 + mustache (~> 1.0) 66 + mustermann (2.0.2) 65 67 ruby2_keywords (~> 0.0.1) 66 - nokogiri (1.13.6) 68 + nokogiri (1.14.2) 67 69 mini_portile2 (~> 2.8.0) 68 70 racc (~> 1.4) 69 71 octicons (12.1.0) 70 72 nokogiri (>= 1.6.3.1) 71 73 org-ruby (0.9.12) 72 74 rubypants (~> 0.2) 73 - psych (4.0.4) 75 + psych (5.1.0) 74 76 stringio 75 - racc (1.6.0) 76 - rack (2.2.3.1) 77 - rack-protection (2.2.0) 77 + racc (1.6.2) 78 + rack (2.2.6.4) 79 + rack-protection (2.2.4) 78 80 rack 79 - rb-fsevent (0.11.1) 81 + rb-fsevent (0.11.2) 80 82 rb-inotify (0.10.1) 81 83 ffi (~> 1.0) 82 - rdoc (6.4.0) 84 + rdoc (6.5.0) 83 85 psych (>= 4.0.0) 84 86 rexml (3.2.5) 85 - rouge (3.29.0) 87 + rouge (3.30.0) 86 88 rss (0.2.9) 87 89 rexml 88 90 ruby2_keywords (0.0.5) 89 91 rubypants (0.7.1) 90 - rugged (1.1.1) 92 + rugged (1.6.2) 91 93 sass (3.7.4) 92 94 sass-listen (~> 4.0.0) 93 95 sass-listen (4.0.0) 94 96 rb-fsevent (~> 0.9, >= 0.9.4) 95 97 rb-inotify (~> 0.9, >= 0.9.7) 96 - sinatra (2.2.0) 97 - mustermann (~> 1.0) 98 + sinatra (2.2.4) 99 + mustermann (~> 2.0) 98 100 rack (~> 2.2) 99 - rack-protection (= 2.2.0) 101 + rack-protection (= 2.2.4) 100 102 tilt (~> 2.0) 101 - sinatra-contrib (2.2.0) 103 + sinatra-contrib (2.2.4) 102 104 multi_json 103 - mustermann (~> 1.0) 104 - rack-protection (= 2.2.0) 105 - sinatra (= 2.2.0) 105 + mustermann (~> 2.0) 106 + rack-protection (= 2.2.4) 107 + sinatra (= 2.2.4) 106 108 tilt (~> 2.0) 107 109 sprockets (3.7.2) 108 110 concurrent-ruby (~> 1.0) 109 111 rack (> 1, < 3) 110 112 sprockets-helpers (1.4.0) 111 113 sprockets (>= 2.2) 112 - stringio (3.0.2) 114 + stringio (3.0.5) 113 115 therubyrhino (2.1.2) 114 116 therubyrhino_jar (>= 1.7.4, < 1.7.9) 115 117 therubyrhino_jar (1.7.8) 116 - tilt (2.0.10) 118 + tilt (2.1.0) 117 119 twitter-text (1.14.7) 118 120 unf (~> 0.1.0) 119 121 uglifier (4.2.0) ··· 122 124 unf_ext 123 125 unf_ext (0.0.8.2) 124 126 useragent (0.16.10) 125 - webrick (1.7.0) 127 + webrick (1.8.1) 126 128 wikicloth (0.8.3) 127 129 builder 128 130 expression_parser ··· 142 144 wikicloth 143 145 144 146 BUNDLED WITH 145 - 2.3.9 147 + 2.4.6
+65 -54
pkgs/applications/misc/gollum/gemset.nix
··· 4 4 platforms = []; 5 5 source = { 6 6 remotes = ["https://rubygems.org"]; 7 - sha256 = "0g8gn3g6qy4bzjv1b14sj283kqynjgwq62bgq569jr4dkqwmwnzd"; 7 + sha256 = "11z3vnd8vh3ny1vx69bjrbck5b2g8zsbj94npyadpn7fdp8y3ldv"; 8 8 type = "gem"; 9 9 }; 10 - version = "2.0.17"; 10 + version = "2.0.18"; 11 11 }; 12 12 builder = { 13 13 groups = ["default"]; ··· 24 24 platforms = []; 25 25 source = { 26 26 remotes = ["https://rubygems.org"]; 27 - sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; 27 + sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 28 28 type = "gem"; 29 29 }; 30 - version = "1.1.10"; 30 + version = "1.2.2"; 31 31 }; 32 32 crass = { 33 33 groups = ["default"]; ··· 106 106 platforms = []; 107 107 source = { 108 108 remotes = ["https://rubygems.org"]; 109 - sha256 = "1xz7d3xfc536njk0fg4inmzzy350c5bjp237vghrcky8azc6xl7k"; 109 + sha256 = "1nx3ss1ck5mgj14580z73pfwri0l4f0ilnckh9mgxmi9i4rk24y2"; 110 110 type = "gem"; 111 111 }; 112 - version = "5.3.0"; 112 + version = "5.3.1"; 113 113 }; 114 114 gollum-lib = { 115 115 dependencies = ["gemojione" "github-markup" "gollum-rugged_adapter" "loofah" "nokogiri" "octicons" "rouge" "twitter-text"]; ··· 117 117 platforms = []; 118 118 source = { 119 119 remotes = ["https://rubygems.org"]; 120 - sha256 = "1acxi4zjdmxlj7hzv9fjqilqngcwjvzhk3khnykdfvnb0l6l4xbs"; 120 + sha256 = "11bs7yfkznz7rdzxc9am53mix5nnv8505d565j4cci2bg6iqy2dz"; 121 121 type = "gem"; 122 122 }; 123 - version = "5.2"; 123 + version = "5.2.3"; 124 124 }; 125 125 gollum-rugged_adapter = { 126 126 dependencies = ["mime-types" "rugged"]; ··· 128 128 platforms = []; 129 129 source = { 130 130 remotes = ["https://rubygems.org"]; 131 - sha256 = "1j06lsvb2bpp7xacshak2f1hxzd7l640mywyrwaz4ih9d8xqll8j"; 131 + sha256 = "05v24lpkssn1k07n28bw4yh7w1ygsv4cfwz046jn9lmrh3v8q4d1"; 132 132 type = "gem"; 133 133 }; 134 - version = "1.1.2"; 134 + version = "2.1.0"; 135 135 }; 136 136 htmlentities = { 137 137 groups = ["default"]; ··· 149 149 platforms = []; 150 150 source = { 151 151 remotes = ["https://rubygems.org"]; 152 - sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg"; 152 + sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi"; 153 153 type = "gem"; 154 154 }; 155 - version = "1.10.0"; 155 + version = "1.12.0"; 156 156 }; 157 157 json = { 158 158 groups = ["default"]; 159 159 platforms = []; 160 160 source = { 161 161 remotes = ["https://rubygems.org"]; 162 - sha256 = "0yk5d10yvspkc5jyvx9gc1a9pn1z8v4k2hvjk1l88zixwf3wf3cl"; 162 + sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6"; 163 163 type = "gem"; 164 164 }; 165 - version = "2.6.2"; 165 + version = "2.6.3"; 166 166 }; 167 167 kramdown = { 168 168 dependencies = ["rexml"]; ··· 192 192 platforms = []; 193 193 source = { 194 194 remotes = ["https://rubygems.org"]; 195 - sha256 = "18ymp6l3bv7abz07k6qbbi9c9vsiahq30d2smh4qzsvag8j5m5v1"; 195 + sha256 = "08qhzck271anrx9y6qa6mh8hwwdzsgwld8q0000rcd7yvvpnjr3c"; 196 196 type = "gem"; 197 197 }; 198 - version = "2.18.0"; 198 + version = "2.19.1"; 199 199 }; 200 200 mime-types = { 201 + dependencies = ["mime-types-data"]; 201 202 groups = ["default"]; 202 203 platforms = []; 203 204 source = { 204 205 remotes = ["https://rubygems.org"]; 205 - sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8"; 206 + sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb"; 206 207 type = "gem"; 207 208 }; 208 - version = "1.25.1"; 209 + version = "3.4.1"; 210 + }; 211 + mime-types-data = { 212 + groups = ["default"]; 213 + platforms = []; 214 + source = { 215 + remotes = ["https://rubygems.org"]; 216 + sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9"; 217 + type = "gem"; 218 + }; 219 + version = "3.2023.0218.1"; 209 220 }; 210 221 mini_portile2 = { 211 222 groups = ["default"]; 212 223 platforms = []; 213 224 source = { 214 225 remotes = ["https://rubygems.org"]; 215 - sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy"; 226 + sha256 = "1af4yarhbbx62f7qsmgg5fynrik0s36wjy3difkawy536xg343mp"; 216 227 type = "gem"; 217 228 }; 218 - version = "2.8.0"; 229 + version = "2.8.1"; 219 230 }; 220 231 multi_json = { 221 232 groups = ["default"]; ··· 232 243 platforms = []; 233 244 source = { 234 245 remotes = ["https://rubygems.org"]; 235 - sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2"; 246 + sha256 = "1l0p4wx15mi3wnamfv92ipkia4nsx8qi132c6g51jfdma3fiz2ch"; 236 247 type = "gem"; 237 248 }; 238 - version = "0.99.8"; 249 + version = "1.1.1"; 239 250 }; 240 251 mustache-sinatra = { 241 252 dependencies = ["mustache"]; ··· 243 254 platforms = []; 244 255 source = { 245 256 remotes = ["https://rubygems.org"]; 246 - sha256 = "1rvdwg1zk3sybpi9hzn6jj0k8rndkq19y7cl0jmqr0g2xx21z7mr"; 257 + sha256 = "03f2wdih6hnnm9iclfwi53dx56knpshv8wnf4cglp7kjx358036i"; 247 258 type = "gem"; 248 259 }; 249 - version = "1.0.1"; 260 + version = "2.0.0"; 250 261 }; 251 262 mustermann = { 252 263 dependencies = ["ruby2_keywords"]; ··· 254 265 platforms = []; 255 266 source = { 256 267 remotes = ["https://rubygems.org"]; 257 - sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a"; 268 + sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb"; 258 269 type = "gem"; 259 270 }; 260 - version = "1.1.1"; 271 + version = "2.0.2"; 261 272 }; 262 273 nokogiri = { 263 274 dependencies = ["mini_portile2" "racc"]; ··· 265 276 platforms = []; 266 277 source = { 267 278 remotes = ["https://rubygems.org"]; 268 - sha256 = "11w59ga9324yx6339dgsflz3dsqq2mky1qqdwcg6wi5s1bf2yldi"; 279 + sha256 = "1djq4rp4m967mn6sxmiw75vz24gfp0w602xv22kk1x3cmi5afrf7"; 269 280 type = "gem"; 270 281 }; 271 - version = "1.13.6"; 282 + version = "1.14.2"; 272 283 }; 273 284 octicons = { 274 285 dependencies = ["nokogiri"]; ··· 298 309 platforms = []; 299 310 source = { 300 311 remotes = ["https://rubygems.org"]; 301 - sha256 = "0c2lz03mkn43rf2a2xiy8vqgir1dvds0a0fpx7m7my6a21ygryw2"; 312 + sha256 = "1msambb54r3d1sg6smyj4k2pj9h9lz8jq4jamip7ivcyv32a85vz"; 302 313 type = "gem"; 303 314 }; 304 - version = "4.0.4"; 315 + version = "5.1.0"; 305 316 }; 306 317 racc = { 307 318 groups = ["default"]; 308 319 platforms = []; 309 320 source = { 310 321 remotes = ["https://rubygems.org"]; 311 - sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d"; 322 + sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq"; 312 323 type = "gem"; 313 324 }; 314 - version = "1.6.0"; 325 + version = "1.6.2"; 315 326 }; 316 327 rack = { 317 328 groups = ["default"]; 318 329 platforms = []; 319 330 source = { 320 331 remotes = ["https://rubygems.org"]; 321 - sha256 = "1b1qsg0yfargdhmpapp2d3mlxj82wyygs9nj74w0r03diyi8swlc"; 332 + sha256 = "1qgwkcb8kxns8d5187cxjaxf18b7dmg9gh6cr9c1125m0bj2pnfk"; 322 333 type = "gem"; 323 334 }; 324 - version = "2.2.3.1"; 335 + version = "2.2.6.4"; 325 336 }; 326 337 rack-protection = { 327 338 dependencies = ["rack"]; ··· 329 340 platforms = []; 330 341 source = { 331 342 remotes = ["https://rubygems.org"]; 332 - sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2"; 343 + sha256 = "1d6irsigm0i4ig1m47c94kixi3wb8jnxwvwkl8qxvyngmb73srl2"; 333 344 type = "gem"; 334 345 }; 335 - version = "2.2.0"; 346 + version = "2.2.4"; 336 347 }; 337 348 rb-fsevent = { 338 349 groups = ["default"]; 339 350 platforms = []; 340 351 source = { 341 352 remotes = ["https://rubygems.org"]; 342 - sha256 = "06c50pvxib7wqnv6q0f3n7gzfcrp5chi3sa48hxpkfxc3hhy11fm"; 353 + sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; 343 354 type = "gem"; 344 355 }; 345 - version = "0.11.1"; 356 + version = "0.11.2"; 346 357 }; 347 358 rb-inotify = { 348 359 dependencies = ["ffi"]; ··· 361 372 platforms = []; 362 373 source = { 363 374 remotes = ["https://rubygems.org"]; 364 - sha256 = "1bxzcvxvrmb1ngxz0bgz1va4q9c4w8m6gc8lmdhi6gnvaaf98gsy"; 375 + sha256 = "05r2cxscapr9saqjw8dlp89as7jvc2mlz1h5kssrmkbz105qmfcm"; 365 376 type = "gem"; 366 377 }; 367 - version = "6.4.0"; 378 + version = "6.5.0"; 368 379 }; 369 380 RedCloth = { 370 381 groups = ["default"]; ··· 391 402 platforms = []; 392 403 source = { 393 404 remotes = ["https://rubygems.org"]; 394 - sha256 = "17dhzc9hfzd8x18hfsvn9rsp4jg18wdfsdy3a5p99y5dhfh1321r"; 405 + sha256 = "1dnfkrk8xx2m8r3r9m2p5xcq57viznyc09k7r3i4jbm758i57lx3"; 395 406 type = "gem"; 396 407 }; 397 - version = "3.29.0"; 408 + version = "3.30.0"; 398 409 }; 399 410 rss = { 400 411 dependencies = ["rexml"]; ··· 432 443 platforms = []; 433 444 source = { 434 445 remotes = ["https://rubygems.org"]; 435 - sha256 = "1dld1z2mdnsf9i4fs74zdr6rfk75pkgzvvyxask5w2dsmkj7bb4m"; 446 + sha256 = "0z33vpk4g24zdhrwsmwbr3mhb0xpdl6jna2nscrwgq77xl6iw4jg"; 436 447 type = "gem"; 437 448 }; 438 - version = "1.1.1"; 449 + version = "1.6.2"; 439 450 }; 440 451 sass = { 441 452 dependencies = ["sass-listen"]; ··· 465 476 platforms = []; 466 477 source = { 467 478 remotes = ["https://rubygems.org"]; 468 - sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y"; 479 + sha256 = "0wkc079h6hzq737j4wycpnv7c38mhd0rl33pszyy7768zzvyjc9y"; 469 480 type = "gem"; 470 481 }; 471 - version = "2.2.0"; 482 + version = "2.2.4"; 472 483 }; 473 484 sinatra-contrib = { 474 485 dependencies = ["multi_json" "mustermann" "rack-protection" "sinatra" "tilt"]; ··· 476 487 platforms = []; 477 488 source = { 478 489 remotes = ["https://rubygems.org"]; 479 - sha256 = "0zzckl2n7r18fk3929hgcv8pby6hxwva0rbxw66yq6r96lnwzryb"; 490 + sha256 = "0s6c1k3zzxp3xa7libvlpqaby27124rccyyxcsly04ih904cxk33"; 480 491 type = "gem"; 481 492 }; 482 - version = "2.2.0"; 493 + version = "2.2.4"; 483 494 }; 484 495 sprockets = { 485 496 dependencies = ["concurrent-ruby" "rack"]; ··· 508 519 platforms = []; 509 520 source = { 510 521 remotes = ["https://rubygems.org"]; 511 - sha256 = "1jns0x5lbafyqyx7pgzfs6i4ykc7p6zg7gxa6hd82w40n6z9rdvi"; 522 + sha256 = "1al02vvy3df0q3jy8sblkgpf688bji84l4p4xq9gzkk469i23bis"; 512 523 type = "gem"; 513 524 }; 514 - version = "3.0.2"; 525 + version = "3.0.5"; 515 526 }; 516 527 therubyrhino = { 517 528 dependencies = ["therubyrhino_jar"]; ··· 539 550 platforms = []; 540 551 source = { 541 552 remotes = ["https://rubygems.org"]; 542 - sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv"; 553 + sha256 = "1qmhi6d9przjzhsyk9g5pq2j75c656msh6xzprqd2mxgphf23jxs"; 543 554 type = "gem"; 544 555 }; 545 - version = "2.0.10"; 556 + version = "2.1.0"; 546 557 }; 547 558 twitter-text = { 548 559 dependencies = ["unf"]; ··· 602 613 platforms = []; 603 614 source = { 604 615 remotes = ["https://rubygems.org"]; 605 - sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7"; 616 + sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r"; 606 617 type = "gem"; 607 618 }; 608 - version = "1.7.0"; 619 + version = "1.8.1"; 609 620 }; 610 621 wikicloth = { 611 622 dependencies = ["builder" "expression_parser" "htmlentities" "nokogiri" "twitter-text"];