--with-ruby-include 的 RubyGems 等效项是什么?

发布于 12-18 13:55 字数 265 浏览 2 评论 0原文

我如何在 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"

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

How would I code the following in a rake file (RubyGems.org)?

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

What I currently have looks like this:

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

But I now want to update it? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂归处2024-12-25 13:55:56

跑步前
捆绑程序安装

您需要配置捆绑程序:

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

祝你好运

before running
bundler install

you need to configure bundler with:

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

good luck

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文