Skip to content

Commit 39231c6

Browse files
committed
Deps: use Ruby 2.5.5
1 parent 1deeedb commit 39231c6

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-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.5

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: ruby
2+
rvm:
3+
- "2.5.5"
24

35
## Save bundler deps.
46
cache: bundler

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
## If you update the version here, also update it in .ruby-version, .travis.yml
55
## and README.md. Then push your branch and make sure Travis supports that
66
## version.
7-
ruby '2.5.1'
7+
ruby '2.5.5'
88

99
## If you add a new Gem below, run `bundle install` to install it.
1010
group :development do

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,4 @@ DEPENDENCIES
258258
html-proofer
259259

260260
RUBY VERSION
261-
ruby 2.5.1p57
262-
263-
BUNDLED WITH
264-
1.17.3
261+
ruby 2.5.5p157

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permalink: /en/2016/01/01/short-title
4141
## Building
4242

4343
This website is based on [Jekyll](https://jekyllrb.com/). To build
44-
locally, [install Ruby 2.5.1](https://gorails.com/setup) using system
44+
locally, [install Ruby 2.5.5](https://gorails.com/setup) using system
4545
packages, [rvm](https://rvm.io), [rbenv](https://github.com/rbenv/rbenv), or another method.
4646
Then clone this repository and change directory into it:
4747

0 commit comments

Comments
 (0)