Skip to content

Commit 925982f

Browse files
committed
ruby: Update to 3.1.2 and debian bookworm
The build server uses debian bookworm which has ruby 3.1.2.
1 parent c4add50 commit 925982f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.cirrus.yml

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

44
env:
55
JEKYLL_ENV: production
@@ -22,7 +22,7 @@ task:
2222
task:
2323
name: debian only
2424
container:
25-
image: debian:bullseye
25+
image: debian:bookworm
2626
install_script:
2727
- apt update
2828
- >

.ruby-version

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

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.7.4'
7+
ruby '3.1.2'
88

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

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