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

This commit is contained in:
Birdee 2024-10-21 17:31:01 -07:00 committed by GitHub
parent f6813b803e
commit 50db3b6fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
msgpack (1.5.1) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
neovim (0.9.0) neovim (0.10.0)
msgpack (~> 1.1) msgpack (~> 1.1)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -14,4 +14,4 @@ DEPENDENCIES
neovim neovim
BUNDLED WITH BUNDLED WITH
2.1.4 2.3.27

View File

@ -4,10 +4,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q="; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr";
type = "gem"; type = "gem";
}; };
version = "1.5.1"; version = "1.7.2";
}; };
multi_json = { multi_json = {
groups = ["default"]; groups = ["default"];
@ -25,9 +25,9 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4="; sha256 = "0gl34rriwwmj6p1s6ms0b311wmqaqiyc510svq31283jk0kp0qcd";
type = "gem"; type = "gem";
}; };
version = "0.9.0"; version = "0.10.0";
}; };
} }