From e04a10aaa6eb0875b0ba9fdca2d0ba5672e87ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 05:18:24 +0000 Subject: [PATCH] Bump activesupport from 6.0.3.4 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.4 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.4...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cd1da8e..8e647cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,27 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) builder (3.2.4) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.2) htmlentities (4.3.4) - i18n (1.8.5) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.3.1) mini_portile2 (2.8.0) - minitest (5.14.2) + minitest (5.19.0) nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) racc (1.6.0) - thread_safe (0.3.6) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.11) PLATFORMS ruby