Skip to content

Request for updated RubyGems release of carrierwave-google-storage to support carrierwave 3.0.7 #54

@champierre

Description

@champierre

I want to use carrierwave-google-storage with the latest version of carrierwave (3.0.7), but the version on RubyGems has a dependency on carrierwave (< 3). The master branch has updated the dependency to carrierwave (< 4), so I currently bypass the issue by adding the following to my Gemfile:

gem 'carrierwave-google-storage', github: 'carrierwaveuploader/carrierwave-google-storage', branch: 'master'

instead of

gem 'carrierwave-google-storage'

Could you please update the version on RubyGems to reflect these changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions