Created
June 14, 2010 18:46
-
-
Save deathbob/438089 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
webmin@rors:/data/lva/current$ bundle check | |
The Gemfile's dependencies are satisfied | |
webmin@rors:/data/lva/current$ bundle show | |
Gems included by the bundle: | |
* abstract (1.0.0) | |
* actionmailer (3.0.0.beta4) | |
* actionpack (3.0.0.beta4) | |
* activemodel (3.0.0.beta4) | |
* activerecord (3.0.0.beta4) | |
* activeresource (3.0.0.beta4) | |
* activesupport (3.0.0.beta4) | |
* arel (0.4.0) | |
* builder (2.1.2) | |
* bundler (0.9.26) | |
* columnize (0.3.1) | |
* devise (1.1.rc1) | |
* erubis (2.6.5) | |
* i18n (0.4.1) | |
* linecache (0.43) | |
* mail (2.2.4) | |
* mime-types (1.16) | |
* polyglot (0.3.1) | |
* rack (1.1.0) | |
* rack-mount (0.6.4) | |
* rack-test (0.5.4) | |
* rails (3.0.0.beta4) | |
* railties (3.0.0.beta4) | |
* rake (0.8.7) | |
* ruby-debug (0.10.3) | |
* ruby-debug-base (0.10.3) | |
* thor (0.13.6) | |
* treetop (1.4.8) | |
* tzinfo (0.3.22) | |
* warden (0.10.7) | |
webmin@rors:/data/lva/current$ rake db:migrate RAILS_ENV=staging | |
(in /data/lva/releases/20100614181432) | |
rake aborted! | |
Could not find gem 'rails (= 3.0.0.beta4, runtime)' in the gems available on this machine. | |
/data/lva/releases/20100614181432/Rakefile:4 | |
(See full trace by running task with --trace) | |
webmin@rors:/data/lva/current$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment