Merge pull request #154951 from ryantm/discourse2.8.0.beta11

discourse: 2.8.0.beta10 -> 2.8.0.beta11

authored by Ryan Mulligan and committed by GitHub e57a85ec 1860f951

+160 -110
+2 -2
pkgs/servers/web-apps/discourse/default.nix
··· 10 }@args: 11 12 let 13 - version = "2.8.0.beta10"; 14 15 src = fetchFromGitHub { 16 owner = "discourse"; 17 repo = "discourse"; 18 rev = "v${version}"; 19 - sha256 = "sha256-mlTOsHR8p0mTdhZHBESyDAa1XtMJ4uIht0VUcGD6Ses="; 20 }; 21 22 runtimeDeps = [
··· 10 }@args: 11 12 let 13 + version = "2.8.0.beta11"; 14 15 src = fetchFromGitHub { 16 owner = "discourse"; 17 repo = "discourse"; 18 rev = "v${version}"; 19 + sha256 = "sha256-dTem4or0SunXCJFpNkeM0CSXY+58AeQAuMaLzhfGMY0="; 20 }; 21 22 runtimeDeps = [
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 - rev = "920503f5fc2cbec1b3ba4d431cffda2281e12509"; 9 - sha256 = "sha256-qMUlJwETu99Qmbh4sn/1Vn7Xgaj3Jhi+/E8ecIbnVH8="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 + rev = "a52da2396c5787a07c2746890bb44a0921a149e9"; 9 + sha256 = "sha256-UzpDesqxC20teyKYwqizYvjvR47zApyLporCU71RNvk="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (7.0.0) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1)
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (7.0.1) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1)
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 - rev = "9c5516ff039225be04b1302c5c67837ce64fba9c"; 10 - sha256 = "sha256-tfQWhkQvHrIUl0+tIv8X65MvoUhUnKD7KHwQbBm3p7U="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 + rev = "f3b64f7b8c009f18bdc16def7c7299f747ea08ab"; 10 + sha256 = "sha256-ACbPMfqyFj9877r56qr+wxHEln+L1sAuQg/YUDGpuds="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "04bsr3420wb8y5pagg3s0rkx44fix47wrjvfby2d205l9bq6azyk"; 9 type = "gem"; 10 }; 11 - version = "7.0.0"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"];
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "02lys9pnb99hsczs551iqzjn008i8k7c728xxba7acfi9rdw9pa6"; 9 type = "gem"; 10 }; 11 + version = "7.0.1"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-canned-replies"; 8 - rev = "dbbb8740287e44b5e9f0d8c968e3d237154e1f3c"; 9 - sha256 = "sha256-o4yZaXiQpt7Bb29kVKJOiIdNgcSEOnSiFAIhZtiX6ys="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-canned-replies";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-canned-replies"; 8 + rev = "598946bc92171426792f120f0a68ad4ecaae1c91"; 9 + sha256 = "sha256-HLrmj/dHj6wWUEqsFAh8gIPaZCIaXN1kZo17UHJwP70="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-canned-replies";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 - rev = "46b2c05cbd00dbc49bff87d78f8e1ec4fdd43735"; 9 - sha256 = "sha256-G17obAc03FR3Qzn/IR++Y5Z1TkpP6lY5UDJsm4Lmj0M="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 + rev = "45a16e2c40f9b79a351e52b905c7816ddbd29bb3"; 9 + sha256 = "sha256-cu9JhBB4ggsVzKlxe9x2WQVgwzwAA5U6OEKhbiRQACU="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 - rev = "b4e14bdac40131bd70a698015b35a111a18c9f88"; 9 - sha256 = "sha256-okxcLu6gXvEY37ylnhit5B+LwCdV5gMKBpC/m/PaGtc="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 + rev = "80d448b92173398530643ee07a40d6c60e4a3a5e"; 9 + sha256 = "sha256-FJtb7s4UQ6A4SEezB/58pmvpN+f1gVBY/G4GUzE20ME="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 - rev = "f77f5999069dbe98c49302566c82e5f77bb72db2"; 9 - sha256 = "sha256-N9LmFnza1pA3JRBE9bT9b/NhdYMKoF5GOUpq9XYdokY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 + rev = "58cfe737f7eb3d401a059edc8d24ed0ec22fa2f7"; 9 + sha256 = "sha256-pwzW+HCby2HD5SsnFCi8kUqN/dQuZiVkdmqQ2P2XQ2c="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 - rev = "e56816eb502b5ea37606f65a8df188e233f77240"; 9 - sha256 = "sha256-qvuoFsVXKa2IZgjVeqCca7X9jfohEBaoieZRsSFJCto="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 + rev = "f8ac536160c662f29c49111beb5b18b70dbe8cd9"; 9 + sha256 = "sha256-pU5Dl+G2HRKfWi+W+P4ZP6A8EMqi9xaIYXx1xUg9I54="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+8 -4
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
··· 3 specs: 4 addressable (2.8.0) 5 public_suffix (>= 2.0.2, < 5.0) 6 - faraday (1.8.0) 7 faraday-em_http (~> 1.0) 8 faraday-em_synchrony (~> 1.0) 9 faraday-excon (~> 1.1) 10 - faraday-httpclient (~> 1.0.1) 11 faraday-net_http (~> 1.0) 12 - faraday-net_http_persistent (~> 1.1) 13 faraday-patron (~> 1.0) 14 faraday-rack (~> 1.0) 15 - multipart-post (>= 1.2, < 3) 16 ruby2_keywords (>= 0.0.4) 17 faraday-em_http (1.0.0) 18 faraday-em_synchrony (1.0.0) 19 faraday-excon (1.1.0) 20 faraday-httpclient (1.0.1) 21 faraday-net_http (1.0.1) 22 faraday-net_http_persistent (1.2.0) 23 faraday-patron (1.0.0) 24 faraday-rack (1.0.0) 25 multipart-post (2.1.1) 26 octokit (4.21.0) 27 faraday (>= 0.9)
··· 3 specs: 4 addressable (2.8.0) 5 public_suffix (>= 2.0.2, < 5.0) 6 + faraday (1.9.3) 7 faraday-em_http (~> 1.0) 8 faraday-em_synchrony (~> 1.0) 9 faraday-excon (~> 1.1) 10 + faraday-httpclient (~> 1.0) 11 + faraday-multipart (~> 1.0) 12 faraday-net_http (~> 1.0) 13 + faraday-net_http_persistent (~> 1.0) 14 faraday-patron (~> 1.0) 15 faraday-rack (~> 1.0) 16 + faraday-retry (~> 1.0) 17 ruby2_keywords (>= 0.0.4) 18 faraday-em_http (1.0.0) 19 faraday-em_synchrony (1.0.0) 20 faraday-excon (1.1.0) 21 faraday-httpclient (1.0.1) 22 + faraday-multipart (1.0.3) 23 + multipart-post (>= 1.2, < 3) 24 faraday-net_http (1.0.1) 25 faraday-net_http_persistent (1.2.0) 26 faraday-patron (1.0.0) 27 faraday-rack (1.0.0) 28 + faraday-retry (1.0.3) 29 multipart-post (2.1.1) 30 octokit (4.21.0) 31 faraday (>= 0.9)
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 - rev = "9fae5e365c1330bc25265e3bb2a06d29adb38266"; 10 - sha256 = "sha256-0HUrhO78XbTr6ygNFT+Uh70n2z9dFpimawh4u8fpNjg="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 + rev = "f4635f94f8c1eaf38f7b025d1fc236e404a39414"; 10 + sha256 = "sha256-kd8iCgLuFxFbu8HR9ttzmVFF4AK0P7cbo1q15kD9Dp4="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
+24 -3
pkgs/servers/web-apps/discourse/plugins/discourse-github/gemset.nix
··· 11 version = "2.8.0"; 12 }; 13 faraday = { 14 - dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "multipart-post" "ruby2_keywords"]; 15 groups = ["default"]; 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "0afhlqgby2cizcwgh7h2sq5f77q01axjbdl25bsvfwsry9n7gyyi"; 20 type = "gem"; 21 }; 22 - version = "1.8.0"; 23 }; 24 faraday-em_http = { 25 groups = ["default"]; ··· 61 }; 62 version = "1.0.1"; 63 }; 64 faraday-net_http = { 65 groups = ["default"]; 66 platforms = []; ··· 100 type = "gem"; 101 }; 102 version = "1.0.0"; 103 }; 104 multipart-post = { 105 groups = ["default"];
··· 11 version = "2.8.0"; 12 }; 13 faraday = { 14 + dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-multipart" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "faraday-retry" "ruby2_keywords"]; 15 groups = ["default"]; 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "0y32gj994ll3zlcqjmwp78r7s03iiwayij6fz2pjpkfywgvp71s6"; 20 type = "gem"; 21 }; 22 + version = "1.9.3"; 23 }; 24 faraday-em_http = { 25 groups = ["default"]; ··· 61 }; 62 version = "1.0.1"; 63 }; 64 + faraday-multipart = { 65 + dependencies = ["multipart-post"]; 66 + groups = ["default"]; 67 + platforms = []; 68 + source = { 69 + remotes = ["https://rubygems.org"]; 70 + sha256 = "03qfi9020ynf7hkdiaq01sd2mllvw7fg4qiin3pk028b4wv23j3j"; 71 + type = "gem"; 72 + }; 73 + version = "1.0.3"; 74 + }; 75 faraday-net_http = { 76 groups = ["default"]; 77 platforms = []; ··· 111 type = "gem"; 112 }; 113 version = "1.0.0"; 114 + }; 115 + faraday-retry = { 116 + groups = ["default"]; 117 + platforms = []; 118 + source = { 119 + remotes = ["https://rubygems.org"]; 120 + sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd"; 121 + type = "gem"; 122 + }; 123 + version = "1.0.3"; 124 }; 125 multipart-post = { 126 groups = ["default"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-ldap-auth/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "jonmbake"; 8 repo = "discourse-ldap-auth"; 9 - rev = "1c10221836393c3cfac470a7b08de6f31150c802"; 10 - sha256 = "sha256-IiAl3OTADXSUnL+OKKHJY9Xqd4zCNJ2wOrgTN3nm5Yw="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/jonmbake/discourse-ldap-auth";
··· 6 src = fetchFromGitHub { 7 owner = "jonmbake"; 8 repo = "discourse-ldap-auth"; 9 + rev = "fe014176bd635e7df24ee2978d356e1f87d8daed"; 10 + sha256 = "sha256-1Cx+65rJx292sTfPUfbzSfJAU71V1pKWvWdLNCq8M8A="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/jonmbake/discourse-ldap-auth";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 - rev = "3de98fc75b7d06d06651edc48449b1bb71d2171b"; 9 - sha256 = "sha256-HDhy6uvfmBxJq9UobLhAUdFcYULFvPZbb5vT1Sg7ung="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 + rev = "33662c4b1d8a3faa6138261bd6a6043b4d9ac037"; 9 + sha256 = "sha256-UMGj2KqYHs7MtVHBGLUgUKA7wzhX32160b4OihiwgCI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 - rev = "aa6a628687edc041bd6f46eb2a38e9a71644bdda"; 10 - sha256 = "sha256-VdaeueESr7X4gB1pW9e//nDLz62GTaZEPyFIvvCfg18="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 + rev = "bba36d68a44b1e1d19729d14fd04ad280fc32c58"; 10 + sha256 = "sha256-9CV5A3gQzYvokTLNOwoX1jQhGaZQBn4tn5jn7bfhLS4="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 - rev = "aaaf3eda30e5fc03c880c056c1f2388739569fb0"; 10 - sha256 = "sha256-8bfjPCcwDjEC7Tu0Jr9VZRpaDlP2nlIOWBH8pUQakxo="; 11 }; 12 13 patches = [
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 + rev = "d71565f7ee4d3fe5cef8c8831a20cec5e52a1367"; 10 + sha256 = "sha256-Zn/ZzbMyHImQ9vc7KJI2gtVKYyqbWOZWK3qg7BK0xxQ="; 11 }; 12 13 patches = [
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 - rev = "0c14b9080306c2e35abf32f8211076286fdfbd2f"; 9 - sha256 = "sha256-ahNw2WL5J4qAyUBgpYWTiS4G+QmQa+gloG2Vu67qXR8="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 + rev = "a10f2eb7ccbf3be037144978d0aa36d8fa44115b"; 9 + sha256 = "sha256-WIqju9JUy3bij2iHHjWv/+TfODev5icYNYS5kRruLcc="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 - rev = "6f50e2633545e160c01188bdfa9e57adf1d18adc"; 9 - sha256 = "sha256-+L4GzJrt15vYY29iYxVpPZFYhLygZJK4I5fqvhdI/HI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 + rev = "d7c8c95f2dbc7fa94b09d2590d70558346f6e81e"; 9 + sha256 = "sha256-utuv7JL/WJU48TE0+RIRoUpIFrcUpQGvPzfIXA2ZCL8="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 - rev = "f9545afaa557829f8f0c17a856e028a5be7407cf"; 9 - sha256 = "sha256-VhA7tK+uE2r6E66yn5FbT+Mdp9Ckj92xCF3Q9Wp60T8="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 + rev = "0cbbaa20f5bf097a0d4ec1361534f97e4b7e1604"; 9 + sha256 = "sha256-FpA1+ZC5rInUkCrWMU3HU9Hmi/58f/OrfmeXd5nowvU="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 - rev = "c2d8b9456834796e90f2e13e7d11a08f389531e1"; 9 - sha256 = "sha256-z6JBsuq4nj1eqfU/xoU4xWcVNphuyr3C3iKO0chcSz4="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 + rev = "5011df324caaa89433f089bb9d9cfdf919457b11"; 9 + sha256 = "sha256-2iPbC/nvTmJ8heqX1C8sfNnkTeO6jHn+gzEraAdJvMg="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 - rev = "e42f48a576b753cb1e042e9693af35214333bb0f"; 9 - sha256 = "sha256-8+pwiQE0Ytva0t80bRDs+7mTZ82fPpmwb7Nk9boPFt8="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 + rev = "69a6c2ca39a41d88ff07ebd7c38c082082415dc9"; 9 + sha256 = "sha256-jrpKjINnAxfkMdK89b0OyKkgivIC4L/aL5qU4XZdgnk="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";
+28 -24
pkgs/servers/web-apps/discourse/rubyEnv/Gemfile.lock
··· 80 rack (>= 0.9.0) 81 binding_of_caller (1.0.0) 82 debug_inspector (>= 0.0.1) 83 - bootsnap (1.9.3) 84 msgpack (~> 1.0) 85 builder (3.2.4) 86 bullet (7.0.0) ··· 104 css_parser (1.11.0) 105 addressable 106 debug_inspector (1.1.0) 107 - diff-lcs (1.4.4) 108 diffy (3.4.0) 109 discourse-ember-rails (0.18.6) 110 active_model_serializers ··· 119 faker (~> 2.16) 120 literate_randomizer 121 docile (1.4.0) 122 - ecma-re-validator (0.3.0) 123 - regexp_parser (~> 2.0) 124 email_reply_trimmer (0.1.13) 125 ember-data-source (3.0.2) 126 ember-source (>= 2, < 3.0) ··· 136 faker (2.19.0) 137 i18n (>= 1.6, < 2) 138 fakeweb (1.3.0) 139 - faraday (1.8.0) 140 faraday-em_http (~> 1.0) 141 faraday-em_synchrony (~> 1.0) 142 faraday-excon (~> 1.1) 143 - faraday-httpclient (~> 1.0.1) 144 faraday-net_http (~> 1.0) 145 - faraday-net_http_persistent (~> 1.1) 146 faraday-patron (~> 1.0) 147 faraday-rack (~> 1.0) 148 - multipart-post (>= 1.2, < 3) 149 ruby2_keywords (>= 0.0.4) 150 faraday-em_http (1.0.0) 151 faraday-em_synchrony (1.0.0) 152 faraday-excon (1.1.0) 153 faraday-httpclient (1.0.1) 154 faraday-net_http (1.0.1) 155 faraday-net_http_persistent (1.2.0) 156 faraday-patron (1.0.0) 157 faraday-rack (1.0.0) 158 fast_blank (1.0.1) 159 fast_xs (0.8.0) 160 fastimage (2.2.6) 161 - ffi (1.15.4) 162 fspath (3.1.2) 163 gc_tracer (1.5.1) 164 globalid (1.0.0) ··· 166 guess_html_encoding (0.0.11) 167 hana (1.3.7) 168 hashdiff (1.0.1) 169 - hashie (4.1.0) 170 highline (2.0.3) 171 hkdf (0.3.0) 172 htmlentities (4.3.4) ··· 182 image_size (3.0.1) 183 in_threads (1.5.4) 184 ipaddr (1.2.3) 185 - jmespath (1.4.0) 186 jquery-rails (4.4.0) 187 rails-dom-testing (>= 1, < 3) 188 railties (>= 4.2.0) ··· 218 lz4-ruby (0.3.3) 219 maxminddb (0.1.22) 220 memory_profiler (1.0.0) 221 - message_bus (3.3.8) 222 rack (>= 1.1.3) 223 method_source (1.0.0) 224 mini_mime (1.1.2) 225 mini_portile2 (2.6.1) 226 - mini_racer (0.5.0) 227 libv8-node (~> 16.10.0.0) 228 mini_scheduler (0.13.0) 229 sidekiq (>= 4.2.3) ··· 281 parallel (1.21.0) 282 parallel_tests (3.7.3) 283 parallel 284 - parser (3.0.3.2) 285 ast (~> 2.4.1) 286 pg (1.2.3) 287 progress (3.6.0) ··· 323 method_source 324 rake (>= 0.13) 325 thor (~> 1.0) 326 - rainbow (3.0.0) 327 raindrops (0.20.0) 328 rake (13.0.6) 329 rb-fsevent (0.11.0) ··· 378 json-schema (~> 2.2) 379 railties (>= 3.1, < 7.0) 380 rtlit (0.0.5) 381 - rubocop (1.23.0) 382 parallel (~> 1.10) 383 parser (>= 3.0.0.0) 384 rainbow (>= 2.2.2, < 4.0) 385 regexp_parser (>= 1.8, < 3.0) 386 rexml 387 - rubocop-ast (>= 1.12.0, < 2.0) 388 ruby-progressbar (~> 1.7) 389 unicode-display_width (>= 1.4.0, < 3.0) 390 - rubocop-ast (1.15.0) 391 parser (>= 3.0.1.1) 392 rubocop-discourse (2.5.0) 393 rubocop (>= 1.1.0) 394 rubocop-rspec (>= 2.0.0) 395 - rubocop-rspec (2.6.0) 396 rubocop (~> 1.19) 397 ruby-prof (1.4.3) 398 ruby-progressbar (1.11.0) ··· 416 seed-fu (2.3.9) 417 activerecord (>= 3.1) 418 activesupport (>= 3.1) 419 - shoulda-matchers (5.0.0) 420 activesupport (>= 5.2.0) 421 sidekiq (6.3.1) 422 connection_pool (>= 2.2.2) ··· 438 sshkey (2.0.0) 439 stackprof (0.2.17) 440 test-prof (1.0.7) 441 - thor (1.1.0) 442 tilt (2.0.10) 443 tzinfo (2.0.4) 444 concurrent-ruby (~> 1.0) ··· 448 unf_ext 449 unf_ext (0.0.8) 450 unicode-display_width (2.1.0) 451 - unicorn (6.0.0) 452 kgio (~> 2.6) 453 raindrops (~> 0.7) 454 uniform_notifier (1.14.2) ··· 462 jwt (~> 2.0) 463 xorcist (1.1.2) 464 yaml-lint (0.0.10) 465 - zeitwerk (2.5.1) 466 467 PLATFORMS 468 ruby ··· 597 yaml-lint 598 599 BUNDLED WITH 600 - 2.2.26
··· 80 rack (>= 0.9.0) 81 binding_of_caller (1.0.0) 82 debug_inspector (>= 0.0.1) 83 + bootsnap (1.9.4) 84 msgpack (~> 1.0) 85 builder (3.2.4) 86 bullet (7.0.0) ··· 104 css_parser (1.11.0) 105 addressable 106 debug_inspector (1.1.0) 107 + diff-lcs (1.5.0) 108 diffy (3.4.0) 109 discourse-ember-rails (0.18.6) 110 active_model_serializers ··· 119 faker (~> 2.16) 120 literate_randomizer 121 docile (1.4.0) 122 + ecma-re-validator (0.4.0) 123 + regexp_parser (~> 2.2) 124 email_reply_trimmer (0.1.13) 125 ember-data-source (3.0.2) 126 ember-source (>= 2, < 3.0) ··· 136 faker (2.19.0) 137 i18n (>= 1.6, < 2) 138 fakeweb (1.3.0) 139 + faraday (1.9.3) 140 faraday-em_http (~> 1.0) 141 faraday-em_synchrony (~> 1.0) 142 faraday-excon (~> 1.1) 143 + faraday-httpclient (~> 1.0) 144 + faraday-multipart (~> 1.0) 145 faraday-net_http (~> 1.0) 146 + faraday-net_http_persistent (~> 1.0) 147 faraday-patron (~> 1.0) 148 faraday-rack (~> 1.0) 149 + faraday-retry (~> 1.0) 150 ruby2_keywords (>= 0.0.4) 151 faraday-em_http (1.0.0) 152 faraday-em_synchrony (1.0.0) 153 faraday-excon (1.1.0) 154 faraday-httpclient (1.0.1) 155 + faraday-multipart (1.0.3) 156 + multipart-post (>= 1.2, < 3) 157 faraday-net_http (1.0.1) 158 faraday-net_http_persistent (1.2.0) 159 faraday-patron (1.0.0) 160 faraday-rack (1.0.0) 161 + faraday-retry (1.0.3) 162 fast_blank (1.0.1) 163 fast_xs (0.8.0) 164 fastimage (2.2.6) 165 + ffi (1.15.5) 166 fspath (3.1.2) 167 gc_tracer (1.5.1) 168 globalid (1.0.0) ··· 170 guess_html_encoding (0.0.11) 171 hana (1.3.7) 172 hashdiff (1.0.1) 173 + hashie (5.0.0) 174 highline (2.0.3) 175 hkdf (0.3.0) 176 htmlentities (4.3.4) ··· 186 image_size (3.0.1) 187 in_threads (1.5.4) 188 ipaddr (1.2.3) 189 + jmespath (1.5.0) 190 jquery-rails (4.4.0) 191 rails-dom-testing (>= 1, < 3) 192 railties (>= 4.2.0) ··· 222 lz4-ruby (0.3.3) 223 maxminddb (0.1.22) 224 memory_profiler (1.0.0) 225 + message_bus (4.0.0) 226 rack (>= 1.1.3) 227 method_source (1.0.0) 228 mini_mime (1.1.2) 229 mini_portile2 (2.6.1) 230 + mini_racer (0.6.1) 231 libv8-node (~> 16.10.0.0) 232 mini_scheduler (0.13.0) 233 sidekiq (>= 4.2.3) ··· 285 parallel (1.21.0) 286 parallel_tests (3.7.3) 287 parallel 288 + parser (3.1.0.0) 289 ast (~> 2.4.1) 290 pg (1.2.3) 291 progress (3.6.0) ··· 327 method_source 328 rake (>= 0.13) 329 thor (~> 1.0) 330 + rainbow (3.1.1) 331 raindrops (0.20.0) 332 rake (13.0.6) 333 rb-fsevent (0.11.0) ··· 382 json-schema (~> 2.2) 383 railties (>= 3.1, < 7.0) 384 rtlit (0.0.5) 385 + rubocop (1.24.1) 386 parallel (~> 1.10) 387 parser (>= 3.0.0.0) 388 rainbow (>= 2.2.2, < 4.0) 389 regexp_parser (>= 1.8, < 3.0) 390 rexml 391 + rubocop-ast (>= 1.15.1, < 2.0) 392 ruby-progressbar (~> 1.7) 393 unicode-display_width (>= 1.4.0, < 3.0) 394 + rubocop-ast (1.15.1) 395 parser (>= 3.0.1.1) 396 rubocop-discourse (2.5.0) 397 rubocop (>= 1.1.0) 398 rubocop-rspec (>= 2.0.0) 399 + rubocop-rspec (2.7.0) 400 rubocop (~> 1.19) 401 ruby-prof (1.4.3) 402 ruby-progressbar (1.11.0) ··· 420 seed-fu (2.3.9) 421 activerecord (>= 3.1) 422 activesupport (>= 3.1) 423 + shoulda-matchers (5.1.0) 424 activesupport (>= 5.2.0) 425 sidekiq (6.3.1) 426 connection_pool (>= 2.2.2) ··· 442 sshkey (2.0.0) 443 stackprof (0.2.17) 444 test-prof (1.0.7) 445 + thor (1.2.1) 446 tilt (2.0.10) 447 tzinfo (2.0.4) 448 concurrent-ruby (~> 1.0) ··· 452 unf_ext 453 unf_ext (0.0.8) 454 unicode-display_width (2.1.0) 455 + unicorn (6.1.0) 456 kgio (~> 2.6) 457 raindrops (~> 0.7) 458 uniform_notifier (1.14.2) ··· 466 jwt (~> 2.0) 467 xorcist (1.1.2) 468 yaml-lint (0.0.10) 469 + zeitwerk (2.5.3) 470 471 PLATFORMS 472 ruby ··· 601 yaml-lint 602 603 BUNDLED WITH 604 + 2.3.4
+58 -37
pkgs/servers/web-apps/discourse/rubyEnv/gemset.nix
··· 252 }]; 253 source = { 254 remotes = ["https://rubygems.org"]; 255 - sha256 = "18prmylz53gsw651f0sibb2mvdxgd2zzdzh6a9a1idpqhyxcnbg7"; 256 type = "gem"; 257 }; 258 - version = "1.9.3"; 259 }; 260 builder = { 261 groups = ["default" "development" "test"]; ··· 434 platforms = []; 435 source = { 436 remotes = ["https://rubygems.org"]; 437 - sha256 = "0m925b8xc6kbpnif9dldna24q1szg4mk0fvszrki837pfn46afmz"; 438 type = "gem"; 439 }; 440 - version = "1.4.4"; 441 }; 442 diffy = { 443 groups = ["default"]; ··· 507 platforms = []; 508 source = { 509 remotes = ["https://rubygems.org"]; 510 - sha256 = "1mz0nsl2093jd94nygw8qs13rwfwl1ax76xz3ypinr5hqbc5pab6"; 511 type = "gem"; 512 }; 513 - version = "0.3.0"; 514 }; 515 email_reply_trimmer = { 516 groups = ["default"]; ··· 630 version = "1.3.0"; 631 }; 632 faraday = { 633 - dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "multipart-post" "ruby2_keywords"]; 634 groups = ["default"]; 635 platforms = []; 636 source = { 637 remotes = ["https://rubygems.org"]; 638 - sha256 = "0afhlqgby2cizcwgh7h2sq5f77q01axjbdl25bsvfwsry9n7gyyi"; 639 type = "gem"; 640 }; 641 - version = "1.8.0"; 642 }; 643 faraday-em_http = { 644 groups = ["default"]; ··· 680 }; 681 version = "1.0.1"; 682 }; 683 faraday-net_http = { 684 groups = ["default"]; 685 platforms = []; ··· 720 }; 721 version = "1.0.0"; 722 }; 723 fast_blank = { 724 groups = ["default"]; 725 platforms = [{ ··· 771 }]; 772 source = { 773 remotes = ["https://rubygems.org"]; 774 - sha256 = "0ssxcywmb3flxsjdg13is6k01807zgzasdhj4j48dm7ac59cmksn"; 775 type = "gem"; 776 }; 777 - version = "1.15.4"; 778 }; 779 fspath = { 780 groups = ["default"]; ··· 846 platforms = []; 847 source = { 848 remotes = ["https://rubygems.org"]; 849 - sha256 = "02bsx12ihl78x0vdm37byp78jjw2ff6035y7rrmbd90qxjwxr43q"; 850 type = "gem"; 851 }; 852 - version = "4.1.0"; 853 }; 854 highline = { 855 groups = ["default"]; ··· 948 platforms = []; 949 source = { 950 remotes = ["https://rubygems.org"]; 951 - sha256 = "1d4wac0dcd1jf6kc57891glih9w57552zgqswgy74d1xhgnk0ngf"; 952 type = "gem"; 953 }; 954 - version = "1.4.0"; 955 }; 956 jquery-rails = { 957 dependencies = ["rails-dom-testing" "railties" "thor"]; ··· 1175 platforms = []; 1176 source = { 1177 remotes = ["https://rubygems.org"]; 1178 - sha256 = "0xf3r47qpigg661krwa8z7k4f0z0rx9r5g2mgahrrwgjn67d332l"; 1179 type = "gem"; 1180 }; 1181 - version = "3.3.8"; 1182 }; 1183 method_source = { 1184 groups = ["default" "development" "test"]; ··· 1216 platforms = []; 1217 source = { 1218 remotes = ["https://rubygems.org"]; 1219 - sha256 = "1b6lahs31m3ky4maq8s83w35lkariq0g1f6bjhnaxvwzjhhar5cf"; 1220 type = "gem"; 1221 }; 1222 - version = "0.5.0"; 1223 }; 1224 mini_scheduler = { 1225 dependencies = ["sidekiq"]; ··· 1530 platforms = []; 1531 source = { 1532 remotes = ["https://rubygems.org"]; 1533 - sha256 = "0sszdl9mpzqzn9kxrp28sqmg47mjxcwypr4d60vbajqba4v885di"; 1534 type = "gem"; 1535 }; 1536 - version = "3.0.3.2"; 1537 }; 1538 pg = { 1539 groups = ["default"]; ··· 1736 platforms = []; 1737 source = { 1738 remotes = ["https://rubygems.org"]; 1739 - sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk"; 1740 type = "gem"; 1741 }; 1742 - version = "3.0.0"; 1743 }; 1744 raindrops = { 1745 groups = ["default"]; ··· 2020 platforms = []; 2021 source = { 2022 remotes = ["https://rubygems.org"]; 2023 - sha256 = "03ivbqd5blsb7v5mhrzxvn23779rqpyrsm7l086pb6ihp47122qb"; 2024 type = "gem"; 2025 }; 2026 - version = "1.23.0"; 2027 }; 2028 rubocop-ast = { 2029 dependencies = ["parser"]; ··· 2031 platforms = []; 2032 source = { 2033 remotes = ["https://rubygems.org"]; 2034 - sha256 = "0bj8ppl4143f7pkcwm4l5wcahid6yzracdlzh1w2fpss89pic2rf"; 2035 type = "gem"; 2036 }; 2037 - version = "1.15.0"; 2038 }; 2039 rubocop-discourse = { 2040 dependencies = ["rubocop" "rubocop-rspec"]; ··· 2053 platforms = []; 2054 source = { 2055 remotes = ["https://rubygems.org"]; 2056 - sha256 = "0g7kwmb1ilmc8pfyvfh87yjp26qzij2ib7h3lqcl42cp33cg2zzk"; 2057 type = "gem"; 2058 }; 2059 - version = "2.6.0"; 2060 }; 2061 ruby-prof = { 2062 groups = ["development"]; ··· 2163 platforms = []; 2164 source = { 2165 remotes = ["https://rubygems.org"]; 2166 - sha256 = "0z6v2acldnvqrnvfk70f9xq39ppw5j03kbz2hpz7s17lgnn21vx8"; 2167 type = "gem"; 2168 }; 2169 - version = "5.0.0"; 2170 }; 2171 sidekiq = { 2172 dependencies = ["connection_pool" "rack" "redis"]; ··· 2271 platforms = []; 2272 source = { 2273 remotes = ["https://rubygems.org"]; 2274 - sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna"; 2275 type = "gem"; 2276 }; 2277 - version = "1.1.0"; 2278 }; 2279 tilt = { 2280 groups = ["default"]; ··· 2351 }]; 2352 source = { 2353 remotes = ["https://rubygems.org"]; 2354 - sha256 = "1jcm85d7j7njfgims712svlgml32zjim6qwabm99645aj5laayln"; 2355 type = "gem"; 2356 }; 2357 - version = "6.0.0"; 2358 }; 2359 uniform_notifier = { 2360 groups = ["default" "development"]; ··· 2423 platforms = []; 2424 source = { 2425 remotes = ["https://rubygems.org"]; 2426 - sha256 = "18l4r6layck0d80ydc692mv1lxak5xbf6w2paj1x7m2ggbggzxgj"; 2427 type = "gem"; 2428 }; 2429 - version = "2.5.1"; 2430 }; 2431 }
··· 252 }]; 253 source = { 254 remotes = ["https://rubygems.org"]; 255 + sha256 = "19i4x2nascd74ahcvmrsnf03cygh1y4c9yf8rcv91fv0mcxpvb9n"; 256 type = "gem"; 257 }; 258 + version = "1.9.4"; 259 }; 260 builder = { 261 groups = ["default" "development" "test"]; ··· 434 platforms = []; 435 source = { 436 remotes = ["https://rubygems.org"]; 437 + sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9"; 438 type = "gem"; 439 }; 440 + version = "1.5.0"; 441 }; 442 diffy = { 443 groups = ["default"]; ··· 507 platforms = []; 508 source = { 509 remotes = ["https://rubygems.org"]; 510 + sha256 = "1kqci9ixr1jfp2aaq5lsyz5lkn37z2k94ww9d2hyrd8ncrhrhx8f"; 511 type = "gem"; 512 }; 513 + version = "0.4.0"; 514 }; 515 email_reply_trimmer = { 516 groups = ["default"]; ··· 630 version = "1.3.0"; 631 }; 632 faraday = { 633 + dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-multipart" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "faraday-retry" "ruby2_keywords"]; 634 groups = ["default"]; 635 platforms = []; 636 source = { 637 remotes = ["https://rubygems.org"]; 638 + sha256 = "0y32gj994ll3zlcqjmwp78r7s03iiwayij6fz2pjpkfywgvp71s6"; 639 type = "gem"; 640 }; 641 + version = "1.9.3"; 642 }; 643 faraday-em_http = { 644 groups = ["default"]; ··· 680 }; 681 version = "1.0.1"; 682 }; 683 + faraday-multipart = { 684 + dependencies = ["multipart-post"]; 685 + groups = ["default"]; 686 + platforms = []; 687 + source = { 688 + remotes = ["https://rubygems.org"]; 689 + sha256 = "03qfi9020ynf7hkdiaq01sd2mllvw7fg4qiin3pk028b4wv23j3j"; 690 + type = "gem"; 691 + }; 692 + version = "1.0.3"; 693 + }; 694 faraday-net_http = { 695 groups = ["default"]; 696 platforms = []; ··· 731 }; 732 version = "1.0.0"; 733 }; 734 + faraday-retry = { 735 + groups = ["default"]; 736 + platforms = []; 737 + source = { 738 + remotes = ["https://rubygems.org"]; 739 + sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd"; 740 + type = "gem"; 741 + }; 742 + version = "1.0.3"; 743 + }; 744 fast_blank = { 745 groups = ["default"]; 746 platforms = [{ ··· 792 }]; 793 source = { 794 remotes = ["https://rubygems.org"]; 795 + sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg"; 796 type = "gem"; 797 }; 798 + version = "1.15.5"; 799 }; 800 fspath = { 801 groups = ["default"]; ··· 867 platforms = []; 868 source = { 869 remotes = ["https://rubygems.org"]; 870 + sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x"; 871 type = "gem"; 872 }; 873 + version = "5.0.0"; 874 }; 875 highline = { 876 groups = ["default"]; ··· 969 platforms = []; 970 source = { 971 remotes = ["https://rubygems.org"]; 972 + sha256 = "1ylph158dc3ql6cvkik00ab6gf2k1rv2dii63m196xclhkzwfyan"; 973 type = "gem"; 974 }; 975 + version = "1.5.0"; 976 }; 977 jquery-rails = { 978 dependencies = ["rails-dom-testing" "railties" "thor"]; ··· 1196 platforms = []; 1197 source = { 1198 remotes = ["https://rubygems.org"]; 1199 + sha256 = "0589k3ggj6s970mr2jaz8zfcnl5b926birwi6s3b6j3ijf2nh3s3"; 1200 type = "gem"; 1201 }; 1202 + version = "4.0.0"; 1203 }; 1204 method_source = { 1205 groups = ["default" "development" "test"]; ··· 1237 platforms = []; 1238 source = { 1239 remotes = ["https://rubygems.org"]; 1240 + sha256 = "1j45mg8fs7i0g6ndbzd9qqs3fhq6wpvlp5s95k6mjn1as71l5l55"; 1241 type = "gem"; 1242 }; 1243 + version = "0.6.1"; 1244 }; 1245 mini_scheduler = { 1246 dependencies = ["sidekiq"]; ··· 1551 platforms = []; 1552 source = { 1553 remotes = ["https://rubygems.org"]; 1554 + sha256 = "08q20ckhn58m49lccf93p0yv7pkc7hymmcz3di762kb658d5fd38"; 1555 type = "gem"; 1556 }; 1557 + version = "3.1.0.0"; 1558 }; 1559 pg = { 1560 groups = ["default"]; ··· 1757 platforms = []; 1758 source = { 1759 remotes = ["https://rubygems.org"]; 1760 + sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 1761 type = "gem"; 1762 }; 1763 + version = "3.1.1"; 1764 }; 1765 raindrops = { 1766 groups = ["default"]; ··· 2041 platforms = []; 2042 source = { 2043 remotes = ["https://rubygems.org"]; 2044 + sha256 = "1sn7ag295blmhpwv6x472m3fd0n25swz9imqwpk0hg21rdcdw7p0"; 2045 type = "gem"; 2046 }; 2047 + version = "1.24.1"; 2048 }; 2049 rubocop-ast = { 2050 dependencies = ["parser"]; ··· 2052 platforms = []; 2053 source = { 2054 remotes = ["https://rubygems.org"]; 2055 + sha256 = "1xrij42166a71ixfpfr1pildqdrcmc0cb4906h2s8sk4kqdyngih"; 2056 type = "gem"; 2057 }; 2058 + version = "1.15.1"; 2059 }; 2060 rubocop-discourse = { 2061 dependencies = ["rubocop" "rubocop-rspec"]; ··· 2074 platforms = []; 2075 source = { 2076 remotes = ["https://rubygems.org"]; 2077 + sha256 = "1d76haw5gjpxlfanfzicn7sb5gziyizaksm7i999p7p5dmy5vf9q"; 2078 type = "gem"; 2079 }; 2080 + version = "2.7.0"; 2081 }; 2082 ruby-prof = { 2083 groups = ["development"]; ··· 2184 platforms = []; 2185 source = { 2186 remotes = ["https://rubygems.org"]; 2187 + sha256 = "01svmyma958sbqfz0v29lbqbr0ibvgcng352nhx6bsc9k5c207d0"; 2188 type = "gem"; 2189 }; 2190 + version = "5.1.0"; 2191 }; 2192 sidekiq = { 2193 dependencies = ["connection_pool" "rack" "redis"]; ··· 2292 platforms = []; 2293 source = { 2294 remotes = ["https://rubygems.org"]; 2295 + sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi"; 2296 type = "gem"; 2297 }; 2298 + version = "1.2.1"; 2299 }; 2300 tilt = { 2301 groups = ["default"]; ··· 2372 }]; 2373 source = { 2374 remotes = ["https://rubygems.org"]; 2375 + sha256 = "1h0gma14jjxiz6piyi6p99q7lya2mxrq79l03160hascvmx9ipa5"; 2376 type = "gem"; 2377 }; 2378 + version = "6.1.0"; 2379 }; 2380 uniform_notifier = { 2381 groups = ["default" "development"]; ··· 2444 platforms = []; 2445 source = { 2446 remotes = ["https://rubygems.org"]; 2447 + sha256 = "0lmg9x683gr9mkrbq9df2m0zb0650mdfxqna0bs10js44inv7znx"; 2448 type = "gem"; 2449 }; 2450 + version = "2.5.3"; 2451 }; 2452 }
+3 -3
pkgs/servers/web-apps/discourse/unicorn_logging_and_timeout.patch
··· 1 diff --git a/config/unicorn.conf.rb b/config/unicorn.conf.rb 2 - index ffcafcb618..31ba691983 100644 3 --- a/config/unicorn.conf.rb 4 +++ b/config/unicorn.conf.rb 5 - @@ -27,18 +27,10 @@ pid (ENV["UNICORN_PID_PATH"] || "#{discourse_path}/tmp/pids/unicorn.pid") 6 7 if ENV["RAILS_ENV"] != "production" 8 - logger Logger.new($stdout) 9 - # we want a longer timeout in dev cause first request can be really slow 10 - timeout (ENV["UNICORN_TIMEOUT"] && ENV["UNICORN_TIMEOUT"].to_i || 60) 11 -else
··· 1 diff --git a/config/unicorn.conf.rb b/config/unicorn.conf.rb 2 + index e69979adfe..68cb04a036 100644 3 --- a/config/unicorn.conf.rb 4 +++ b/config/unicorn.conf.rb 5 + @@ -27,17 +27,9 @@ pid (ENV["UNICORN_PID_PATH"] || "#{discourse_path}/tmp/pids/unicorn.pid") 6 7 if ENV["RAILS_ENV"] != "production" 8 + logger Logger.new(STDOUT) 9 - # we want a longer timeout in dev cause first request can be really slow 10 - timeout (ENV["UNICORN_TIMEOUT"] && ENV["UNICORN_TIMEOUT"].to_i || 60) 11 -else