From cd116a3b467e28a2e05b992212bec2aad1c19e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:03:43 +0000 Subject: [PATCH] Bump activerecord from 7.2.2.2 to 8.0.3 Bumps [activerecord](https://github.com/rails/rails) from 7.2.2.2 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.2.2...v8.0.3) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 26163e739..8db2bfbca 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', '~> 7.2' +gem 'activerecord', '~> 8.0' gem 'otr-activerecord', '~> 2.5.0' gem 'sqlite3', '~> 2.7' gem 'rubocop', '~> 1.81.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 105afd429..506ecb14b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.2.2.2) - activesupport (= 7.2.2.2) - activerecord (7.2.2.2) - activemodel (= 7.2.2.2) - activesupport (= 7.2.2.2) + activemodel (8.0.3) + activesupport (= 8.0.3) + activerecord (8.0.3) + activemodel (= 8.0.3) + activesupport (= 8.0.3) timeout (>= 0.4.0) - activesupport (7.2.2.2) + activesupport (8.0.3) base64 benchmark (>= 0.3) bigdecimal @@ -19,6 +19,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) @@ -34,7 +35,7 @@ GEM io-endpoint base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.3) + bigdecimal (3.3.1) browserstack-local (1.4.3) byebug (12.0.0) capybara (3.40.0) @@ -99,7 +100,7 @@ GEM mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (3.2025.0902) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) mojo_magick (0.6.8) msfrpc-client (1.1.2) msgpack (~> 1) @@ -277,6 +278,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) + uri (1.0.4) webrick (1.9.1) websocket (1.2.11) websocket-client-simple (0.6.1) @@ -298,7 +300,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - activerecord (~> 7.2) + activerecord (~> 8.0) ansi (~> 1.5) async (~> 1.32) async-dns (~> 1.4)