refinerycms-blog icon indicating copy to clipboard operation
refinerycms-blog copied to clipboard

Don't release the version >= 4.0.0

Open lanzhiheng opened this issue 6 years ago • 0 comments

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 ?

lanzhiheng avatar Dec 27 '18 09:12 lanzhiheng