Upgraded Ruby versions in config/doc files

This commit is contained in:
Al Snow
2016-11-16 08:01:23 -05:00
parent 7824de31c3
commit a274d71360
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
2.3.1 2.3.2
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- "2.3.1" - "2.3.2"
before_script: rake db:setup before_script: rake db:setup
before_script: bundle exec rake db:setup before_script: bundle exec rake db:setup
cache: bundler cache: bundler
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.3.1 FROM ruby:2.3.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp RUN mkdir /myapp
WORKDIR /myapp WORKDIR /myapp
+4 -4
View File
@@ -4,14 +4,14 @@ RailsGoat is a vulnerable version of the Ruby on Rails Framework both versions 3
## Support ## Support
If you are looking for support or troubleshooting assistance, please visit our [OWASP Slack Channel](https://owasp.slack.com/messages/project-railsgoat/). If you are looking for support or troubleshooting assistance, please visit our [OWASP Slack Channel](https://owasp.slack.com/messages/project-railsgoat/).
## Getting Started ## Getting Started
To begin, install the Ruby Version Manager (RVM): To begin, install the Ruby Version Manager (RVM):
```bash ```bash
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.1 $ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.2
``` ```
After installing the package, clone this repo: After installing the package, clone this repo:
@@ -20,7 +20,7 @@ After installing the package, clone this repo:
$ git clone git@github.com:OWASP/railsgoat.git $ git clone git@github.com:OWASP/railsgoat.git
``` ```
**NOTE: NOT NECESSARY IF YOU WANT TO WORK WITH RAILS 4.** Otherwise, if you wish to use the Rails 3 version, you'll need to switch branches **NOTE: NOT NECESSARY IF YOU WANT TO WORK WITH RAILS 4.** Otherwise, if you wish to use the Rails 3 version, you'll need to switch branches
```bash ```bash
$ cd railsgoat $ cd railsgoat
@@ -62,7 +62,7 @@ To run Railsgoat with Vagrant you must first have [Vagrant](https://www.vagrantu
$ vagrant up $ vagrant up
... ...
railsgoat: Port: 3000:3000 railsgoat: Port: 3000:3000
railsgoat: railsgoat:
railsgoat: Container created: 3084633a81675346 railsgoat: Container created: 3084633a81675346
==> railsgoat: Starting container... ==> railsgoat: Starting container...
==> railsgoat: Provisioners will not be run since container doesn't support SSH. ==> railsgoat: Provisioners will not be run since container doesn't support SSH.