【问题标题】:What is the RubyGems equivalent for --with-ruby-include?--with-ruby-include 的 RubyGems 等价物是什么?
【发布时间】:2011-11-28 20:19:10
【问题描述】:

如何在 rake 文件 (RubyGems.org) 中编写以下代码?

gem install ruby-debug19 -- --with-ruby-include=/Users/etagwerker/.rvm/src/ruby-1.9.2-head

我目前拥有的是这样的:

gem "ruby-debug19", "~> 0.11.6"

但我现在想更新它?谢谢。

【问题讨论】:

    标签: rubygems rake


    【解决方案1】:

    运行前 捆绑器安装

    您需要配置捆绑器:

    bundle config build.ruby-debug19 --with-ruby-include=/Users/etagwerker/.rvm/src/ruby-1.9.2-head
    

    祝你好运

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-03-16
      • 1970-01-01
      • 1970-01-01
      • 2013-11-14
      • 2010-11-01
      • 2013-08-11
      • 1970-01-01
      • 2012-09-12
      相关资源
      最近更新 更多