Skip to content

Commit 8ae5360

Browse files
authored
release 3.6.0 (#1852)
* release 3.6.0 * Fix test failure occurring when running suite with edge rails
1 parent 9d182d9 commit 8ae5360

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (3.5.0)
4+
view_component (3.6.0)
55
activesupport (>= 5.2.0, < 8.0)
66
concurrent-ruby (~> 1.0)
77
method_source (~> 1.0)
@@ -333,9 +333,6 @@ DEPENDENCIES
333333
jbuilder (~> 2)
334334
m (~> 1)
335335
minitest (~> 5.18)
336-
net-imap
337-
net-pop
338-
net-smtp
339336
pry (~> 0.13)
340337
puma (~> 6)
341338
rails (~> 7.0.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.6.0
14+
1315
* Refer to `helpers` in `NameError` message in development and test environments.
1416

1517
*Simon Fish*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.5.0
1+
version: 3.6.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 = 5
6+
MINOR = 6
77
PATCH = 0
88
PRE = nil
99

test/sandbox/test/generators/preview_generator_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
require "test_helper"
44
require "rails/generators/preview/component_generator"
55

6+
# See: https://github.com/rails/rails/pull/47752#issuecomment-1720256371
7+
require "active_record"
8+
69
Rails.application.load_generators
710

811
class PreviewGeneratorTest < Rails::Generators::TestCase

0 commit comments

Comments
 (0)