Pow!

I was trying out pow (which is really nice, actually) when I ran into this error:

Bundler::GemNotFound: Could not find netrc-0.10.2 in any of the sources
~/.rvm/gems/ruby-2.1.5/gems/bundler-1.7.6/lib/bundler/spec_set.rb:92:in `block in materialize'
~/.rvm/gems/ruby-2.1.5/gems/bundler-1.7.6/lib/bundler/spec_set.rb:85:in `map!'
~/.rvm/gems/ruby-2.1.5/gems/bundler-1.7.6/lib/bundler/spec_set.rb:85:in `materialize'
~/.rvm/gems/ruby-2.1.5/gems/bundler-1.7.6/lib/bundler/definition.rb:132:in `specs'
~/.rvm/gems/ruby-2.1.5/gems/bundler-1.7.6/lib/bundler/definition.rb:177:in `specs_for'
Show 28 more lines

Solved the issue by:

rvm env > .powenv

in the project directory. Found solution here.

Comments