Skip to content

Commit 0dbfd8c

Browse files
author
Frank Natividad
committed
Adding version print out for Ruby
1 parent 3a616ca commit 0dbfd8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/run-all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ script_directory="$(dirname "`realpath $0`")"
2525
repo_directory="$(dirname $script_directory)"
2626
status_return=0 # everything passed
2727

28+
# Print out Ruby version
29+
bundle exec ruby --version
30+
31+
# Run Tets
2832
for product in \
2933
bigquery \
3034
datastore \

0 commit comments

Comments
 (0)