Skip to content

Commit 8964c8d

Browse files
committed
Bump Ruby 2.5.0
1 parent 2a11375 commit 8964c8d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.5.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.2
1+
FROM ruby:2.5.0
22

33
WORKDIR /devdocs
44

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.2-alpine
1+
FROM ruby:2.5.0-alpine
22

33
WORKDIR /devdocs
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.2'
2+
ruby '2.5.0'
33

44
gem 'rake'
55
gem 'thor'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ DEPENDENCIES
152152
yajl-ruby
153153

154154
RUBY VERSION
155-
ruby 2.4.2p198
155+
ruby 2.5.0p0
156156

157157
BUNDLED WITH
158158
1.16.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Unless you wish to contribute to the project, I recommend using the hosted versi
1818

1919
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.
2020

21-
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:
21+
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:
2222

2323
```
2424
git clone https://github.com/Thibaut/devdocs.git && cd devdocs

0 commit comments

Comments
 (0)