Merge branch 'master' of github.com:OWASP/railsgoat

This commit is contained in:
cktricky
2014-04-16 14:42:33 -04:00
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
rvm use 1.9.3-p484@railsgoat --create
rvm use 2.0.0@railsgoat --create
+2 -1
View File
@@ -1,5 +1,6 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
before_script: rake db:setup
before_script: bundle exec rake db:setup
env: RAILSGOAT_MAINTAINER=true
+2
View File
@@ -6,6 +6,8 @@ gem 'rack', '1.4.0'
gem 'rack-ssl', '1.3.4'
ruby '2.0.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
+2 -2
View File
@@ -67,7 +67,7 @@ GEM
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
childprocess (0.5.1)
childprocess (0.5.2)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.0)
@@ -212,7 +212,7 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.13.0)
rake (10.2.1)
rake (10.2.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
+2 -1
View File
@@ -4,12 +4,13 @@ RailsGoat is a vulnerable version of the Ruby on Rails Framework. It includes vu
## Getting Started
Requirements: **Ruby 1.9.3**
To begin, install the Ruby Version Manager (RVM):
```
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=1.9.3
$ rvm use 2.0.0@railsgoat --create # https://rvm.io/
```
After installing the package, clone this repo: