Skip to content

Don't release the version >= 4.0.0 #501

@lanzhiheng

Description

@lanzhiheng

The content in Gemfile is

gem 'refinerycms-blog', ['~> 4.0', '>= 4.0.0']

but we can not install the special version

Could not find gem 'refinerycms-blog (>= 4.0.0, ~> 4.0)' in any of the gem

I need to change the Gemfile to

gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog.git', branch: master

for passing the bundle.

I think we dont't release the >=4.0.0. Can you handle it ?

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