Skip to content

Commit 9d2f999

Browse files
author
Frank Natividad
committed
Print out ruby version directly without bundle
1 parent 0dbfd8c commit 9d2f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/run-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repo_directory="$(dirname $script_directory)"
2626
status_return=0 # everything passed
2727

2828
# Print out Ruby version
29-
bundle exec ruby --version
29+
ruby --version
3030

3131
# Run Tets
3232
for product in \

0 commit comments

Comments
 (0)