From a274d71360d7230d33d3f8c974f89342536c4c9c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 16 Nov 2016 08:01:23 -0500 Subject: [PATCH] Upgraded Ruby versions in config/doc files --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 2 +- README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index 2bf1c1c..f90b1af 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.1 +2.3.2 diff --git a/.travis.yml b/.travis.yml index c374f88..bf04f52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.3.1" + - "2.3.2" before_script: rake db:setup before_script: bundle exec rake db:setup cache: bundler diff --git a/Dockerfile b/Dockerfile index 0eff1d0..6c1d5d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 mkdir /myapp WORKDIR /myapp diff --git a/README.md b/README.md index 3afdae8..f167b06 100755 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ RailsGoat is a vulnerable version of the Ruby on Rails Framework both versions 3 ## 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 To begin, install the Ruby Version Manager (RVM): ```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: @@ -20,7 +20,7 @@ After installing the package, clone this repo: $ 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 $ cd railsgoat @@ -62,7 +62,7 @@ To run Railsgoat with Vagrant you must first have [Vagrant](https://www.vagrantu $ vagrant up ... railsgoat: Port: 3000:3000 - railsgoat: + railsgoat: railsgoat: Container created: 3084633a81675346 ==> railsgoat: Starting container... ==> railsgoat: Provisioners will not be run since container doesn't support SSH.