Skip to content

Commit

Permalink
Update view_component
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Oct 11, 2022
1 parent d969b17 commit be96f07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
view_component (2.74.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down
1 change: 0 additions & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ gem "stimulus-rails"
gem "lookbook"

gem "polaris_view_components", path: "../"
gem "view_component", github: "ViewComponent/view_component", branch: "remove_locking"

group :development, :test do
gem "foreman"
Expand Down
15 changes: 4 additions & 11 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/ViewComponent/view_component.git
revision: 60758e83d2ccaa6d12ea73c9fc41f6061f248a30
branch: remove_locking
specs:
view_component (2.74.0)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)

PATH
remote: ..
specs:
Expand Down Expand Up @@ -201,6 +191,10 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -231,7 +225,6 @@ DEPENDENCIES
sqlite3
stimulus-rails
turbo-rails
view_component!
web-console (>= 4.1.0)

RUBY VERSION
Expand Down

0 comments on commit be96f07

Please sign in to comment.