Skip to content

Commit

Permalink
Skip installing JRuby and update Ruby versions
Browse files Browse the repository at this point in the history
JRuby installation is too slow at the moment
  • Loading branch information
BanzaiMan committed Apr 17, 2015
1 parent de5bd54 commit c0ab24b
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions vm_templates/common/monolith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,24 @@ json:
rubies:
- name: 1.9.3
- name: 1.8.7
- name: jruby-1.7.19-d18
arguments: --18
check_for: jruby-d18
- name: jruby-1.7.19-d19
arguments: --19
check_for: jruby-d19
- name: jruby-9.0.0.0.pre1
- name: ree
- name: 1.9.2
- name: 2.0.0
- name: 2.0.0-p645
- name: 2.1.2
- name: 2.1.3
- name: 2.1.4
- name: 2.1.5
- name: 2.1.6
- name: 2.2.0
- name: 2.2.1
- name: 2.2.2
gems:
- bundler
- rake
aliases:
jruby-d18: jruby-1.7.19-d18
jruby-d19: jruby-1.7.19-d19
jruby-18mode: jruby-d18
jruby-19mode: jruby-d19
jruby: jruby-19mode
"2.0": "ruby-2.0.0"
"2.1": "ruby-2.1.5"
"2.2": "ruby-2.2.1"
"2.0": "ruby-2.0.0-p645"
"2.1": "ruby-2.1.6"
"2.2": "ruby-2.2.2"


recipes:
Expand Down

0 comments on commit c0ab24b

Please sign in to comment.