From 57b7ee87afafde242703b78bf31d33c54f7307f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:50:00 +0000 Subject: [PATCH] Bump activesupport from 7.0.6 to 7.0.7.1 Bumps [activesupport](https://github.com/rails/rails) from 7.0.6 to 7.0.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.6...v7.0.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index d1f38100..7dcd7ae9 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ source 'https://rubygems.org' # RAILS DEPENDENCIES gem 'activemodel', '~> 7.0.4' gem 'activerecord', '~> 7.0.4' -gem 'activesupport', '~> 7.0.4' +gem 'activesupport', '~> 7.0.7' gem 'bundler', '>= 1.3.0' gem 'railties', '~> 7.0.4' # # RAILS DEPENDENCIES diff --git a/Gemfile.lock b/Gemfile.lock index 9015145a..2c9b9d40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,25 +7,25 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (7.0.6) - actionview (= 7.0.6) - activesupport (= 7.0.6) + actionpack (7.0.7.1) + actionview (= 7.0.7.1) + activesupport (= 7.0.7.1) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.6) - activesupport (= 7.0.6) + actionview (7.0.7.1) + activesupport (= 7.0.7.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (7.0.6) - activesupport (= 7.0.6) - activerecord (7.0.6) - activemodel (= 7.0.6) - activesupport (= 7.0.6) - activesupport (7.0.6) + activemodel (7.0.7.1) + activesupport (= 7.0.7.1) + activerecord (7.0.7.1) + activemodel (= 7.0.7.1) + activesupport (= 7.0.7.1) + activesupport (7.0.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -84,7 +84,7 @@ GEM lumberjack (1.2.8) method_source (1.0.0) mini_portile2 (2.8.2) - minitest (5.18.1) + minitest (5.19.0) msgpack (1.5.2) multi_json (1.15.0) mysql2 (0.5.5) @@ -113,9 +113,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.6) - actionpack (= 7.0.6) - activesupport (= 7.0.6) + railties (7.0.7.1) + actionpack (= 7.0.7.1) + activesupport (= 7.0.7.1) method_source rake (>= 12.2) thor (~> 1.0) @@ -206,7 +206,7 @@ PLATFORMS DEPENDENCIES activemodel (~> 7.0.4) activerecord (~> 7.0.4) - activesupport (~> 7.0.4) + activesupport (~> 7.0.7) bootsnap (~> 1.7, >= 1.7.3) bundler (>= 1.3.0) factory_bot_rails