فهرست منبع

Minor whitespace munge (and reorder to match the current stats list ordering where the list content originates)

Tianon Gravi 10 سال پیش
والد
کامیت
842a52fe29
1فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 5 6
      test/tests/ruby-gems/container.sh

+ 5 - 6
test/tests/ruby-gems/container.sh

@@ -3,17 +3,16 @@ set -e
 
 # list taken from https://rubygems.org/stats
 for gem in \
-	thor \
 	rake \
-	rails \
 	rack \
+	json \
 	activesupport \
+	thor \
+	rails \
 	activerecord \
 	actionpack \
-	json \
 	actionmailer \
-	activeresource
-	do
-
+	activeresource \
+; do
 	gem install "$gem"
 done