Skip to content

Commit

Permalink
Bump view_component from 3.6.0 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.6.0 to 3.8.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.6.0...v3.8.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>
  • Loading branch information
dependabot[bot] authored Dec 31, 2023
1 parent deb70bb commit 471a827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1"

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

# Read only ActiveRecord-like interface to query static YAML files
gem "frozen_record", "~> 0.27.0"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -106,7 +106,7 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
dry-cli (1.0.0)
erb_lint (0.5.0)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.3.7)
date
net-protocol
Expand Down Expand Up @@ -307,7 +307,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
view_component (3.6.0)
view_component (3.8.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -365,7 +365,7 @@ DEPENDENCIES
stimulus-rails
turbo-rails
tzinfo-data
view_component (~> 3.6)
view_component (~> 3.8)
vite_rails
web-console

Expand Down

0 comments on commit 471a827

Please sign in to comment.