psyho / bogus

Fake library for Ruby
Other
359 stars 14 forks source link

remove Ruby 1.9.2 from Travis CI configuration #52

Closed ktdreyer closed 10 years ago

ktdreyer commented 10 years ago

The "listen" gem is in the dependency chain for bogus, and this listen gem has a hard requirement on Ruby 1.9.3 or later. This causes the bogus travis builds to fail on Ruby 1.9.2.

Since Ruby 1.9.2 is deprecated, remove it from the Travis configuration.

chastell commented 10 years ago

:+1: – unless there’s a reason for supporting Ruby 1.9.2, in which case either Listen should be pegged to the last version that supported 1.9.2, or we should figure out a way to test Bogus without Listen (which is only a development dependency).

chastell commented 10 years ago

Thanks for this – and apologies for the delay! I’ll work on the other PRs this week as well.