Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Not possible to upgrade to Rails 8 #172

@JewelSam

Description

@JewelSam

Describe the bug
Starting from v0.7.0, passageidentity is dependable on ActiveSupport (added in 34df698), and required version is < 8.0 so it is not possible to use Rails 8 and the last version of passageidentity together.

To Reproduce
Steps to reproduce the behavior:

  1. Create a project with Rails 8
  2. Update version of passageidentity to v.0.7.0 (gem 'passageidentity', '0.7.0')
  3. Run bundle install

Expected behavior
Successful installing of the gem

Actual behavior

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

Because rails >= 8.0.1, < 8.0.2 depends on activesupport = 8.0.1
  and passageidentity >= 0.7.0 depends on activesupport >= 7.2, < 8.A,
  rails >= 8.0.1, < 8.0.2 is incompatible with passageidentity >= 0.7.0.
So, because Gemfile depends on rails = 8.0.1
  and Gemfile depends on passageidentity = 0.7.0,
  version solving has failed

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions