Skip to content

Commit

Permalink
neovim.rubyEnv: 0.9.0 -> 0.10.0 (#332256)
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdeeHub authored Oct 22, 2024
1 parent f6813b8 commit 50db3b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -14,4 +14,4 @@ DEPENDENCIES
neovim

BUNDLED WITH
2.1.4
2.3.27
8 changes: 4 additions & 4 deletions pkgs/applications/editors/neovim/ruby_provider/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand All @@ -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";
};
}

0 comments on commit 50db3b6

Please sign in to comment.