Merge pull request #62 from jasnow/2.0.0

Upgraded Project to Ruby 2.0.0 Branch.
This commit is contained in:
mccabe615
2014-04-05 12:24:46 -04:00
4 changed files with 7 additions and 3 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 -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: