From 8a0b17db11b58018e97aaea79a4d2a81a6c09242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:18:36 +0000 Subject: [PATCH] chore(deps): bump activesupport from 6.1.7.8 to 7.1.5 Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.8 to 7.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.8...v7.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac7f555..1291130 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,26 +10,39 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.8) - activesupport (= 6.1.7.8) - activerecord (6.1.7.8) - activemodel (= 6.1.7.8) - activesupport (= 6.1.7.8) - activesupport (6.1.7.8) + activemodel (7.1.5) + activesupport (= 7.1.5) + activerecord (7.1.5) + activemodel (= 7.1.5) + activesupport (= 7.1.5) + timeout (>= 0.4.0) + activesupport (7.1.5) + base64 + benchmark (>= 0.3) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) + mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) + base64 (0.2.0) + benchmark (0.3.0) + bigdecimal (3.1.8) byebug (11.1.3) childprocess (5.0.0) coderay (1.1.3) colorize (1.1.0) - concurrent-ruby (1.3.3) - i18n (1.14.5) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + drb (2.2.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) @@ -41,6 +54,7 @@ GEM minitest (5.24.1) mocha (2.4.0) ruby2_keywords (>= 0.0.5) + mutex_m (0.2.0) nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) parallel (1.25.1) @@ -83,16 +97,17 @@ GEM sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.1) shoulda-context (3.0.0.rc1) shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sorbet-runtime (0.5.11478) sqlite3 (1.7.3-x86_64-linux) strscan (3.1.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - zeitwerk (2.6.16) PLATFORMS x86_64-linux