Skip to content

Commit 0925619

Browse files
committed
Use .ruby-version
1 parent 776f968 commit 0925619

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3232
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3333
with:
34-
ruby-version: '3.3' # Not needed with a .ruby-version file
34+
# ruby-version: specified in .ruby-version file
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3636
cache-version: 0 # Increment this number if you need to re-download cached gems
3737
- name: Setup Pages

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3

0 commit comments

Comments
 (0)