Skip to content

Where does it install gems to? #26

@IanVaughan

Description

@IanVaughan
  1. Where to gems get saved to physically?
  2. Where should they show up wrt bundle installs?

Create gemset

$ echo my-gemset global > .rbenv-gemsets

Check empty

$ gem list

*** LOCAL GEMS ***

bundler (1.1.4)

Install project gems

$ bundle install
...

Check gemset

$ gem list

*** LOCAL GEMS ***

bundler (1.1.4)

Empty?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions