Ver código fonte

Add missing dependency (Ruby)

Needed to run the x-api, locally.
John Ryan 11 anos atrás
pai
commit
c8a8ed93f6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver arquivo

@@ -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).