From 805ecafab99cb9d5506af7d9c9489c86bb288b6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:01:27 +0000 Subject: [PATCH] Update dependency activerecord to v8 --- Gemfile | 2 +- Gemfile.lock | 44 +++++++++++++++++++++++++++++++------------- 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 7856484..a1102f5 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'eventmachine', '~> 1.2.7' gem 'simpleidn', '~> 0.2.1' # For punycode # database -gem 'activerecord', '~> 7.0' +gem 'activerecord', '~> 8.0' gem 'pg', '~> 1.5.0' gem 'daemons', '~> 1.4.1' gem 'dotenv' diff --git a/Gemfile.lock b/Gemfile.lock index e8a83db..e3e1bba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,31 +1,46 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.4.1) - activesupport (= 7.0.4.1) - activerecord (7.0.4.1) - activemodel (= 7.0.4.1) - activesupport (= 7.0.4.1) - activesupport (7.0.4.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activemodel (8.0.1) + activesupport (= 8.0.1) + activerecord (8.0.1) + activemodel (= 8.0.1) + activesupport (= 8.0.1) + timeout (>= 0.4.0) + activesupport (8.0.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.4) + connection_pool (2.5.0) daemons (1.4.1) docile (1.3.5) dotenv (2.7.6) + drb (2.2.1) eventmachine (1.2.7) - i18n (1.11.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.5.1) + logger (1.6.5) method_source (1.1.0) mina (1.2.4) open4 (~> 1.3.4) rake - minitest (5.16.3) + minitest (5.25.4) open4 (1.3.4) parallel (1.20.1) parser (3.0.2.0) @@ -50,6 +65,7 @@ GEM rubocop-ast (1.11.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) + securerandom (0.4.1) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -57,18 +73,20 @@ GEM simplecov-html (0.10.2) simpleidn (0.2.1) unf (~> 0.1.4) - tzinfo (2.0.5) + timeout (0.4.3) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) unicode-display_width (2.0.0) + uri (1.0.2) PLATFORMS ruby DEPENDENCIES - activerecord (~> 7.0) + activerecord (~> 8.0) daemons (~> 1.4.1) dotenv eventmachine (~> 1.2.7)