completely: 0.6.3 -> 0.7.1

remove rec

+7 -7
+3 -3
pkgs/by-name/co/completely/Gemfile.lock
··· 2 remote: https://rubygems.org/ 3 specs: 4 colsole (1.0.0) 5 - completely (0.6.3) 6 colsole (>= 0.8.1, < 2) 7 mister_bin (~> 0.7) 8 docopt_ng (0.7.1) 9 - mister_bin (0.7.6) 10 colsole (>= 0.8.1, < 2) 11 docopt_ng (~> 0.7, >= 0.7.1) 12 ··· 17 completely 18 19 BUNDLED WITH 20 - 2.5.16
··· 2 remote: https://rubygems.org/ 3 specs: 4 colsole (1.0.0) 5 + completely (0.7.1) 6 colsole (>= 0.8.1, < 2) 7 mister_bin (~> 0.7) 8 docopt_ng (0.7.1) 9 + mister_bin (0.8.1) 10 colsole (>= 0.8.1, < 2) 11 docopt_ng (~> 0.7, >= 0.7.1) 12 ··· 17 completely 18 19 BUNDLED WITH 20 + 2.6.6
+4 -4
pkgs/by-name/co/completely/gemset.nix
··· 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 - sha256 = "0ci8iza647hvc4f1cmf9mpsm3i78ysf6g6213wkyrr5jk296hjjb"; 22 type = "gem"; 23 }; 24 - version = "0.6.3"; 25 }; 26 docopt_ng = { 27 groups = [ "default" ]; ··· 42 platforms = [ ]; 43 source = { 44 remotes = [ "https://rubygems.org" ]; 45 - sha256 = "0xx8cxvzcn47zsnshcllf477x4rbssrchvp76929qnsg5k9q7fas"; 46 type = "gem"; 47 }; 48 - version = "0.7.6"; 49 }; 50 }
··· 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 + sha256 = "0129alz54h2vy7vd19i5664sasdbvrl4zgj70hl5j4rpvckr5lf8"; 22 type = "gem"; 23 }; 24 + version = "0.7.1"; 25 }; 26 docopt_ng = { 27 groups = [ "default" ]; ··· 42 platforms = [ ]; 43 source = { 44 remotes = [ "https://rubygems.org" ]; 45 + sha256 = "1zz3vpy6xrgzln2dpxgcnrq1bpzz0syl60whqc9zf8j29mayw1fy"; 46 type = "gem"; 47 }; 48 + version = "0.8.1"; 49 }; 50 }