File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
lib/rails/generators/rails/app/templates/github Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ * Remove unnecessary ` ruby-version ` input from ` ruby/setup-ruby `
2
+
3
+ * TangRufus*
4
+
1
5
* Add --reset option to bin/setup which will call db: reset as part of the setup.
2
6
3
7
* DHH*
Original file line number Diff line number Diff line change 17
17
- name: Set up Ruby
18
18
uses: ruby/setup-ruby@v1
19
19
with:
20
- ruby-version: .ruby-version
21
20
bundler-cache: true
22
21
23
22
- name: Scan for common Rails security vulnerabilities using static analysis
38
37
- name: Set up Ruby
39
38
uses: ruby/setup-ruby@v1
40
39
with:
41
- ruby-version: .ruby-version
42
40
bundler-cache: true
43
41
44
42
- name: Scan for security vulnerabilities in JavaScript dependencies
57
55
- name: Set up Ruby
58
56
uses: ruby/setup-ruby@v1
59
57
with:
60
- ruby-version: .ruby-version
61
58
bundler-cache: true
62
59
63
60
- name: Prepare RuboCop cache
@@ -125,7 +122,6 @@ jobs:
125
122
- name: Set up Ruby
126
123
uses: ruby/setup-ruby@v1
127
124
with:
128
- ruby-version: .ruby-version
129
125
bundler-cache: true
130
126
<%- if using_bun? -%>
131
127
@@ -199,7 +195,6 @@ jobs:
199
195
- name: Set up Ruby
200
196
uses: ruby/setup-ruby@v1
201
197
with:
202
- ruby-version: .ruby-version
203
198
bundler-cache: true
204
199
<%- if using_bun? -%>
205
200
You can’t perform that action at this time.
0 commit comments