RbUI are not compatible with Phlex 2.0
Closed this issue · 3 comments
cirdes commented
Could not find compatible versions
Because every version of rbui depends on phlex ~> 1.10
and phlex-rails >= 2.0.0.beta2 depends on phlex = 2.0.0.beta2,
every version of rbui is incompatible with phlex-rails >= 2.0.0.beta2.
So, because Gemfile depends on phlex-rails = 2.0.0.beta2
and Gemfile depends on rbui >= 0,
version solving has failed.
cancelei commented
I had the same issue too.
As a Gem user, I couldn't make the RBUI work for my Rails app, so I decided to use PhlexyUI until all the bugs were solved.
AliOsm commented
I was able to use RBUI with Phlex v2 in this Rails app:
https://github.com/AliOsm/phlex-icons-web-app
I cloned RBUI and updated the gemspec to allow Phlex v2, then I created this initializer:
https://github.com/AliOsm/phlex-icons-web-app/blob/main/config/initializers/rbui.rb
SethHorsley commented
This has been fixed and in main now.