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
Any chance you could bump up the gemspec to make the gem compatible with Ruby on Rails 8.0?
Currently getting this error message:
Could not find compatible versions05:27
Because scalingo >= 3.1.0 depends on activesupport >= 5, < 8
and scalingo < 3.1.0 depends on activesupport >= 5, < 7,
activesupport >= 5, < 8 is required.
So, because rails >= 8.0.1 depends on activesupport = 8.0.1
and Gemfile depends on rails ~> 8.0.1,
version solving has failed.
The text was updated successfully, but these errors were encountered:
Hello Scalingo Team,
Any chance you could bump up the gemspec to make the gem compatible with Ruby on Rails 8.0?
Currently getting this error message:
The text was updated successfully, but these errors were encountered: