From 650a479e0ca97f14c1b689d0c5ab583c5aace0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:52:21 +0000 Subject: [PATCH] Bump activesupport and actionview Bumps [activesupport](https://github.com/rails/rails) and [actionview](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activesupport` from 7.0.3 to 7.0.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3...v7.0.4.1) Updates `actionview` from 7.0.3 to 7.0.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production - dependency-name: actionview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index a12b681..f34c6ff 100644 --- a/Gemfile +++ b/Gemfile @@ -22,8 +22,8 @@ source 'https://rubygems.org' -gem 'actionview', '7.0.3' -gem 'activesupport', '7.0.3' +gem 'actionview', '7.0.4.1' +gem 'activesupport', '7.0.4.1' gem 'aws-sdk-dynamodb', '1.75.0' gem 'backtrace', '0.3.0' gem 'concurrent-ruby', '1.1.10', require: 'concurrent' diff --git a/Gemfile.lock b/Gemfile.lock index c2a3ec5..a8a9b44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - actionview (7.0.3) - activesupport (= 7.0.3) + actionview (7.0.4.1) + activesupport (= 7.0.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.3) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -41,7 +41,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equalizer (0.0.11) - erubi (1.10.0) + erubi (1.12.0) faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) @@ -83,8 +83,8 @@ GEM memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) mini_mime (1.1.2) - mini_portile2 (2.8.0) - minitest (5.16.2) + mini_portile2 (2.8.1) + minitest (5.17.0) multi_json (1.15.0) multipart-post (2.2.3) mustermann (3.0.0) @@ -100,7 +100,7 @@ GEM ast (~> 2.4.1) power_assert (2.0.1) public_suffix (4.0.7) - racc (1.6.1) + racc (1.6.2) rack (2.2.4) rack-protection (3.0.4) rack @@ -200,8 +200,8 @@ PLATFORMS x86_64-darwin-19 DEPENDENCIES - actionview (= 7.0.3) - activesupport (= 7.0.3) + actionview (= 7.0.4.1) + activesupport (= 7.0.4.1) aws-sdk-dynamodb (= 1.75.0) backtrace (= 0.3.0) codecov (= 0.6.0)