Skip to content

Commit

Permalink
Add view component gem
Browse files Browse the repository at this point in the history
  • Loading branch information
developius committed Aug 29, 2021
1 parent eb3cf70 commit 79d9e8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ gem "jbuilder", "~> 2.7"
# Use Active Storage variant
# gem "image_processing", "~> 1.2"

gem "view_component", require: "view_component/engine"

group :development, :test do
# Call "byebug" anywhere in the code to stop execution and get a debugger console
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ GEM
rails (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
view_component (2.38.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
webdrivers (4.6.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand All @@ -192,6 +195,7 @@ DEPENDENCIES
stimulus-rails (>= 0.3.9)
turbo-rails (>= 0.7.4)
tzinfo-data
view_component
web-console!
webdrivers

Expand Down

0 comments on commit 79d9e8c

Please sign in to comment.