Skip to content

Commit 441b4d4

Browse files
authored
Merge pull request #83 from ViewComponent/ruby-version
use ruby 3.4.3 in CI
2 parents 0282749 + 19f24ca commit 441b4d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- name: Setup Ruby
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.0.3
14-
- uses: actions/cache@v2
13+
ruby-version: 3.4.3
14+
- uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: gems-${{ hashFiles('**/Gemfile.lock') }}

.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)