shakacode / control-plane-flow

The power of Kubernetes with the ease of Heroku! Our playbook for migrating from Heroku to Control Plane, controlplane.com, and CPL CLI source
MIT License
43 stars 2 forks source link

Update needed for debug dependency #205

Closed mightystrong closed 3 weeks ago

mightystrong commented 2 months ago

Request an update to the debug gem dependency. Currently cpflow depends on debug 1.7.1, but new Rails apps @ 7.1.3.4 install the latest version at 1.9.2 resulting in this error.

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

Because every version of cpflow depends on debug ~> 1.7.1
  and Gemfile depends on debug = 1.9.2,
  cpflow cannot be used.
So, because Gemfile depends on cpflow >= 0,
  version solving has failed.
rafaelgomesxyz commented 3 weeks ago

This was fixed by #208.