voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.54k stars 243 forks source link

Restricted the ruby 1.9 build to json < 2 #350

Closed iainbeeston closed 8 years ago

iainbeeston commented 8 years ago

Version 2.0 of the json gem requires ruby 2+. We should continue supporting ruby 1.9, but to do so we need to make sure that travis uses version 1 of the json gem.

I've done this by adding a custom gemfile for ruby 1.9 that restricts json to version 1.

iainbeeston commented 8 years ago

@RST-J Could I please get a quick code review of this? (Right now the build is broken on master because of a change in the latest version of the json gem)

RST-J commented 8 years ago

You can :smiley: :+1:

iainbeeston commented 8 years ago

@RST-J Great, thanks!