qiniu / ruby-sdk

Qiniu Resource (Cloud) Storage SDK for Ruby
MIT License
164 stars 138 forks source link

rails 5 与 qiniu 不兼容 #191

Closed zg1211 closed 7 years ago

zg1211 commented 7 years ago

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.