neovim-ruby: 0.8.1 -> 0.9.0 update some Neovim Ruby gem versions

main
Theodore Ni 2 years ago committed by Matthieu Coudron
parent 3f47237932
commit 77c966e06e
  1. 4
      pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
  2. 10
      pkgs/applications/editors/neovim/ruby_provider/gemset.nix

@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
msgpack (1.4.2)
msgpack (1.5.1)
multi_json (1.15.0)
neovim (0.8.1)
neovim (0.9.0)
msgpack (~> 1.1)
multi_json (~> 1.0)

@ -4,17 +4,17 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06iajjyhx0rvpn4yr3h1hc4w4w3k59bdmfhxnjzzh76wsrdxxrc6";
sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q=";
type = "gem";
};
version = "1.4.2";
version = "1.5.1";
};
multi_json = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
sha256 = "sha256-H9BBOLbkqQAX6NG4BMA5AxOZhm/z+6u3girqNnx4YV0=";
type = "gem";
};
version = "1.15.0";
@ -25,9 +25,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0lfrbi4r6lagn2q92lyivk2w22i2spw0jbdzxxlcfj2zhv2wnvvi";
sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4=";
type = "gem";
};
version = "0.8.1";
version = "0.9.0";
};
}

Loading…
Cancel
Save