Skip to content

Commit 535107a

Browse files
committed
Merge #826: Bump Ruby to 2.7.4, update github-pages and html-proofer gems
bda840a Bump Ruby gems (Sjors Provoost) 790a9c0 Bump Ruby to 2.7.4 (Sjors Provoost) Pull request description: This requires updating the server to Debian Stable Bullseye, cc TheBlueMatt. I tested a few pages locally and didn't notice any difference. I also ran the `htmlproofer` incantation from the README, which I updated to match `Makefile`. Only one minor change was needed to satisfy the updated version. Closes #825 ACKs for top commit: pinheadmz: ACK bda840a Tree-SHA512: 18564dc939cdfebea1116fdd217b44f083c5e03f14605e30a937817e7c2460c3e4c4b67313ced87695bfad89b258d588a20289026f31d41537037727666b4dd4
2 parents 24e9ad7 + bda840a commit 535107a

File tree

5 files changed

+179
-144
lines changed

5 files changed

+179
-144
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

0 commit comments

Comments
 (0)