Skip to content

Commit 7667358

Browse files
committed
use ruby 3.4.3 in CI
1 parent 0282749 commit 7667358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Ruby
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.0.3
13+
ruby-version: 3.4.3
1414
- uses: actions/cache@v2
1515
with:
1616
path: vendor/bundle

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.4.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rails application with ViewComponent, using the `https://github.com/github/view_
44

55
## Ruby version
66

7-
Use your favorite Ruby version manager to install `3.0.0`.
7+
Use your favorite Ruby version manager to install `3.4.3`.
88

99
## Local development
1010

0 commit comments

Comments
 (0)