From 88fcde978f7558aee1033b0355ae2627087d3b60 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Mon, 15 Nov 2021 15:53:08 +0300 Subject: [PATCH] Bump version for 0.6.0 --- Gemfile.lock | 10 +++++----- demo/Gemfile.lock | 2 +- lib/polaris/view_components/version.rb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d326f3a..24817937 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (0.5.0) + polaris_view_components (0.6.0) rails (>= 5.0.0, < 8.0.0) view_component (~> 2.0, >= 2.0.0) @@ -165,9 +165,9 @@ GEM sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.3.0) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.2) standard (1.4.0) @@ -177,7 +177,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) - view_component (2.42.0) + view_component (2.43.1) activesupport (>= 5.0.0, < 8.0) method_source (~> 1.0) websocket-driver (0.7.5) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 464fa3fd..c041147d 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - polaris_view_components (0.5.0) + polaris_view_components (0.6.0) rails (>= 5.0.0, < 8.0.0) view_component (~> 2.0, >= 2.0.0) diff --git a/lib/polaris/view_components/version.rb b/lib/polaris/view_components/version.rb index 010985a0..a1be3949 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "0.5.0" + VERSION = "0.6.0" end end