Merge pull request #25772 from jbaum98/neovim-ruby
neovim: neovim-ruby 0.3.1 -> 0.4.0
This commit is contained in:
commit
bf6ebda141
pkgs/applications/editors/neovim/ruby_provider
|
@ -1,8 +1,8 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
msgpack (1.0.2)
|
msgpack (1.1.0)
|
||||||
neovim (0.3.1)
|
neovim (0.5.0)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
@ -12,4 +12,4 @@ DEPENDENCIES
|
||||||
neovim
|
neovim
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.5
|
1.15.1
|
||||||
|
|
|
@ -2,18 +2,18 @@
|
||||||
msgpack = {
|
msgpack = {
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg";
|
sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim = {
|
||||||
dependencies = ["msgpack"];
|
dependencies = ["msgpack"];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "018mk4vqaxzbk4anq558h2rgj8prbn2rmi777iwrg3n0v8k5nxqw";
|
sha256 = "1da0ha3mz63iyihldp7185b87wx86jg07023xjhbng6i28y1ksn7";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.3.1";
|
version = "0.5.0";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue