lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.05-pre 97 lines 2.5 kB view raw
1{ 2 chef-utils = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "14xd2md3cda42afl28hr5q4ng195zmqfn04w2bxr4s2fb0gglbrz"; 8 type = "gem"; 9 }; 10 version = "16.7.61"; 11 }; 12 kramdown = { 13 dependencies = ["rexml"]; 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 sha256 = "1vmw752c26ny2jwl0npn0gbyqwgz4hdmlpxnsld9qi9xhk5b1qh7"; 19 type = "gem"; 20 }; 21 version = "2.3.0"; 22 }; 23 kramdown-parser-gfm = { 24 dependencies = ["kramdown"]; 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; 30 type = "gem"; 31 }; 32 version = "1.1.0"; 33 }; 34 mdl = { 35 dependencies = ["kramdown" "kramdown-parser-gfm" "mixlib-cli" "mixlib-config" "mixlib-shellout"]; 36 groups = ["default"]; 37 platforms = []; 38 source = { 39 remotes = ["https://rubygems.org"]; 40 sha256 = "0vgzq6v2scd8n4cmx8rrypqmchnhg4wccrhiakg2i8fzv7wxplqq"; 41 type = "gem"; 42 }; 43 version = "0.11.0"; 44 }; 45 mixlib-cli = { 46 groups = ["default"]; 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 sha256 = "1ydxlfgd7nnj3rp1y70k4yk96xz5cywldjii2zbnw3sq9pippwp6"; 51 type = "gem"; 52 }; 53 version = "2.1.8"; 54 }; 55 mixlib-config = { 56 dependencies = ["tomlrb"]; 57 groups = ["default"]; 58 platforms = []; 59 source = { 60 remotes = ["https://rubygems.org"]; 61 sha256 = "1askip583sfnz25gywd508l3vj5wnvx9vp7gm1sfnixm7amssrwq"; 62 type = "gem"; 63 }; 64 version = "3.0.9"; 65 }; 66 mixlib-shellout = { 67 dependencies = ["chef-utils"]; 68 groups = ["default"]; 69 platforms = []; 70 source = { 71 remotes = ["https://rubygems.org"]; 72 sha256 = "0y1z0phkdhpbsn8vz7a86nhkr7ra619j86z5p75amz61kfpw42z9"; 73 type = "gem"; 74 }; 75 version = "3.2.2"; 76 }; 77 rexml = { 78 groups = ["default"]; 79 platforms = []; 80 source = { 81 remotes = ["https://rubygems.org"]; 82 sha256 = "1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3"; 83 type = "gem"; 84 }; 85 version = "3.2.4"; 86 }; 87 tomlrb = { 88 groups = ["default"]; 89 platforms = []; 90 source = { 91 remotes = ["https://rubygems.org"]; 92 sha256 = "0ssyvjcvaisv70f21arlmnw5a1ryzmxzz4538vdwfslz9xxl27sr"; 93 type = "gem"; 94 }; 95 version = "2.0.0"; 96 }; 97}