antonmi / espec_phoenix

ESpec for Phoenix web framework.
MIT License
137 stars 33 forks source link

Conflict when upgrading phoenix for new RC #23

Closed pragmaticivan closed 8 years ago

pragmaticivan commented 8 years ago
Conflict on phoenix from 0.1.0 to 1.1.4
  mix.exs: ~> 1.2.0-rc
  deps/espec_phoenix/mix.exs: >= 0.0.0

** (Mix) Hex dependency resolution failed, relax the version requirements or unlock dependencies
pragmaticivan commented 8 years ago

I partially solved with {:phoenix, "~> 1.2.0-rc", override: true}, but wondering how wold be solve that for tests with RC.