saucelabs / the-internet

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
http://the-internet.herokuapp.com
Apache License 2.0
782 stars 641 forks source link

Update Ruby to 2.4.1 #39

Open tjmaher opened 5 years ago

tjmaher commented 5 years ago

We're getting an error in Travis CI:

"'The command "eval bundle install --jobs=3 --retry=3 --deployment ' failed. Retrying, 2 of 3. "Your Ruby version is 2.4.1, but your Gemfile specified 2.2.5"

Maybe updating the Ruby version would fix the problem?