Skip to content

Commit d74cf09

Browse files
committed
Bump Ruby 2.5.3
1 parent 13ed1c9 commit d74cf09

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.3

Dockerfile

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

33
ENV LANG=C.UTF-8
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.5.1-alpine
1+
FROM ruby:2.5.3-alpine
22

33
ENV LANG=C.UTF-8
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.5.1'
2+
ruby '2.5.3'
33

44
gem 'rake'
55
gem 'thor'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ DEPENDENCIES
163163
yajl-ruby
164164

165165
RUBY VERSION
166-
ruby 2.5.1p57
166+
ruby 2.5.3p105
167167

168168
BUNDLED WITH
169-
1.16.1
169+
1.17.2

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.5.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:
21+
DevDocs requires Ruby 2.5.3, 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/freeCodeCamp/devdocs.git && cd devdocs

0 commit comments

Comments
 (0)