2

I am trying to upload a worker and remotely build it in my .worker file. I get this error message.

You have already activated mime-types 2.0, but your Gemfile requires mime-types 1.25. Using bundle exec may solve this.

I have tried uninstalling mime-types and installing mime-types 1.25, but that didn't seem to fix it either.

Stephen Nguyen
  • 5,357
  • 5
  • 24
  • 28

1 Answers1

2

oh add this to .worker file:

@use_local_iron_worker_ng = true

from:

https://github.com/iron-io/iron_worker_ruby_ng/issues/159

Andrew Arrow
  • 4,248
  • 9
  • 53
  • 80