Skip to content

Rails 8.0 Support #1032

Open
Open
@andynu

Description

@andynu

The gem should work with Rails 8.0

Commands

gem install rails
rails new example
cd example
bundle add annotate --version '3.2.0'

Outcome:

Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions

Because annotate >= 3.2.0 depends on activerecord >= 3.2, < 8.0
  and rails >= 8.0.0 depends on activerecord = 8.0.0,
  annotate >= 3.2.0 is incompatible with rails >= 8.0.0.
So, because Gemfile depends on rails ~> 8.0.0
  and Gemfile depends on annotate = 3.2.0,
  version solving has failed.

Version

  • annotate version 3.2.0
  • rails version 8.0.0
  • ruby version 3.3.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions