OWASP / railsgoat

A vulnerable version of Rails that follows the OWASP Top 10
railsgoat.cktricky.com
MIT License
867 stars 667 forks source link

Update Dockerfile and Gemfile to available tagged ruby version #356

Closed bseb closed 5 years ago

bseb commented 5 years ago

The docker image tagged 2.5.2 appears to be no longer available on hub.docker.io. 2.5.3 seems to work fine

cktricky commented 5 years ago

We just moved to 2.5.3 in this PR so this PR makes sense 👍. Now to figure out the error 🤔

cktricky commented 5 years ago

I can't figure out how to get travis-ci to re-run the tests so I'm just gonna go ahead and merge. Thanks!

jasnow commented 5 years ago

@cktricky - One trick is to add a blank line to the README file and commit. Then sometime later just remove the blank line.