Sha256: fc0334667fe1edbbadabc836fefba1838aca5b6b633e3b5c323bdbf11f0dd615
Contents?: true
Size: 366 Bytes
Versions: 10
Compression:
Stored size: 366 Bytes
Contents
- name: Disable gem install downloading documents template: src=gemrc.j2 dest=/etc/gemrc mode=u=rw,g=r,o=r # zzet.rbenv puts all the rbenv stuff in profile for some reason # so we gotta use login shells to do this stuff - name: Install bundler shell: bash -lc "gem install bundler" - name: Rbenv rehash shell: bash -lc "rbenv rehash"
Version data entries
10 entries across 10 versions & 1 rubygems