Firewatir 需要不同版本的 activesupport 的问题

发布于 2024-10-11 06:11:18 字数 260 浏览 0 评论 0原文

我有一个使用 Watir 从网页检索信息的脚本。它作为独立脚本运行良好。现在我想基于它创建一个Padrino Rake任务,并尝试运行脚本会导致错误:

can't activate activesupport (= 2.3.9) for "firewatir-1.6.7",已经激活activesupport-3.0 .3 为“padrino-core-0.9.19”

我理解问题的原因:Firwatir 需要旧版本的 activesupport。但这个要求可以被否决吗?

I have a script that uses Watir to retrieve information from Web pages. It works fine as a standalone script. Now I would like to create a Padrino Rake task based on it, and attempt to run the script results in an error:

can't activate activesupport (= 2.3.9) for "firewatir-1.6.7", already activated activesupport-3.0.3 for "padrino-core-0.9.19"

I understand the reason for the problem: Firwatir demands an older version of activesupport. But can this demand be overruled?

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

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

发布评论

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

评论(1

缪败 2024-10-18 06:11:18

你试过padrino-core-0.9.15吗?它使用 activesupport 2.3.8

宝石安装 padrino-core -v 0.9.15

这将是我尝试的第一件事。

戴夫

have you tried padrino-core-0.9.15? it uses activesupport 2.3.8

gem install padrino-core -v 0.9.15

that would be the first thing I'd try.

Dave

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