Skip to content

Commit 790a9c0

Browse files
committed
Bump Ruby to 2.7.4
Ruby 2.5 is EOL and Debian Stable ships 2.7.4
1 parent af17a1b commit 790a9c0

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
container:
2-
image: ruby:2.5.5
2+
image: ruby:2.7.4
33

44
task:
55
name: website
66
env:
77
JEKYLL_ENV: production
8-
NOKOGIRI_USE_SYSTEM_LIBRARIES: true # speeds up installation of html-proofer
8+
NOKOGIRI_USE_SYSTEM_LIBRARIES: true # speeds up installation of html-proofer
99
RUBYOPT: "-KU -E utf-8:utf-8"
1010

1111
bootstrap_script: gem install bundler

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.5
1+
2.7.4

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, .cirrus.yml
55
## and README.md. Then push your branch and make sure Cirrus supports that
66
## version.
7-
ruby '2.5.5'
7+
ruby '2.7.4'
88

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

Gemfile.lock

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

260260
RUBY VERSION
261-
ruby 2.5.5p157
261+
ruby 2.7.4p191
262+
263+
BUNDLED WITH
264+
2.2.33

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.5](https://gorails.com/setup) using system
44+
locally, [install Ruby 2.7.4](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)