From cde978d11307b5be53bd1cc9f7dfc22afed16f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:39:34 +0000 Subject: [PATCH] Bump activerecord from 7.1.0 to 7.1.2 Bumps [activerecord](https://github.com/rails/rails) from 7.1.0 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.0...v7.1.2) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6faf706..07043a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,13 +7,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.0) - activesupport (= 7.1.0) - activerecord (7.1.0) - activemodel (= 7.1.0) - activesupport (= 7.1.0) + activemodel (7.1.2) + activesupport (= 7.1.2) + activerecord (7.1.2) + activemodel (= 7.1.2) + activesupport (= 7.1.2) timeout (>= 0.4.0) - activesupport (7.1.0) + activesupport (7.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -29,14 +29,14 @@ GEM concurrent-ruby (1.2.2) connection_pool (2.4.1) diff-lcs (1.5.0) - drb (2.1.1) + drb (2.2.0) ruby2_keywords i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) minitest (5.20.0) - mutex_m (0.1.2) + mutex_m (0.2.0) mysql2 (0.5.5) parallel (1.23.0) parser (3.2.2.4) @@ -76,7 +76,7 @@ GEM parser (>= 3.2.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - timeout (0.4.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0)