Skip to content

Commit

Permalink
release 3.6.0 (#1852)
Browse files Browse the repository at this point in the history
* release 3.6.0

* Fix test failure occurring when running suite with edge rails
  • Loading branch information
camertron committed Sep 14, 2023
1 parent 9d182d9 commit 8ae5360
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (3.5.0)
view_component (3.6.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -333,9 +333,6 @@ DEPENDENCIES
jbuilder (~> 2)
m (~> 1)
minitest (~> 5.18)
net-imap
net-pop
net-smtp
pry (~> 0.13)
puma (~> 6)
rails (~> 7.0.0)
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nav_order: 5

## main

## 3.6.0

* Refer to `helpers` in `NameError` message in development and test environments.

*Simon Fish*
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 3.5.0
version: 3.6.0
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 3
MINOR = 5
MINOR = 6
PATCH = 0
PRE = nil

Expand Down
3 changes: 3 additions & 0 deletions test/sandbox/test/generators/preview_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
require "test_helper"
require "rails/generators/preview/component_generator"

# See: https://github.com/rails/rails/pull/47752#issuecomment-1720256371
require "active_record"

Rails.application.load_generators

class PreviewGeneratorTest < Rails::Generators::TestCase
Expand Down

0 comments on commit 8ae5360

Please sign in to comment.