neovim.rubyEnv: 0.9.0 -> 0.10.0 (#332256)

authored by

Birdee and committed by
GitHub
50db3b6f f6813b80

+7 -7
+3 -3
pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - msgpack (1.5.1) 4 + msgpack (1.7.2) 5 5 multi_json (1.15.0) 6 - neovim (0.9.0) 6 + neovim (0.10.0) 7 7 msgpack (~> 1.1) 8 8 multi_json (~> 1.0) 9 9 ··· 14 14 neovim 15 15 16 16 BUNDLED WITH 17 - 2.1.4 17 + 2.3.27
+4 -4
pkgs/applications/editors/neovim/ruby_provider/gemset.nix
··· 4 4 platforms = []; 5 5 source = { 6 6 remotes = ["https://rubygems.org"]; 7 - sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q="; 7 + sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; 8 8 type = "gem"; 9 9 }; 10 - version = "1.5.1"; 10 + version = "1.7.2"; 11 11 }; 12 12 multi_json = { 13 13 groups = ["default"]; ··· 25 25 platforms = []; 26 26 source = { 27 27 remotes = ["https://rubygems.org"]; 28 - sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4="; 28 + sha256 = "0gl34rriwwmj6p1s6ms0b311wmqaqiyc510svq31283jk0kp0qcd"; 29 29 type = "gem"; 30 30 }; 31 - version = "0.9.0"; 31 + version = "0.10.0"; 32 32 }; 33 33 }