Skip to content

Commit 45439e4

Browse files
hopkincametymzd
authored andcommitted
chore: specify ruby version for docs gemfile (google#4924)
This PR sets the ruby version of the docs gemfile to ~> 3, this fixes an issue where the renovate bot cannot maintain dependencies because it is trying to use the latest version of ruby (4.0.1) which is not currently supported by this app.
1 parent f1035ac commit 45439e4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ruby "~> 3"
2+
13
source "https://rubygems.org"
24
# Hello! This is where you manage which Jekyll version is used to run.
35
# When you want to use a different version, change it below, save the

docs/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,8 @@ DEPENDENCIES
283283
wdm (~> 0.2.0)
284284
webrick (~> 1.7)
285285

286+
RUBY VERSION
287+
ruby 3.4.8p72
288+
286289
BUNDLED WITH
287290
2.4.20

0 commit comments

Comments
 (0)