From 5e86a4379158488d9936de9a25a89fc44596b10f Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Mar 2024 10:56:14 +0530 Subject: [PATCH] add rspec to ruby --- shells/ruby.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/ruby.nix b/shells/ruby.nix index 8a98ab6..2174fc6 100644 --- a/shells/ruby.nix +++ b/shells/ruby.nix @@ -2,5 +2,6 @@ buildInputs = with pkgs; [ ruby_3_2 postgresql_15 + rubyPackages_3_2.rspec-core ]; }