Bundler could not find compatible versions for gem "mime-types":
In snapshot (Gemfile.lock):
mime-types (= 3.1)
In Gemfile:
rails (~> 5.0.1) was resolved to 5.0.1, which depends on
actionmailer (= 5.0.1) was resolved to 5.0.1, which depends on
mail (>= 2.5.4, ~> 2.5) was resolved to 2.6.4, which depends on
mime-types (< 4, >= 1.16)
qiniu (~> 6.8.1) was resolved to 6.8.1, which depends on
mime-types (>= 2.4.0, ~> 2.4)
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "mime-types": In snapshot (Gemfile.lock): mime-types (= 3.1)
In Gemfile: rails (~> 5.0.1) was resolved to 5.0.1, which depends on actionmailer (= 5.0.1) was resolved to 5.0.1, which depends on mail (>= 2.5.4, ~> 2.5) was resolved to 2.6.4, which depends on mime-types (< 4, >= 1.16)
Running
bundle update
will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.