File tree Expand file tree Collapse file tree 4 files changed +23
-21
lines changed Expand file tree Collapse file tree 4 files changed +23
-21
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- view_component (3.10 .0 )
4+ view_component (3.11 .0 )
55 activesupport (>= 5.2.0 , < 8.0 )
66 concurrent-ruby (~> 1.0 )
77 method_source (~> 1.0 )
110110 debug (1.9.1 )
111111 irb (~> 1.10 )
112112 reline (>= 0.3.8 )
113- diff-lcs (1.5.0 )
113+ diff-lcs (1.5.1 )
114114 docile (1.4.0 )
115115 erb_lint (0.5.0 )
116116 activesupport
@@ -225,23 +225,23 @@ GEM
225225 reline (0.4.1 )
226226 io-console (~> 0.5 )
227227 rexml (3.2.6 )
228- rspec-core (3.12.2 )
229- rspec-support (~> 3.12 .0 )
230- rspec-expectations (3.12.3 )
228+ rspec-core (3.13.0 )
229+ rspec-support (~> 3.13 .0 )
230+ rspec-expectations (3.13.0 )
231231 diff-lcs (>= 1.2.0 , < 2.0 )
232- rspec-support (~> 3.12 .0 )
233- rspec-mocks (3.12.6 )
232+ rspec-support (~> 3.13 .0 )
233+ rspec-mocks (3.13.0 )
234234 diff-lcs (>= 1.2.0 , < 2.0 )
235- rspec-support (~> 3.12 .0 )
236- rspec-rails (6 .1.0 )
237- actionpack (>= 6.1 )
238- activesupport (>= 6.1 )
239- railties (>= 6.1 )
240- rspec-core (~> 3.12 )
241- rspec-expectations (~> 3.12 )
242- rspec-mocks (~> 3.12 )
243- rspec-support (~> 3.12 )
244- rspec-support (3.12.1 )
235+ rspec-support (~> 3.13 .0 )
236+ rspec-rails (5 .1.2 )
237+ actionpack (>= 5.2 )
238+ activesupport (>= 5.2 )
239+ railties (>= 5.2 )
240+ rspec-core (~> 3.10 )
241+ rspec-expectations (~> 3.10 )
242+ rspec-mocks (~> 3.10 )
243+ rspec-support (~> 3.10 )
244+ rspec-support (3.13.0 )
245245 rubocop (1.59.0 )
246246 json (~> 2.3 )
247247 language_server-protocol (>= 3.17.0 )
@@ -326,7 +326,7 @@ PLATFORMS
326326 ruby
327327
328328DEPENDENCIES
329- appraisal (~> 2.5 )
329+ appraisal (~> 2.4 )
330330 benchmark-ips (~> 2.13.0 )
331331 better_html
332332 bundler (~> 2 )
@@ -345,7 +345,7 @@ DEPENDENCIES
345345 puma (~> 6 )
346346 rails (~> 7.0.0 )
347347 rake (~> 13.0 )
348- rspec-rails (~> 6 )
348+ rspec-rails (~> 5 )
349349 rubocop-md (~> 1 )
350350 selenium-webdriver (= 4.9.0 )
351351 simplecov (~> 0.22.0 )
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ nav_order: 5
1010
1111## main
1212
13+ ## 3.11.0
14+
1315* Fix running non-integration tests under Rails main.
1416
1517 * Cameron Dutro*
Original file line number Diff line number Diff line change 1- version : 3.10 .0
1+ version : 3.11 .0
Original file line number Diff line number Diff line change 33module ViewComponent
44 module VERSION
55 MAJOR = 3
6- MINOR = 10
6+ MINOR = 11
77 PATCH = 0
88 PRE = nil
99
You can’t perform that action at this time.
0 commit comments