From 6ba7e8823de103c3d21cf6bddab5ab865db8ad50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:07:47 +0000 Subject: [PATCH] Bump actionview from 5.0.0 to 6.1.0 in /ui/shift-client Bumps [actionview](https://github.com/rails/rails) from 5.0.0 to 6.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.0/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0...v6.1.0) Signed-off-by: dependabot[bot] --- ui/shift-client/Gemfile.lock | 96 ++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 47 deletions(-) diff --git a/ui/shift-client/Gemfile.lock b/ui/shift-client/Gemfile.lock index 35f72d9..b921fdf 100644 --- a/ui/shift-client/Gemfile.lock +++ b/ui/shift-client/Gemfile.lock @@ -1,68 +1,70 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.0.0) - actionview (= 5.0.0) - activesupport (= 5.0.0) - rack (~> 2.0) - rack-test (~> 0.6.3) + actionpack (6.1.0) + actionview (= 6.1.0) + activesupport (= 6.1.0) + rack (~> 2.0, >= 2.0.9) + rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.0) - activesupport (= 5.0.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.1.0) + activesupport (= 6.1.0) builder (~> 3.1) - erubis (~> 2.7.0) + erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activesupport (5.0.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (6.1.0) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - builder (3.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + builder (3.2.4) colored (1.2) commander (4.4.0) highline (~> 1.7.2) - concurrent-ruby (1.0.2) - crass (1.0.5) - diff-lcs (1.2.5) - domain_name (0.5.20160310) + concurrent-ruby (1.1.7) + crass (1.0.6) + diff-lcs (1.4.4) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - erubis (2.7.0) - highline (1.7.8) - http-cookie (1.0.2) + erubi (1.10.0) + highline (1.7.10) + http-cookie (1.0.3) domain_name (~> 0.5) - i18n (0.7.0) - loofah (2.3.1) + i18n (1.8.5) + concurrent-ruby (~> 1.0) + loofah (2.8.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - method_source (0.8.2) - mime-types (2.99.1) - mini_portile2 (2.1.0) - minitest (5.9.0) + method_source (1.0.0) + mime-types (2.99.3) + mini_portile2 (2.4.0) + minitest (5.14.2) netrc (0.11.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) - rack (2.0.1) - rack-test (0.6.3) - rack (>= 1.0) - rails-dom-testing (2.0.1) - activesupport (>= 4.2.0, < 6.0) - nokogiri (~> 1.6.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.0.0) - actionpack (= 5.0.0) - activesupport (= 5.0.0) + railties (6.1.0) + actionpack (= 6.1.0) + activesupport (= 6.1.0) method_source rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (12.3.3) + thor (~> 1.0) + rake (13.0.1) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - rspec-core (3.5.0) + rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) @@ -79,13 +81,13 @@ GEM rspec-mocks (~> 3.5.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + thor (1.0.1) + tzinfo (2.0.3) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) + unf_ext (0.0.7.7) + zeitwerk (2.4.2) PLATFORMS ruby