Created
July 16, 2010 00:36
-
-
Save paul/477758 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ clone ...; bundle install | |
$ bundle exec rake environment | |
(in /srv/ssbe/apps/core) | |
rake aborted! | |
no such file to load -- tokyotyrant | |
(See full trace by running task with --trace) | |
$ bundle show tokyotyrant | |
/home/vagrant/.bundle/ruby/1.8/gems/tokyotyrant-1.13 | |
$ bundle exec rake environment | |
(in /srv/ssbe/apps/core) | |
$ bundle --version | |
Bundler version 0.9.26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment