From f75cad935e2040ec0d3566dbf6243db2f0ac6db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 21:40:33 +0000 Subject: [PATCH] Bump actionpack and railties Bumps [actionpack](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `actionpack` from 6.1.3 to 6.1.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.4.1) Updates `railties` from 6.1.3 to 6.1.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4.1/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production - dependency-name: railties dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 5293f3b..7a6e986 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'actionpack', '~> 6.1.3' -gem 'railties', '~> 6.1.3' +gem 'actionpack', '~> 6.1.4' +gem 'railties', '~> 6.1.4' # Use Puma as the app server gem 'puma', '~> 4.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index d0afe2d..e61e23a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - actionpack (6.1.3) - actionview (= 6.1.3) - activesupport (= 6.1.3) + actionpack (6.1.4.1) + actionview (= 6.1.4.1) + activesupport (= 6.1.4.1) 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) - activesupport (= 6.1.3) + actionview (6.1.4.1) + activesupport (= 6.1.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.3) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -24,19 +24,19 @@ GEM msgpack (~> 1.0) builder (3.2.4) byebug (11.0.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) crass (1.0.6) doc2text (0.4.2) nokogiri (~> 1.10.0) rubyzip (~> 2.0.0) erubi (1.10.0) ffi (1.11.2) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) listen (3.2.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.9.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) @@ -56,15 +56,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (6.1.3) - actionpack (= 6.1.3) - activesupport (= 6.1.3) + railties (6.1.4.1) + actionpack (= 6.1.4.1) + activesupport (= 6.1.4.1) method_source - rake (>= 0.8.7) + rake (>= 0.13) thor (~> 1.0) - rake (13.0.3) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -78,14 +78,14 @@ PLATFORMS ruby DEPENDENCIES - actionpack (~> 6.1.3) + actionpack (~> 6.1.4) bootsnap (>= 1.4.5) byebug doc2text (= 0.4.2) listen (~> 3.2.0) puma (~> 4.3.1) rack-cors - railties (~> 6.1.3) + railties (~> 6.1.4) tzinfo-data RUBY VERSION