refinerycms-blog
refinerycms-blog copied to clipboard
Installation breaks base install of refinerycms
The below is the top part of the error message after installing
Which version did you install?
rails 5.1.6 refinerycms 4.0.3
I installed refinerycms-blog with the below command:
gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master'
Same problem here.
Same issue, I pointed the gem in my Gemfile to right before this commit and it works: https://github.com/refinery/refinerycms-blog/commit/c1f681496355041d7afe68840ce3a4cad72c22ab
gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', ref: '0b3bb05'
Just started using refinery, curious why the gem on RubyGems is a whole major version behind and we need to point our Gemfile to the repo, especially the master branch?
thanks CodyBrouwers that fixed it for me
curious why the gem on RubyGems is a whole major version behind and we need to point our Gemfile to the repo, especially the master branch?
lack of time on our end, apologies.
No worries @parndt, appreciate everything you guys do and thanks for the response!
Thanks @CodyBrouwers for finding that specific commit just before the jquery-ui-rails
dependency has been upgraded and hence made incompatible with RefineryCMS v4.0.x. @parndt looking forward to the official release 4.0.x of the blog extension.