fix: use ruby_3_4 for puppet lsp
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
3f9a635860
commit
c713ad013b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
bundlerApp,
|
bundlerApp,
|
||||||
|
ruby_3_4,
|
||||||
}:
|
}:
|
||||||
bundlerApp {
|
bundlerApp {
|
||||||
pname = "puppet-editor-services";
|
pname = "puppet-editor-services";
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
|
ruby = ruby_3_4;
|
||||||
exes = [ "puppet-languageserver" ];
|
exes = [ "puppet-languageserver" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue