middleman / middleman-blog

Blog Engine Extension for Middleman
https://middlemanapp.com
MIT License
325 stars 179 forks source link

Check out why Travis is complaining with each pull request issued #339

Closed iwarner closed 7 years ago

iwarner commented 7 years ago
Gem::InstallError: rack requires Ruby version >= 2.2.2.
Installing ffi 1.9.18
An error occurred while installing rack (2.0.1), and Bundler cannot continue.
Make sure that `gem install rack -v '2.0.1'` succeeds before bundling.
iwarner commented 7 years ago

I have change the Travis.yml to be the same as middleman core - and tests are passing as expected now. But it means we are not testing against older versions of Ruby - make a note of this in the ReadME