Merge pull request #62 from jasnow/2.0.0
Upgraded Project to Ruby 2.0.0 Branch.
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'
|
||||||
|
|
||||||
|
|||||||
@@ -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