Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 8 Support #134

Open
jamesoneill997 opened this issue Nov 14, 2024 · 0 comments
Open

Rails 8 Support #134

jamesoneill997 opened this issue Nov 14, 2024 · 0 comments

Comments

@jamesoneill997
Copy link

jamesoneill997 commented Nov 14, 2024

Rails 8 has been released earlier this week. Currently this package requires actionpack < 8, which causes issues when attempting to bump to upgrade project to rails 8.

» bundle install                                4 ↵
Fetching gem metadata from https://gems.playerdata.co.uk/private/..
Fetching gem metadata from https://gems.graphql.pro/..
Fetching gem metadata from https://gems.playerdata.co.uk/........
Resolving dependencies...
Could not find compatible versions

Because capybara-screenshot-diff >= 0.11.0, < 1.0.0 depends on actionpack >= 4.2, < 5.3
  and capybara-screenshot-diff < 0.12.1 depends on capybara ~> 2.0,
  capybara-screenshot-diff < 1.0.0 requires actionpack >= 4.2, < 5.3 or capybara ~> 2.0.
And because capybara-screenshot-diff >= 1.0.0, < 1.5.4 depends on actionpack >= 4.2, < 7,
  capybara-screenshot-diff < 1.5.4 requires actionpack >= 4.2, < 7 or capybara ~> 2.0.
And because capybara-screenshot-diff >= 1.5.4, < 1.7.0 depends on actionpack >= 4.2, < 8
  and capybara-screenshot-diff >= 1.7.0, < 1.8.0 depends on actionpack >= 6.0, < 8,
  capybara-screenshot-diff < 1.8.0 requires actionpack >= 4.2, < 8 or capybara ~> 2.0.
And because capybara-screenshot-diff >= 1.8.0 depends on actionpack >= 6.1, < 8
  and rails >= 8.0.0 depends on actionpack = 8.0.0,
  rails >= 8.0.0 requires capybara ~> 2.0.
So, because Gemfile depends on rails ~> 8.0
  and Gemfile depends on capybara >= 3.39.1,
  version solving has failed.

Just wondering if you folks have an approximate timeline on a release to support rails 8? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant