Skip to content

Commit

Permalink
Bump view_component from 3.14.0 to 3.18.0 (#1072)
Browse files Browse the repository at this point in the history
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.14.0 to 3.18.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.14.0...v3.18.0)

---
updated-dependencies:
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 696409d commit 7664ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ gem "rails-controller-testing"
gem "action_policy", "~> 0.7.1"

# Use ViewComponent for our presenter pattern framework
gem "view_component", "~> 3.14"
gem "view_component", "~> 3.18"

# Use dry-types for defining types
gem "dry-types", "~> 1.7"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
useragent (0.16.10)
view_component (3.14.0)
view_component (3.18.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
traceroute
turbo-rails
tzinfo-data
view_component (~> 3.14)
view_component (~> 3.18)
web-console

RUBY VERSION
Expand Down

0 comments on commit 7664ac8

Please sign in to comment.