- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这个问题在这里已经有了答案:
Gem.source_index is deprecated, use Specification. Should I re-install Gem or Rails?
(5 个回答)
7年前关闭。
今天运行后收到这条消息bundle update
:
$ bundle update
NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex#all_gems called from /Users/meltemi/.rvm/gems/ruby-1.9.2-p180@ppr3/gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:256
.
最佳答案
当我升级到 rubygems 1.8.0 时,我在非 Rails 环境中遇到了相同的错误。每当需要 rubygems 时,我都会收到警告。环顾'Net,似乎rubygems 1.7.x 也可能存在问题,但我从未安装过这些版本中的一个,所以我不确定。我通过运行解决了这个问题:
gem pristine --all --no-extensions
关于ruby-on-rails - 如何处理不推荐使用的 gem 警告 (SourceIndex#all_gems)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5886307/
在运行 Ruby on Rails 程序时,我收到如下警告: NOTE:Gem::SourceIndex#each is deprecated with no replacement. It will
在访问首页时(成功运行bundle install之后),对于新的Rails应用程序,未进行任何修改,就会出现此错误。 这是版本号: ruby: 1.9.3p392 (2013-02-22 revis
这个问题在这里已经有了答案: Gem.source_index is deprecated, use Specification. Should I re-install Gem or Rails?
每次我运行 rake 或大多数 rails 命令时,我都会收到一个烦人的警告。我仍然是 Ruby/Rails 的初学者,我想获得有关如何破解 boot.rb 以停止恼人警告的建议。我正在使用 Rail
我正在尝试将一些 C# 代码转换为 Java,我遇到了一行调用此方法的代码: Array.Copy( frames[row], 0, concatenated, row
我是一名优秀的程序员,十分优秀!