Skip to content

Commit ce91d99

Browse files
authored
[ruby/padrino] Update ActiveRecord to 8.1 (#10283)
1 parent 5f0c945 commit ce91d99

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

frameworks/Ruby/padrino/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'mysql2', '> 0.5'
44
gem 'json'
5-
gem 'activerecord', '>= 7.1', :require => 'active_record'
5+
gem 'activerecord', '~> 8.1.0', :require => 'active_record'
66

77
gem 'slim', '2.0.3'
88
gem 'padrino', git: 'https://github.com/padrino/padrino-framework.git'

frameworks/Ruby/padrino/Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,26 @@ GIT
3838
GEM
3939
remote: https://rubygems.org/
4040
specs:
41-
activemodel (8.0.2)
42-
activesupport (= 8.0.2)
43-
activerecord (8.0.2)
44-
activemodel (= 8.0.2)
45-
activesupport (= 8.0.2)
41+
activemodel (8.1.1)
42+
activesupport (= 8.1.1)
43+
activerecord (8.1.1)
44+
activemodel (= 8.1.1)
45+
activesupport (= 8.1.1)
4646
timeout (>= 0.4.0)
47-
activesupport (8.0.2)
47+
activesupport (8.1.1)
4848
base64
49-
benchmark (>= 0.3)
5049
bigdecimal
5150
concurrent-ruby (~> 1.0, >= 1.3.1)
5251
connection_pool (>= 2.2.5)
5352
drb
5453
i18n (>= 1.6, < 2)
54+
json
5555
logger (>= 1.4.2)
5656
minitest (>= 5.1)
5757
securerandom (>= 0.3)
5858
tzinfo (~> 2.0, >= 2.0.5)
5959
uri (>= 0.13.1)
6060
base64 (0.2.0)
61-
benchmark (0.4.0)
6261
bigdecimal (3.1.9)
6362
concurrent-ruby (1.3.5)
6463
connection_pool (2.5.0)
@@ -129,7 +128,7 @@ PLATFORMS
129128
x86_64-linux
130129

131130
DEPENDENCIES
132-
activerecord (>= 7.1)
131+
activerecord (~> 8.1.0)
133132
iodine (~> 0.7)
134133
json
135134
mysql2 (> 0.5)

0 commit comments

Comments
 (0)