From 8964c8d48daee24c4f2bbe80e12e61a054a95261 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 25 Feb 2018 09:44:51 -0500 Subject: [PATCH] Bump Ruby 2.5.0 --- .ruby-version | 2 +- Dockerfile | 2 +- Dockerfile-alpine | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index acdc3f1b..fad066f8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.2 \ No newline at end of file +2.5.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b064a215..3074d187 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4.2 +FROM ruby:2.5.0 WORKDIR /devdocs diff --git a/Dockerfile-alpine b/Dockerfile-alpine index e226842a..e687e163 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM ruby:2.4.2-alpine +FROM ruby:2.5.0-alpine WORKDIR /devdocs diff --git a/Gemfile b/Gemfile index b2305f81..b4d4ca60 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.4.2' +ruby '2.5.0' gem 'rake' gem 'thor' diff --git a/Gemfile.lock b/Gemfile.lock index 298217cd..63645d28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ DEPENDENCIES yajl-ruby RUBY VERSION - ruby 2.4.2p198 + ruby 2.5.0p0 BUNDLED WITH 1.16.0 diff --git a/README.md b/README.md index 03786ac5..3088e09d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.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: +DevDocs requires Ruby 2.5.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: ``` git clone https://github.com/Thibaut/devdocs.git && cd devdocs