Advertisement
kheeper

redmine

Jan 25th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [root@lb-science httpdocs]# ruby --version
  2. ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-linux]
  3. [root@lb-science httpdocs]# gem --version
  4. 1.8.15
  5. [root@lb-science httpdocs]# RAILS_ENV=production rake db:migrate
  6. NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
  7. Gem.source_index called from /var/www/lb-science.com/subdomains/dev/httpdocs/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21.
  8. NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
  9. Gem::SourceIndex#initialize called from /var/www/lb-science.com/subdomains/dev/httpdocs/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100.
  10. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  11. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  12. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  13. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  14. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  15. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  16. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  17. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  18. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  19. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  20. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  21. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  22. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  23. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  24. NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
  25. Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
  26. rake aborted!
  27. Could not find rack (~> 1.1.0) amongst [actionmailer-3.2.0, actionpack-3.2.0, activemodel-3.2.0, activerecord-3.2.0, activeresource-3.2.0, activesupport-3.2.0, arel-3.0.0, builder-3.0.0, bundler-1.0.21, daemon_controller-0.2.6, erubis-2.7.0, fastthread-1.0.7, hike-1.2.1, i18n-0.6.0, journey-1.0.0, json-1.6.5, mail-2.4.1, mime-types-1.17.2, multi_json-1.0.4, passenger-3.0.11, polyglot-0.3.3, rack-1.4.1, rack-cache-1.1, rack-ssl-1.3.2, rack-test-0.6.1, rails-3.2.0, railties-3.2.0, rake-0.9.2.2, rdoc-3.12, rubygems-update-1.8.15, sprockets-2.1.2, thor-0.14.6, tilt-1.3.3, treetop-1.4.10, tzinfo-0.3.31]
  28.  
  29. Tasks: TOP => db:migrate => environment
  30. (See full trace by running task with --trace)
  31. [root@lb-science httpdocs]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement