File tree Expand file tree Collapse file tree 5 files changed +8
-40
lines changed Expand file tree Collapse file tree 5 files changed +8
-40
lines changed Original file line number Diff line number Diff line change 36
36
ruby_version : " 2.7"
37
37
- rails_version : " 7.0.2.3"
38
38
ruby_version : " 3.0"
39
- - rails_version : " main "
39
+ - rails_version : " 7.0.2.3 "
40
40
ruby_version : " 3.1"
41
+ - rails_version : " 7.0.2.3"
42
+ ruby_version : " 3.2"
41
43
steps :
42
44
- uses : actions/checkout@master
43
45
- name : Setup Ruby
63
65
with :
64
66
name : simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}
65
67
path : coverage
66
- pvc :
67
- runs-on : ubuntu-latest
68
- steps :
69
- - uses : actions/checkout@master
70
- with :
71
- repository : ' primer/view_components'
72
- path : ' primer_view_components'
73
- - uses : actions/checkout@master
74
- with :
75
- path : ' view_component'
76
- - name : Setup Ruby
77
- uses : ruby/setup-ruby@v1
78
- with :
79
- ruby-version : 2.7
80
- - uses : actions/setup-node@v2
81
- with :
82
- node-version : 16
83
- - uses : actions/cache@v2
84
- with :
85
- path : |
86
- node_modules
87
- vendor/bundle
88
- key : gems-build-pvc-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/package-json.lock') }}
89
- - name : Build and test with Rake
90
- run : |
91
- cd primer_view_components
92
- npm ci
93
- cd demo && npm ci && cd ..
94
- bundle config path vendor/bundle
95
- bundle install
96
- bundle exec rake docs:preview
97
- bundle exec rake
98
- env :
99
- VIEW_COMPONENT_PATH : ../view_component
100
- RAILS_VERSION : ' ~> 6.1.0'
101
- PARALLEL_WORKERS : ' 1'
102
68
coverage :
103
69
needs : test
104
70
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- view_component (2.82 .0 )
4
+ view_component (2.83 .0 )
5
5
activesupport (>= 5.2.0 , < 8.0 )
6
6
concurrent-ruby (~> 1.0 )
7
7
method_source (~> 1.0 )
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ nav_order: 5
10
10
11
11
## main
12
12
13
+ ## 2.83.0
14
+
13
15
* Ensure HTML output safety.
14
16
15
17
* Cameron Dutro*
Original file line number Diff line number Diff line change 1
- version : 2.82 .0
1
+ version : 2.83 .0
Original file line number Diff line number Diff line change 3
3
module ViewComponent
4
4
module VERSION
5
5
MAJOR = 2
6
- MINOR = 82
6
+ MINOR = 83
7
7
PATCH = 0
8
8
9
9
STRING = [ MAJOR , MINOR , PATCH ] . join ( "." )
You can’t perform that action at this time.
0 commit comments