From 51a1420abe34fbe834e67d947d3cd6d8ad99f5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 10:56:05 +0000 Subject: [PATCH] Bump actionview from 4.2.10 to 5.2.4.2 Bumps [actionview](https://github.com/rails/rails) from 4.2.10 to 5.2.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.10...v5.2.4.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 47 ++++++++++++++++++++++------------------------- 2 files changed, 23 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 1c3c557..6fb3e87 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source :rubygems -gem "actionview", "4.2.10" +gem "actionview", "5.2.4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4f07317..21510f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,44 @@ GEM remote: http://rubygems.org/ specs: - actionview (4.2.10) - activesupport (= 4.2.10) + actionview (5.2.4.2) + activesupport (= 5.2.4.2) builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (4.2.10) - i18n (~> 0.7) + activesupport (5.2.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - builder (3.2.3) - concurrent-ruby (1.1.5) - crass (1.0.4) - erubis (2.7.0) - i18n (0.9.5) + builder (3.2.4) + concurrent-ruby (1.1.6) + crass (1.0.6) + erubi (1.9.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) - loofah (2.2.3) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.4.0) - minitest (5.11.3) - nokogiri (1.10.1) + minitest (5.14.0) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.9) - activesupport (>= 4.2.0, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - actionview (= 4.2.10) + actionview (= 5.2.4.2) BUNDLED WITH 1.16.2