phlex-rails icon indicating copy to clipboard operation
phlex-rails copied to clipboard

bump to latest phlex

Open davekaro opened this issue 1 year ago • 1 comments

I wasn't able to figure out how to run the tests, nor how to run my branch against my own project (bundler didn't seem to pickup the gemspec change, so I couldn't get the latest phlex). So, I decided to open a PR to get started.

Looking at the changelog, I don't think there is any reason phlox-rails wouldn't be compatible with phlex 1.11.

davekaro avatar Jul 16 '24 20:07 davekaro

I'm facing a similar problem here:

Gemfile

gem "phlex", "1.11.0"
gem "phlex-rails", "1.2.1"

bundle

Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find compatible versions

Because phlex-rails >= 1.2.0 depends on phlex ~> 1.10.0
  and Gemfile depends on phlex = 1.11.0,
  phlex-rails >= 1.2.0 cannot be used.
So, because Gemfile depends on phlex-rails = 1.2.1,
  version solving has failed.

cirdes avatar Jul 21 '24 15:07 cirdes