Skip to content

Commit e35c7d4

Browse files
committed
Bump Ruby 2.4.2
1 parent 0240932 commit e35c7d4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.4.2

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.1
1+
FROM ruby:2.4.2
22

33
WORKDIR /devdocs
44

Dockerfile-alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.1-alpine
1+
FROM ruby:2.4.2-alpine
22

33
WORKDIR /devdocs
44

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.4.1'
2+
ruby '2.4.2'
33

44
gem 'rake'
55
gem 'thor'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DEPENDENCIES
153153
yajl-ruby
154154

155155
RUBY VERSION
156-
ruby 2.4.1p111
156+
ruby 2.4.2p198
157157

158158
BUNDLED WITH
159-
1.14.1
159+
1.15.4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Unless you wish to contribute to the project, I recommend using the hosted versi
2020

2121
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.
2222

23-
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:
23+
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:
2424

2525
```
2626
git clone https://github.com/Thibaut/devdocs.git && cd devdocs

0 commit comments

Comments
 (0)