From 7934458f48443449e2f7dc8ffd2f4158afe51d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 02:33:07 +0000 Subject: [PATCH] Bump actionpack from 3.2.0 to 6.1.3.2 Bumps [actionpack](https://github.com/rails/rails) from 3.2.0 to 6.1.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.2/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.0...v6.1.3.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 78 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a1fc784..3188c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,48 +9,60 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (3.2.0) - activemodel (= 3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.0) - rack (~> 1.4.0) - rack-cache (~> 1.1) - rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - activesupport (3.2.0) - i18n (~> 0.6) - multi_json (~> 1.0) + actionpack (6.1.3.2) + actionview (= 6.1.3.2) + activesupport (= 6.1.3.2) + rack (~> 2.0, >= 2.0.9) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.1.3.2) + activesupport (= 6.1.3.2) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (6.1.3.2) + activesupport (= 6.1.3.2) + activesupport (6.1.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) appraisal (2.2.0) bundler rake thor (>= 0.14.0) - builder (3.0.4) - concurrent-ruby (1.1.5) - erubis (2.7.0) - hike (1.2.3) - i18n (0.9.5) + builder (3.2.4) + concurrent-ruby (1.1.8) + crass (1.0.6) + erubi (1.10.0) + i18n (1.8.10) concurrent-ruby (~> 1.0) - journey (1.0.4) + loofah (2.9.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.5.1) minitest (5.11.3) - multi_json (1.13.1) - rack (1.4.7) - rack-cache (1.9.0) - rack (>= 0.4) - rack-test (0.6.3) - rack (>= 1.0) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) + 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) rake (10.5.0) - sprockets (2.1.4) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) thor (0.20.3) - tilt (1.4.1) typed_array (1.0.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby