From 5cfac9bb92914171d67e48c67170e75daffacff9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 20:31:01 +0000 Subject: [PATCH] [Security] Bump actionpack from 5.2.4.5 to 5.2.6 Bumps [actionpack](https://github.com/rails/rails) from 5.2.4.5 to 5.2.6. **This update includes security fixes.** - [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/v5.2.4.5...v5.2.6) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e96531..3a46a75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,26 +9,26 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.4.5) - actionview (= 5.2.4.5) - activesupport (= 5.2.4.5) + actionpack (5.2.6) + actionview (= 5.2.6) + activesupport (= 5.2.6) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.5) - activesupport (= 5.2.4.5) + actionview (5.2.6) + activesupport (= 5.2.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.4.5) - activesupport (= 5.2.4.5) - activerecord (5.2.4.5) - activemodel (= 5.2.4.5) - activesupport (= 5.2.4.5) + activemodel (5.2.6) + activesupport (= 5.2.6) + activerecord (5.2.6) + activemodel (= 5.2.6) + activesupport (= 5.2.6) arel (>= 9.0) - activesupport (5.2.4.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -47,15 +47,15 @@ GEM factory_bot (~> 5.2.0) railties (>= 4.2.0) hashdiff (1.0.1) - i18n (1.8.8) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - loofah (2.9.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) mini_portile2 (2.4.0) - minitest (5.14.3) + minitest (5.14.4) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) parallel (1.19.1) @@ -75,9 +75,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.4.5) - actionpack (= 5.2.4.5) - activesupport (= 5.2.4.5) + railties (5.2.6) + actionpack (= 5.2.6) + activesupport (= 5.2.6) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0)