-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
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
Labels
No labels