From be96f07111f8b1589f5f2f9eb551730416c09a3f Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Tue, 11 Oct 2022 06:08:48 +0300 Subject: [PATCH] Update view_component --- Gemfile.lock | 2 +- demo/Gemfile | 1 - demo/Gemfile.lock | 15 ++++----------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 350d6fd5..edb17685 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/demo/Gemfile b/demo/Gemfile index 9de3d7ae..8560a7c4 100644 --- a/demo/Gemfile +++ b/demo/Gemfile @@ -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" diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 8e0c617a..b0aea8bb 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -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: @@ -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) @@ -231,7 +225,6 @@ DEPENDENCIES sqlite3 stimulus-rails turbo-rails - view_component! web-console (>= 4.1.0) RUBY VERSION