From ce6377442d1d17ded35cbf164e2f726df87a6505 Mon Sep 17 00:00:00 2001 From: Petrik Date: Tue, 18 Nov 2025 08:05:42 +0100 Subject: [PATCH] [ruby/padrino] Update ActiveRecord to 8.1 --- frameworks/Ruby/padrino/Gemfile | 2 +- frameworks/Ruby/padrino/Gemfile.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/frameworks/Ruby/padrino/Gemfile b/frameworks/Ruby/padrino/Gemfile index 8ccd7f58765..1fb06aaf3f9 100644 --- a/frameworks/Ruby/padrino/Gemfile +++ b/frameworks/Ruby/padrino/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'mysql2', '> 0.5' gem 'json' -gem 'activerecord', '>= 7.1', :require => 'active_record' +gem 'activerecord', '~> 8.1.0', :require => 'active_record' gem 'slim', '2.0.3' gem 'padrino', git: 'https://github.com/padrino/padrino-framework.git' diff --git a/frameworks/Ruby/padrino/Gemfile.lock b/frameworks/Ruby/padrino/Gemfile.lock index 3636648c76e..8257907ad28 100644 --- a/frameworks/Ruby/padrino/Gemfile.lock +++ b/frameworks/Ruby/padrino/Gemfile.lock @@ -38,27 +38,26 @@ GIT 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.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.2) + 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) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) base64 (0.2.0) - benchmark (0.4.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) connection_pool (2.5.0) @@ -129,7 +128,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord (>= 7.1) + activerecord (~> 8.1.0) iodine (~> 0.7) json mysql2 (> 0.5)