You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?