【发布时间】:2011-05-06 18:10:10
【问题描述】:
我将 gem 更新到最新的 1.8.1 现在当我使用 rails 命令时 我收到以下错误
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 /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.7.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/Haxrat/.gem/ruby/1.8/specifications/RedCloth-4.2.7.gemspec:10.
【问题讨论】:
-
这些实际上是错误(阻止导轨运行),还是只是警告?
-
只是警告,rails 正常运行
-
我遇到了同样的问题,为了临时修复恢复到旧版本的 rubygems
标签: ruby-on-rails ruby gem