brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Move development dependencies to `Gemfile` and constrain Byebug #109

Closed brandur closed 5 years ago

brandur commented 5 years ago

It looks like a recent change has made Byebug only buildable on Ruby > 2.3.0. Here we move development dependencies out of the gemspec and into a Gemfile and make sure to only try to install Byebug (and also its debugging associates like Pry) on Ruby > 2.3.0.