Skip to content

Commit 973e97c

Browse files
committed
switch to a ruby version file for a consistent versioning that still allows commit-based ruby version updates
1 parent 5b31d99 commit 973e97c

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

.github/workflows/auto-dependency-update.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '3.3'
1918
working-directory: ./docs
2019
bundler-cache: false
2120

.github/workflows/pr-build-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Setup Ruby and Install Gems
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: '3.3'
2423
working-directory: ./docs
2524
bundler-cache: true
2625

.github/workflows/update_search_index.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Setup Ruby, Bundler, and Install Gems
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: '3.3'
2221
# This tells the action where to find the Gemfile
2322
working-directory: ./docs
2423
bundler-cache: true

docs/.ruby-version

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

0 commit comments

Comments
 (0)