ソースを参照

Add missing dependency (Ruby)

Needed to run the x-api, locally.
John Ryan 11 年 前
コミット
c8a8ed93f6
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      README.md

+ 1
- 0
README.md ファイルの表示

@@ -37,6 +37,7 @@ You'll *need* the following:
37 37
 
38 38
 * Java 1.8+
39 39
 * Gradle 2.x
40
+* Ruby 1.9+  (to run the [x-api](https://github.com/exercism/x-api)).
40 41
 * Git 1.x
41 42
 
42 43
 If you haven't already, please read our advice on [Git Workflow](http://help.exercism.io/git-workflow.html).