From e35c7d407352e7f8faa6174d122a0baa91a2b511 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 17 Sep 2017 09:42:54 -0400 Subject: [PATCH] Bump Ruby 2.4.2 --- .ruby-version | 2 +- Dockerfile | 2 +- Dockerfile-alpine | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index 58073ef8..acdc3f1b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.1 \ No newline at end of file +2.4.2 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 314f6253..b064a215 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4.1 +FROM ruby:2.4.2 WORKDIR /devdocs diff --git a/Dockerfile-alpine b/Dockerfile-alpine index ecbe5828..e226842a 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM ruby:2.4.1-alpine +FROM ruby:2.4.2-alpine WORKDIR /devdocs diff --git a/Gemfile b/Gemfile index 931014b4..6530e9ff 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.4.1' +ruby '2.4.2' gem 'rake' gem 'thor' diff --git a/Gemfile.lock b/Gemfile.lock index 1c81449e..a22d280c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ DEPENDENCIES yajl-ruby RUBY VERSION - ruby 2.4.1p111 + ruby 2.4.2p198 BUNDLED WITH - 1.14.1 + 1.15.4 diff --git a/README.md b/README.md index 9a49da5f..f1d76164 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.4.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: +DevDocs requires Ruby 2.4.2, 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