Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试上传一个工作人员并在我的 .worker 文件中远程构建它。我收到此错误消息。
您已经激活了 mime-types 2.0,但您的 Gemfile 需要 mime-types 1.25。使用 bundle exec 可以解决这个问题。
我已经尝试卸载 mime-types 并安装 mime-types 1.25,但这似乎也没有解决它。
哦,将其添加到 .worker 文件中:
@use_local_iron_worker_ng = true
从:
https://github.com/iron-io/iron_worker_ruby_ng/issues/159