Skip to content

Commit

Permalink
Add a suitable .ruby-version
Browse files Browse the repository at this point in the history
The doc site currently uses some old Jekyll plugins that only
support Ruby version 2.

The .ruby-version file works with `rvm` and `rbenv` to force the
use of a suitable Ruby version. Version 2.7.8 is the last version
of Ruby 2, which is now past end-of-life.

Even for folks who don't use `rvm` or `rbenv`, the .ruby-version
file is a useful indicator of which version of Ruby to use.

Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Feb 29, 2024
1 parent f8b92b6 commit 3c4b2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.8

0 comments on commit 3c4b2fa

Please sign in to comment.