collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

Support Ruby 2.4.1 #99

Closed olleolleolle closed 7 years ago

olleolleolle commented 7 years ago

This PR adds Ruby 2.4.1 to the Travis CI matrix.

To pass tests on 2.4, it avoids the Fixnum class.

Also: all EOL'd Ruby versions are now in the allow_failures list. Blog post on 2.1 being EOL.

olleolleolle commented 7 years ago

@laserlemon There.

olleolleolle commented 7 years ago

@laserlemon There, avoids the Fixnum class.

laserlemon commented 7 years ago

👏