Skip to content

Commit

Permalink
chore: Update view_component gem to version 3.20.0 in Gemfile and Gem…
Browse files Browse the repository at this point in the history
…file.lock (#868)
  • Loading branch information
joshsadam authored Dec 16, 2024
1 parent 9da7f6c commit 43e8de2
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 @@ -62,7 +62,7 @@ gem 'faraday-net_http_persistent', '~> 2.0'
gem 'heroicon-rails', '>= 0.2.9'
gem 'pathogen_view_components', path: './embedded_gems/pathogen'
gem 'tailwindcss-rails', '~> 2.7'
gem 'view_component', '~> 3.15'
gem 'view_component', '~> 3.20.0'

# Pagy
gem 'pagy', '~> 9.0.5' # omit patch digit
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ GEM
uri (0.13.0)
useragent (0.16.10)
version_gem (1.1.4)
view_component (3.15.1)
activesupport (>= 5.2.0, < 8.0)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
warden (1.2.9)
Expand Down Expand Up @@ -711,7 +711,7 @@ DEPENDENCIES
timecop
turbo-rails
tzinfo-data
view_component (~> 3.15)
view_component (~> 3.20.0)
web-console
webmock
zip_kit
Expand Down

0 comments on commit 43e8de2

Please sign in to comment.