Closed bklang closed 7 years ago
@benlangfeld Any thoughts on how to address this? The problem is that some gems in our dependency chain (and not even our direct dependents) require Ruby >= 2.3
. Options:
Ruby < 2.3
Just make dep >= 2.3.0
@lpradovera This will make Travis happy, and should unblock #92
@bklang @benlangfeld I think this line needs to be bumped to a later version of rspec?
https://github.com/mojolingo/sippy_cup/blob/develop/sippy_cup.gemspec#L27
From what I'm Googling, we need rspec > 3.4.4
bump :)
And upgrade test suite to cover Ruby 2.2 & 2.3