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
Hello, I'm trying to test the last release (1.3.1) but it is not compatible with edge version.
I get the following bundle error:
Could not find compatible versions
Because concurrent-ruby-edge >= 0.7.0 depends on concurrent-ruby ~> 1.2.0
and Gemfile depends on concurrent-ruby ~> 1.3.0,
concurrent-ruby-edge >= 0.7.0 cannot be used.
So, because Gemfile depends on concurrent-ruby-edge ~> 0.7.0,
version solving has failed.
I think the edge version should be bump to take into account the newly released version 1.3.
Thank you 🙏
The text was updated successfully, but these errors were encountered:
Though Bundler should be able to solve this automatically by staying on concurrent-ruby 1.2.x as a workaround, as long as you don't force a newer concurrent-ruby int your Gemfile (which seems the case here).
Part of the trouble is it's rather annoying to release concurrent-ruby-edge.
I'd rather merge the functionality in the main gem but have it namespaced under Concurrent::Edge, unfortunately it doesn't seem namespaced that way.
Hello, I'm trying to test the last release (1.3.1) but it is not compatible with edge version.
I get the following bundle error:
I think the edge version should be bump to take into account the newly released version 1.3.
Thank you 🙏
The text was updated successfully, but these errors were encountered: