Skip to content

Instantly share code, notes, and snippets.

@jottr

jottr/help.md Secret

Last active January 22, 2016 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jottr/669b276076a323005392 to your computer and use it in GitHub Desktop.
Save jottr/669b276076a323005392 to your computer and use it in GitHub Desktop.
$ rbenv local
ruby-2.1.2


$ bundle install
Could not find rake-10.4.2 in any of the sources
Run `bundle install` to install missing gems.

$ gem install rake -v '10.4.2'
Successfully installed rake-10.4.2
1 gem installed

$ bundle which rake  
Could not find rake-10.4.2 in any of the sources
Run `bundle install` to install missing gems.

# Inside project dir:
$ rake --version
Could not find rake-10.4.2 in any of the sources
Run `bundle install` to install missing gems.

# Outside project dir:
$ rake --version
rake, version 10.5.0

$ which rake
rake: aliased to bundled_rake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment