summaryrefslogtreecommitdiffstats
path: root/tests/wrappers/fixtures/rbenv003.yaml
blob: 857ba38ce2be1b9f37d0537187799ada2acbe16d (plain)
1
2
3
4
5
6
7
8
9
10
wrappers:
  - rbenv:
      ruby-version: 2.0.0-p353
      ignore-local-version: false
      preinstall-gem-list: "bundler,rake"
      rbenv-root: "$HOME/.rbenv"
      rbenv-repo: "https://github.com/sstephenson/rbenv.git"
      rbenv-branch: "master"
      ruby-build-repo: "https://github.com/sstephenson/ruby-build.git"
      ruby-build-branch: "master"