kyrylo / pry-theme

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

loosen requirement for json #48

Closed dreyks closed 7 years ago

dreyks commented 7 years ago

right now pry-theme depends on json gem 1.8, which does not compile under ruby 2.4-preview. There is a stable 2.0.1 release right now. The only backwards incompatibility it has is lack of support for ruby < 2.0. You could loosen the requirements to be >= 1.8, < 3

kyrylo commented 7 years ago

Perhaps there's no need to depend on that gem anymore because it's in stdlib. I'm also happy to drop support for <2.0. Feel free to send a PR.

kyrylo commented 7 years ago

Fixed by https://github.com/kyrylo/pry-theme/pull/49.