From 5749cc1e0c5320962599b3c1c9b44d7be3ee0865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:02:37 +0000 Subject: [PATCH] Bump activerecord from 8.0.4 to 8.1.1 Bumps [activerecord](https://github.com/rails/rails) from 8.0.4 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.0.4...v8.1.1) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 009dce848..d3cc88b85 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor' gem 'rubyzip', '~> 3.2' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.3' -gem 'activerecord', '~> 8.0' +gem 'activerecord', '~> 8.1' gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.8' gem 'rubocop', '~> 1.81.7', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8670277f0..11a099124 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activemodel (8.0.4) - activesupport (= 8.0.4) - activerecord (8.0.4) - activemodel (= 8.0.4) - activesupport (= 8.0.4) + activemodel (8.1.1) + activesupport (= 8.1.1) + activerecord (8.1.1) + activemodel (= 8.1.1) + activesupport (= 8.1.1) timeout (>= 0.4.0) - activesupport (8.0.4) + activesupport (8.1.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) @@ -34,7 +34,6 @@ GEM async io-endpoint base64 (0.3.0) - benchmark (0.5.0) bigdecimal (3.3.1) browserstack-local (1.4.3) byebug (12.0.0) @@ -300,7 +299,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - activerecord (~> 8.0) + activerecord (~> 8.1) ansi (~> 1.5) async (~> 1.32) async-dns (~> 1.4)