File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
username : ${{ github.repository_owner }}
25
25
password : ${{ secrets.GITHUB_TOKEN }}
26
26
27
- - name : Set up Ruby 3.3
27
+ - name : Set up Ruby
28
28
uses : ruby/setup-ruby@v1
29
29
with :
30
- ruby-version : 3.3
30
+ ruby-version : 3.4
31
31
bundler-cache : true
32
32
33
33
- name : Generate rails app sqlite3
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- name : Remove Gemfile.lock
21
21
run : rm -f Gemfile.lock
22
- - name : Set up Ruby 3.3
22
+ - name : Set up Ruby
23
23
uses : ruby/setup-ruby@v1
24
24
with :
25
- ruby-version : 3.3
25
+ ruby-version : 3.4
26
26
bundler-cache : true
27
27
- run : cd tools/rail_inspector && bundle exec rake
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- uses : actions/checkout@v4
18
18
- name : Remove Gemfile.lock
19
19
run : rm -f Gemfile.lock
20
- - name : Set up Ruby 3.3
20
+ - name : Set up Ruby
21
21
uses : ruby/setup-ruby@v1
22
22
with :
23
- ruby-version : 3.3.1
23
+ ruby-version : 3.4
24
24
bundler-cache : true
25
25
- name : Generate --dev app
26
26
run : |
You can’t perform that action at this time.
0 commit comments