From a7711d9c5c3dcd985ab34c85cadd764796e366de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:44:28 +0000 Subject: [PATCH] Bump activerecord from 8.0.2 to 8.0.2.1 in /server Bumps [activerecord](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.0.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- server/Gemfile.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/server/Gemfile.lock b/server/Gemfile.lock index 1f41612b..b33b8f43 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -8,13 +8,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (8.0.2) - activesupport (= 8.0.2) - activerecord (8.0.2) - activemodel (= 8.0.2) - activesupport (= 8.0.2) + activemodel (8.0.2.1) + activesupport (= 8.0.2.1) + activerecord (8.0.2.1) + activemodel (= 8.0.2.1) + activesupport (= 8.0.2.1) timeout (>= 0.4.0) - activesupport (8.0.2) + activesupport (8.0.2.1) base64 benchmark (>= 0.3) bigdecimal @@ -28,21 +28,22 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) ast (2.4.3) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) concurrent-ruby (1.3.5) - connection_pool (2.5.1) + connection_pool (2.5.3) coverband (6.1.5) base64 redis (>= 3.0) diff-lcs (1.6.1) docile (1.4.1) domain_name (0.6.20240107) - drb (2.2.1) + drb (2.2.3) fast-stemmer (1.0.2) ffi (1.17.2) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) highline (3.1.2) reline hiredis (0.6.3) @@ -149,6 +150,7 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) sqlite3 (2.6.0-arm64-darwin) + sqlite3 (2.6.0-x86_64-linux-gnu) stackprof (0.2.27) state_machine (1.2.0) text (1.3.1) @@ -166,6 +168,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES activerecord