Skip to content

Update Ruby and gems

Rafael Masoni requested to merge feature/update into develop

Created by: dlibanori

Ruby 2.2.2 is getting close to end-of-life. This PR updates to ruby 2.4.2. Unfortunately it has to update tons of gems cause they don't work well with ruby 2.4.2. It also:

  • updates Rails to 2.4.10
  • fixes cucumber tests that were broken
  • installs Travis as CI.

[OFFTOPIC]: I am using git-flow branches

Merge request reports