From 54bb1d4e25732c91f33083b625c2b2512a03c472 Mon Sep 17 00:00:00 2001
From: Josh Spicer <joshspicer@github.com>
Date: Fri, 27 May 2022 13:20:32 -0400
Subject: update jupyter and ruby features (#26)

* jekyll and jupyter updates

* add ruby to jekylls pr test

* update jekyll and ruby test

* remove features that dont follow my rules
---
 test/ruby/test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'test/ruby')

diff --git a/test/ruby/test.sh b/test/ruby/test.sh
index 1927cb6..4c1cc36 100644
--- a/test/ruby/test.sh
+++ b/test/ruby/test.sh
@@ -6,7 +6,8 @@ set -e
 source dev-container-features-test-lib
 
 # Definition specific tests
-check "version" ruby  --version
+check "ruby version" ruby  --version
+check "gem version" gem --version
 
 # Report result
 reportResults
\ No newline at end of file
-- 
cgit v1.2.3