From 50db3b6fbb23087df9984f380a83bd0fed13146b Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:31:01 -0700 Subject: [PATCH] neovim.rubyEnv: 0.9.0 -> 0.10.0 (#332256) --- .../editors/neovim/ruby_provider/Gemfile.lock | 6 +++--- pkgs/applications/editors/neovim/ruby_provider/gemset.nix | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock index 9a8aaeeb56c42..dc01400320663 100644 --- a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock +++ b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - msgpack (1.5.1) + msgpack (1.7.2) multi_json (1.15.0) - neovim (0.9.0) + neovim (0.10.0) msgpack (~> 1.1) multi_json (~> 1.0) @@ -14,4 +14,4 @@ DEPENDENCIES neovim BUNDLED WITH - 2.1.4 + 2.3.27 diff --git a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix index 1a4f517412fe4..e2df8d535c475 100644 --- a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix +++ b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix @@ -4,10 +4,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q="; + sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; type = "gem"; }; - version = "1.5.1"; + version = "1.7.2"; }; multi_json = { groups = ["default"]; @@ -25,9 +25,9 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4="; + sha256 = "0gl34rriwwmj6p1s6ms0b311wmqaqiyc510svq31283jk0kp0qcd"; type = "gem"; }; - version = "0.9.0"; + version = "0.10.0"; }; }