add rspec to ruby

This commit is contained in:
Adithya 2024-03-10 10:56:14 +05:30
parent 34fdbf818e
commit 5e86a43791
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -2,5 +2,6 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
ruby_3_2 ruby_3_2
postgresql_15 postgresql_15
rubyPackages_3_2.rspec-core
]; ];
} }