I have a rails 4.2 application and during development I came across refinerycms
. On the website it states it supports rails 4.1 and when I tried a bundle install I had a lot of reference issues.
I was wondering if there is a way to integrate it with rails 4.2 instead of downgrading my app to rails 4.1.
Found the solution. Made my Gemfile reference the GitHub project instead of the "latest" version which is 2.1.5
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'master'