Skip to content

Commit 9c62f5d

Browse files
committed
Bump Ruby 2.4.1
1 parent 435488c commit 9c62f5d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM ruby:2.4.0
2+
FROM ruby:2.4.1
33
MAINTAINER Conor Heine <[email protected]>
44

55
RUN apt-get update

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.0'
2+
ruby '2.4.1'
33

44
gem 'rake'
55
gem 'thor'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ DEPENDENCIES
129129
yajl-ruby
130130

131131
RUBY VERSION
132-
ruby 2.4.0p0
132+
ruby 2.4.1p111
133133

134134
BUNDLED WITH
135135
1.14.1

README.md

Lines changed: 1 addition & 1 deletion
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.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:
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:
2424

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

0 commit comments

Comments
 (0)