You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Just wondering if you folks have an approximate timeline on a release to support rails 8? Thanks in advance!
The text was updated successfully, but these errors were encountered: