Skip to content

Commit

Permalink
Bump view_component from 3.20.0 to 3.21.0 (#1289)
Browse files Browse the repository at this point in the history
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.20.0 to 3.21.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.20.0...v3.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 59c1ed0 commit 7819e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ gem "rails-controller-testing"
gem "action_policy", "~> 0.7.3"

# Use ViewComponent for our presenter pattern framework
gem "view_component", "~> 3.20"
gem "view_component", "~> 3.21"

# Use dry-types for defining types
gem "dry-types", "~> 1.7"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -542,7 +542,7 @@ GEM
unicode-emoji (4.0.4)
uri (1.0.2)
useragent (0.16.11)
view_component (3.20.0)
view_component (3.21.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -625,7 +625,7 @@ DEPENDENCIES
traceroute
turbo-rails
tzinfo-data
view_component (~> 3.20)
view_component (~> 3.21)
web-console

RUBY VERSION
Expand Down

0 comments on commit 7819e18

Please sign in to comment.