Skip to content

Commit

Permalink
Bump .ruby-version from 3.0.6 to 3.3.6 (#566)
Browse files Browse the repository at this point in the history
This repo includes a `.ruby-version` file and the Gemfile refers to
this. The site can be built with other Ruby versions but:

1. I think It's best to keep whatever version we specify in
`.ruby-version` to something that's [in
support](https://endoflife.date/ruby). Ruby 3.0.6 is not.
2. Our GHA workflows use
[`ruby/setup-ruby`](https://github.com/ruby/setup-ruby) which uses the
Ruby version specified in `.ruby-version` which is another reason to
specify an in support version of Ruby

I chose Ruby 3.3.6 because it's the latest release as of writing.

I've tested this PR locally by:

- Bundling under Ruby 3.3.6
- Generating the site (`bundle exec generate`)

And all looks good.
  • Loading branch information
amoeba authored Nov 30, 2024
1 parent 0cd1ad7 commit 7132d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.3.6

0 comments on commit 7132d4b

Please sign in to comment.