Closed Aupajo closed 6 years ago
@Aupajo Could you update the .travis.yml to fix the tests running: Your Ruby version is 2.2.6, but your Gemfile specified 2.3.7
?
Thanks!
@rylanb I was trying to figure that out. Turned out .travis.yml
wasn't in this branch when I forked it – have rebased and updated it.
Tests are now passing on CI, but Rubocop is failing.
I think the merge conflicts are from your other branches updates that I just merged. Sorry if I did those in the wrong order, there!
@rylanb No worries. All sorted!
Thanks @Aupajo !! Great work. Excited to be up to Ruby 3!
Ruby 2.2 is on its last legs:
Prior to this PR, we were running 2.2.6, which four versions behind the latest patch release for the 2.2 series, 2.2.10. These patch releases include numerous bug fixes and security updates.
Ideally, we'd move all the way to the latest release (2.5.1), but some further changes are going to be necessary to support that. (dependency upgrades). For now, Ruby 2.3.7 is as high as I can take it while leaving the current Gemfile depdencies as they are.