Skip to content

Commit deaad00

Browse files
committed
Bump Ruby 2.3.1
1 parent a8bd422 commit deaad00

5 files changed

Lines changed: 8 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.3.0
1+
2.3.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.3.0
2+
FROM ruby:2.3.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.3.0'
2+
ruby '2.3.1'
33

44
gem 'rake'
55
gem 'thor'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,8 @@ DEPENDENCIES
129129
unix_utils
130130
yajl-ruby
131131

132+
RUBY VERSION
133+
ruby 2.3.1p112
134+
132135
BUNDLED WITH
133-
1.11.2
136+
1.13.2

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.3.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.3.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)