You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when I use gem 'annotate', github: "ctran/annotate_models"
Bundler could not find compatible versions for gem "activerecord":
In snapshot (Gemfile.lock):
activerecord (= 5.0.0.alpha)
In Gemfile:
friendly_id (~> 5.1.0) ruby depends on
activerecord (>= 4.0.0) ruby
rails (>= 0) ruby depends on
activerecord (= 5.0.0.alpha) ruby
annotate (>= 0) ruby depends on
activerecord (<= 4.3, >= 3.2) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when I use
gem 'annotate', github: "ctran/annotate_models"
The text was updated successfully, but these errors were encountered: