From c5b939c8eeedd6978827a8ef9152d24624d8d5b6 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Wed, 2 Oct 2019 23:45:23 +0100 Subject: [PATCH] Update ruby version in dockerfile and in getting started --- Dockerfile | 2 +- GETTING_STARTED.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0438bc39a5..ccd6c793c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y curl git build-essential software-prope # Setup ENV variables ENV PATH /usr/local/src/rbenv/shims:/usr/local/src/rbenv/bin:$PATH ENV RBENV_ROOT /usr/local/src/rbenv -ENV RUBY_VERSION 2.1.5 +ENV RUBY_VERSION 2.1.9 ENV CONFIGURE_OPTS --disable-install-doc # Rbenv & Ruby part diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index c30a70c13d..c372d152d7 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -11,7 +11,7 @@ The following guides are located in the wiki and provide more OS-specific step-b ### Dependencies * Rails 3.2.x -* Ruby 2.1.5 +* Ruby 2.1.9 * PostgreSQL database * PhantomJS (for testing) * See Gemfile for a list of gems required