lol
0
fork

Configure Feed

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

shopify-cli: 2.14.0 -> 2.32.0

+25 -24
+10 -10
pkgs/development/web/shopify-cli/Gemfile.lock
··· 4 4 ast (2.4.2) 5 5 bugsnag (6.24.2) 6 6 concurrent-ruby (~> 1.0) 7 - concurrent-ruby (1.1.9) 7 + concurrent-ruby (1.1.10) 8 8 ffi (1.15.5) 9 - liquid (5.2.0) 9 + liquid (5.4.0) 10 10 listen (3.7.1) 11 11 rb-fsevent (~> 0.10, >= 0.10.3) 12 12 rb-inotify (~> 0.9, >= 0.9.10) 13 13 mini_portile2 (2.8.0) 14 - nokogiri (1.13.3) 14 + nokogiri (1.13.9) 15 15 mini_portile2 (~> 2.8.0) 16 16 racc (~> 1.4) 17 - parser (3.1.1.0) 17 + parser (3.1.2.1) 18 18 ast (~> 2.4.1) 19 19 racc (1.6.0) 20 - rb-fsevent (0.11.1) 20 + rb-fsevent (0.11.2) 21 21 rb-inotify (0.10.1) 22 22 ffi (~> 1.0) 23 - shopify-cli (2.14.0) 23 + shopify-cli (2.32.0) 24 24 bugsnag (~> 6.22) 25 25 listen (~> 3.7.0) 26 - theme-check (~> 1.10.1) 27 - theme-check (1.10.2) 28 - liquid (>= 5.1.0) 26 + theme-check (~> 1.11.0) 27 + theme-check (1.11.0) 28 + liquid (>= 5.4.0) 29 29 nokogiri (>= 1.12) 30 30 parser (~> 3) 31 31 ··· 36 36 shopify-cli 37 37 38 38 BUNDLED WITH 39 - 2.2.33 39 + 2.3.25
+1
pkgs/development/web/shopify-cli/default.nix
··· 4 4 rubyEnv = bundlerEnv { 5 5 name = "shopify-cli"; 6 6 gemdir = ./.; 7 + ruby = ruby; 7 8 }; 8 9 in 9 10 stdenv.mkDerivation rec {
+14 -14
pkgs/development/web/shopify-cli/gemset.nix
··· 25 25 platforms = []; 26 26 source = { 27 27 remotes = ["https://rubygems.org"]; 28 - sha256 = "0nwad3211p7yv9sda31jmbyw6sdafzmdi2i2niaz6f0wk5nq9h0f"; 28 + sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; 29 29 type = "gem"; 30 30 }; 31 - version = "1.1.9"; 31 + version = "1.1.10"; 32 32 }; 33 33 ffi = { 34 34 groups = ["default"]; ··· 45 45 platforms = []; 46 46 source = { 47 47 remotes = ["https://rubygems.org"]; 48 - sha256 = "16aqzbvhvm254hbl274l4883h38j8wlwkcarmg09c7wzgpi0jnl1"; 48 + sha256 = "0h0d0ghdf01lkv4x0mzp6zdkrnj7gsfq3widkhyni26bf6648qp3"; 49 49 type = "gem"; 50 50 }; 51 - version = "5.2.0"; 51 + version = "5.4.0"; 52 52 }; 53 53 listen = { 54 54 dependencies = ["rb-fsevent" "rb-inotify"]; ··· 77 77 platforms = []; 78 78 source = { 79 79 remotes = ["https://rubygems.org"]; 80 - sha256 = "1p6b3q411h2mw4dsvhjrp1hh66hha5cm69fqg85vn2lizz71n6xz"; 80 + sha256 = "0cam1455nmi3fzzpa9ixn2hsim10fbprmj62ajpd6d02mwdprwwn"; 81 81 type = "gem"; 82 82 }; 83 - version = "1.13.3"; 83 + version = "1.13.9"; 84 84 }; 85 85 parser = { 86 86 dependencies = ["ast"]; ··· 88 88 platforms = []; 89 89 source = { 90 90 remotes = ["https://rubygems.org"]; 91 - sha256 = "0zaghgvva2q4jqbachg8jvpwgbg3w1jqr0d00m8rqciqznjgsw3c"; 91 + sha256 = "1q31n7yj59wka8xl8s5wkf66hm4pgvblx95czyxffprdnlhrir2p"; 92 92 type = "gem"; 93 93 }; 94 - version = "3.1.1.0"; 94 + version = "3.1.2.1"; 95 95 }; 96 96 racc = { 97 97 groups = ["default"]; ··· 108 108 platforms = []; 109 109 source = { 110 110 remotes = ["https://rubygems.org"]; 111 - sha256 = "06c50pvxib7wqnv6q0f3n7gzfcrp5chi3sa48hxpkfxc3hhy11fm"; 111 + sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; 112 112 type = "gem"; 113 113 }; 114 - version = "0.11.1"; 114 + version = "0.11.2"; 115 115 }; 116 116 rb-inotify = { 117 117 dependencies = ["ffi"]; ··· 130 130 platforms = []; 131 131 source = { 132 132 remotes = ["https://rubygems.org"]; 133 - sha256 = "0fjqahhvmvqvmpfwa337ran9hhn9wk0ylm502qvcy5i4xy5hvd2r"; 133 + sha256 = "1zwq99zlsk624g5k706daapzhwm9v4whc8l6h3yw48265b6wkdwv"; 134 134 type = "gem"; 135 135 }; 136 - version = "2.14.0"; 136 + version = "2.32.0"; 137 137 }; 138 138 theme-check = { 139 139 dependencies = ["liquid" "nokogiri" "parser"]; ··· 141 141 platforms = []; 142 142 source = { 143 143 remotes = ["https://rubygems.org"]; 144 - sha256 = "0314f49fg354wgqavvipfaf6a03090kqrgv48qvkb0ikhvqawpdr"; 144 + sha256 = "0971ma7qnbbycfnlwwq3pfz8f6axcslif9dbzmgimv7ad0nrjpp2"; 145 145 type = "gem"; 146 146 }; 147 - version = "1.10.2"; 147 + version = "1.11.0"; 148 148 }; 149 149 }