Skip to content

Commit 394692b

Browse files
authored
release 3.11.0 (#1997)
1 parent d6f81bb commit 394692b

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)
@@ -110,7 +110,7 @@ GEM
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

328328
DEPENDENCIES
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)

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.10.0
1+
version: 3.11.0

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 3
6-
MINOR = 10
6+
MINOR = 11
77
PATCH = 0
88
PRE = nil
99

0 commit comments

Comments
 (0)