Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save recurser/3925392 to your computer and use it in GitHub Desktop.
Save recurser/3925392 to your computer and use it in GitHub Desktop.
Hiding ruby gem 'is deprecated with no replacement' messages 1
> rails server
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/dave/.rvm/gems/ruby-1.9.2-p0@global/specifications/rubygems-update-1.8.2.gemspec:11.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/dave/.rvm/gems/ruby-1.9.2-p0@rails3/specifications/annotate-models-1.0.4.gemspec:10.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/dave/.rvm/gems/ruby-1.9.2-p0@rails3/specifications/beefcake-0.3.1.gemspec:10.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/dave/.rvm/gems/ruby-1.9.2-p0@rails3/specifications/bundler-1.0.7.gemspec:10.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Users/dave/.rvm/gems/ruby-1.9.2-p0@rails3/specifications/churn-0.0.12.gemspec:10.
.....
=> Booting WEBrick
=> Rails 3.0.7 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-05-21 20:12:23] INFO WEBrick 1.3.1
[2011-05-21 20:12:23] INFO ruby 1.9.2 (2010-08-18) [x86_64-darwin10.7.0]
[2011-05-21 20:12:23] INFO WEBrick::HTTPServer#start: pid=52918 port=3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment