Reputation: 889
Hi I am trying to use the gem acts_as_bookable
I get the issue when trying to bundle install
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
acts_as_bookable was resolved to 0.1.2, which depends on
activerecord (>= 3.2, < 5)
rails (~> 5.2.3) was resolved to 5.2.3, which depends on
activerecord (= 5.2.3)
The gem says it's compatible 3.2.... is there something i can do to overcome this or is the gem dead in the water
Upvotes: 2
Views: 160
Reputation: 889
I Found that the best option with this is to either create a branch, and work through the code to update it yourself.
you could also Start from scratch( in this case not that difficult using) or search for branches that have been created using your version of ruby, rails and active record.
Upvotes: 1