mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

Install pcap spec dependency #90

Closed bklang closed 7 years ago

bklang commented 8 years ago

And upgrade test suite to cover Ruby 2.2 & 2.3

bklang commented 8 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:

leifmadsen commented 7 years ago

Just make dep >= 2.3.0

bklang commented 7 years ago

@lpradovera This will make Travis happy, and should unblock #92

leifmadsen commented 7 years ago

@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

leifmadsen commented 7 years ago

bump :)