phlex-ruby / phlex-rails

An object-oriented alternative to ActionView for Ruby on Rails.
https://www.phlex.fun
MIT License
232 stars 40 forks source link

bump to latest phlex #209

Closed davekaro closed 4 months ago

davekaro commented 4 months ago

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.

cirdes commented 4 months ago

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.