Closed scotje closed 4 years ago
Only CI failure is due to the old Ruby 1.8-compatible version of rspec not having the output
matcher.
Damnit - ruby 1.8.7 is not supporting
(?>!...)
negative lookbehinds. how about we just drop support for that ruby version?
Yeah I'm not worried about Ruby 1.8.7 failures, and I'd be OK with updating the gemspec to require at least Ruby 2.1 for the 2.8.0 release.
Closes #158