Skip to content

Commit

Permalink
Bump view_component from 3.16.0 to 3.17.0 (#335)
Browse files Browse the repository at this point in the history
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.16.0 to 3.17.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.16.0...v3.17.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 Oct 15, 2024
1 parent 3f2dd8b commit 41dc6e5
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 @@ -63,7 +63,7 @@ gem "redcarpet", "~> 3.6"
gem "rouge", "~> 4.4"

# A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
gem "view_component", "~> 3.16"
gem "view_component", "~> 3.17"

# Read only ActiveRecord-like interface to query static YAML files
gem "frozen_record", "~> 0.27.4"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
view_component (3.16.0)
view_component (3.17.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
stimulus-rails
turbo-rails
tzinfo-data
view_component (~> 3.16)
view_component (~> 3.17)
vite_rails
web-console

Expand Down

0 comments on commit 41dc6e5

Please sign in to comment.