From deaad00668696a33a4cb177e2ed80e632730735a Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 9 Oct 2016 11:15:08 -0400 Subject: [PATCH] Bump Ruby 2.3.1 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 5 ++++- README.md | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index cc6612c3..a6254504 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.0 \ No newline at end of file +2.3.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0941c16c..3e873d25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM ruby:2.3.0 +FROM ruby:2.3.1 MAINTAINER Conor Heine RUN apt-get update diff --git a/Gemfile b/Gemfile index f2958d3d..879d00bb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.3.0' +ruby '2.3.1' gem 'rake' gem 'thor' diff --git a/Gemfile.lock b/Gemfile.lock index 746a7173..203168a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,5 +129,8 @@ DEPENDENCIES unix_utils yajl-ruby +RUBY VERSION + ruby 2.3.1p112 + BUNDLED WITH - 1.11.2 + 1.13.2 diff --git a/README.md b/README.md index 8d449a4a..1fc465af 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Unless you wish to contribute to the project, I recommend using the hosted versi DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app. -DevDocs requires Ruby 2.3.0, libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands: +DevDocs requires Ruby 2.3.1, libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands: ``` git clone https://github.com/Thibaut/devdocs.git && cd devdocs