Skip to content

Rails 8 support #1173

@osbre

Description

@osbre

Currently, this package appears to be incompatible with Rails 8:

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

Because activerecord-jdbc-adapter = 71.0 could not be found in rubygems
repository https://rubygems.org/ or installed locally for any resolution
platforms (universal-java-23)
  and activerecord-jdbc-adapter >= 71.0 depends on activerecord ~> 7.1.3,
  activerecord-jdbc-adapter >= 71.0 requires activerecord ~> 7.1.3.
And because rails >= 8.0.2 depends on activerecord = 8.0.2,
  activerecord-jdbc-adapter >= 71.0 is incompatible with rails >= 8.0.2.
So, because Gemfile depends on rails ~> 8.0.2
  and Gemfile depends on activerecord-jdbc-adapter = 71.0,
  version solving has failed.

The source contains the following gems matching 'activerecord-jdbc-adapter (=
71.0)':
  * activerecord-jdbc-adapter-71.0-java

My Gemfile:

gem 'activerecord-jdbc-adapter', '71.0', platforms: :jruby
gem 'activerecord-jdbcsqlite3-adapter', '71.0', platforms: :jruby

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions