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 authored and lsf37 committed May 19, 2024
1 parent e70ccf9 commit 1f039c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Source: https://docs.sel4.systems
# License: ...

Files: Gemfile.lock
.ruby-version
.bundle/config
Hardware/HiKey/*.patch
Hardware/CEI_TK1_SOM/CANBoard/Tegra_CANboard_tofab_v1.zip
Expand Down
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 1f039c4

Please sign in to comment.