Skip to content

Commit 2bc4715

Browse files
committed
Specify Ruby version in Gemfile
1 parent 9491a37 commit 2bc4715

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
source "https://rubygems.org"
22

3+
# Specify Ruby version for compatibility
4+
ruby ">= 2.7.0"
5+
36
# Use GitHub Pages - this will ensure compatibility
47
# This single gem includes Jekyll and other dependencies that are maintained by GitHub
58
gem "github-pages", group: :jekyll_plugins

0 commit comments

Comments
 (0)