Unverified Commit 211e8e1f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

colorls: fix local gem ignored warning (#419968)

parents b5f91fa2 343279ec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  lib,
  bundlerApp,
  ruby,
  ruby_3_4,
  bundlerUpdateScript,
}:

bundlerApp {
(bundlerApp.override { ruby = ruby_3_4; }) {
  pname = "colorls";

  gemdir = ./.;
@@ -22,7 +22,7 @@ bundlerApp {
      nicknovitski
      cbley
    ];
    platforms = ruby.meta.platforms;
    platforms = ruby_3_4.meta.platforms;
    mainProgram = "colorls";
  };
}