tombh / peas

Docker and Ruby based PaaS
GNU General Public License v2.0
601 stars 33 forks source link

Update gems to be able to bundle successfully on ruby 2.4.0 #31

Closed andrew closed 7 years ago

andrew commented 7 years ago

Having a play around with peas, my default ruby is 2.4.0 which couldn't finish a bundle install with the current list of gems in Gemfile.lock, this updates just enough to get it to finish installing 👍

tombh commented 7 years ago

Woah! Thanks so much for this :) Honestly amazing to be reminded of things here, it's literally been years.

I see that the ruby 2.1.1 Travis build fails. I seem to remember that I actually run those tests remotely and Travis reads their output through a socket, but I guess that socket is down now. But anyway, this is getting merged!