OWASP / railsgoat

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

Skip gem install bundler #463

Closed kmcquade closed 8 months ago

kmcquade commented 8 months ago

I was still getting some installation errors, because (1) gem install bundler on Ruby 2.6.5 does not play well on an M2 Mac, (2) the install was taking forever, and (3) bundler 1.17.2 was already installed. I commented out the gem install bundler line.

kmcquade commented 8 months ago

Oops, meant to merge into my fork. Sorry.