kyrylo / pry-theme

An easy way to customize Pry colors via theme files
zlib License
171 stars 14 forks source link

Coderay conflict #36

Closed fenec closed 10 years ago

fenec commented 10 years ago

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 commented 10 years ago

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).