Coderay conflict
fenec opened this issue · comments
fenec commented
When I load pry with pry-theme installed I get this error:
Unable to activate pry-theme-1.0.2, because coderay-1.0.9 conflicts with coderay (~> 1.1) (Gem::LoadError)
Kyrylo Silin commented
That's because Pry Theme v1.0.2
requires CodeRay v1.1.0
or higher. It won't work with CodeRay v1.0.9
.
I recommend you to update Pry (the recent version is v0.9.12.6
). If you don't want to update it, then depend on Pry Theme v0.2.0
(it supports CodeRay v1.0.9
and lower).