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