neovim: Update ruby provider to 0.8.0 (#56316)

This commit is contained in:
Artemis Tosini 2019-02-25 15:34:35 +00:00 committed by xeji
parent fb2c419b5d
commit 77cf0b05bf
2 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
msgpack (1.2.4)
msgpack (1.2.6)
multi_json (1.13.1)
neovim (0.7.0)
msgpack (~> 1.0)
neovim (0.8.0)
msgpack (~> 1.1)
multi_json (~> 1.0)
PLATFORMS
@ -14,4 +14,4 @@ DEPENDENCIES
neovim
BUNDLED WITH
1.14.6
1.17.2

View file

@ -2,10 +2,10 @@
msgpack = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "09xy1wc4wfbd1jdrzgxwmqjzfdfxbz0cqdszq2gv6rmc3gv1c864";
sha256 = "0031gd2mjyba6jb7m97sqa149zjkr0vzn2s2gpb3m9nb67gqkm13";
type = "gem";
};
version = "1.2.4";
version = "1.2.6";
};
multi_json = {
source = {
@ -19,9 +19,9 @@
dependencies = ["msgpack" "multi_json"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0b487dzz41im8cwzvfjqgf8kkrp6mpkvcbzhazrmqqw8gxyvfbq4";
sha256 = "07scrdfk7pyn5jgx5m2yajdqpbdv42833vbw568qqag6xp99j3yk";
type = "gem";
};
version = "0.7.0";
version = "0.8.0";
};
}