Skip to content

Gems installed from source other than rubygems aren't used by bundler #62

@justinbburris

Description

@justinbburris

Bundler is saying gems, which have been downloaded from Github, are missing.

Here's the error I'm seeing

# Broken up for clarity
~/.rbenv/versions/1.9.3-p448/gemsets/global/gems/bundler-1.5.2/lib/bundler/source/git.rb:179:in `rescue in load_spec_files':

[email protected]:vitrue/named_logger.git (at master) is not yet checked out. 
Run `bundle install` first. (Bundler::GitError)

What's interesting is that these gems are installed, but they're installed in a different location from those that come from rubygems.org

Ruby gems are installed
project/.gems/gems

Github gems are installed
project/.gems/bundler/gems

These gems also don't appear when I run gem list

Any thoughts on why bundler or gem wouldn't see these gems?

Thanks!

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