Skip to content

master branch not working with Rails 5.0 #288

Closed
@djsegal

Description

@djsegal

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions