chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

Allowing for phoenix rc releases #41

Closed GBH closed 7 years ago

GBH commented 7 years ago

Had difficulty with running this with phoenix 1.3-rc. got this error:

Failed to use "phoenix" (version 1.3.0-rc.0) because
  phoenix_haml (version 0.2.3) requires ~> 1.1 *

It suggested adding override: truebut it didn't do anything. This PR just adds rc bit that allows install to work.

GBH commented 7 years ago

found out that override: true needs to go on my phoenix dep, not this one.