qiniu / ruby-sdk

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

rails5不兼容 #209

Closed hyacinthxinxin closed 6 years ago

hyacinthxinxin 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_admin (~> 1.1.1) was resolved to 1.1.1, which depends on
  rails (< 6, >= 4.0) 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, ~> 6.8) was resolved to 6.8.1, which depends on
  mime-types (>= 2.4.0, ~> 2.4)
1c7 commented 6 years ago

叹气,官方文档里说6.9 ,6.9 也装不了,然后 6.8 也是碰到和你一样的问题,我在用 Rails 5.1.2

1c7 commented 6 years ago

try bundle update, it works for me

Before

image

After

image image

jicheng1014 commented 6 years ago

@1c7 https://rubygems.org/gems/qiniu 七牛没推6.9 的 gem 到rubygems

1c7 commented 6 years ago

@jicheng1014 ok 多谢回复,问题早就解决了,只是比较烦心文档不一致的问题。没有推 6.9 就不要写嘛。。

songjiayang commented 6 years ago

Hi guys, qiniu 6.9 push to RubyGems now.