From 84c2392ceed33fc40bfd62f6e10ec030ac9bc3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:08:34 +0000 Subject: [PATCH] Bump activesupport from 7.1.3.4 to 7.2.0 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.3.4...v7.2.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b7a8286..a786e6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) async (2.8.0) console (~> 1.10) fiber-annotation @@ -23,7 +24,7 @@ GEM websocket-driver (~> 0.7.0) base64 (0.2.0) bigdecimal (3.1.8) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) config (5.5.1) deep_merge (~> 1.2, >= 1.2.1) connection_pool (2.4.1) @@ -54,12 +55,11 @@ GEM io-event (1.4.2) kgio (2.11.4) logger (1.6.0) - minitest (5.23.1) + minitest (5.24.1) multi_json (1.15.0) multipart-post (2.4.1) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - mutex_m (0.2.0) net-http (0.4.1) uri rack (3.0.9.1) @@ -78,6 +78,7 @@ GEM faraday (>= 1) faraday-multipart (>= 1) ruby2_keywords (0.0.5) + securerandom (0.3.1) sinatra (4.0.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4)