Skip to content

Commit abecec0

Browse files
authored
[ruby/grape] Update ActiveRecord to 8.1 (#10333)
1 parent 543688a commit abecec0

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

frameworks/Ruby/grape/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
33
gem 'mysql2', '0.5.6'
44
gem 'unicorn', '6.1.0'
55
gem 'puma', '~> 7.1'
6-
gem 'activerecord', '~> 8.0.0', :require => 'active_record'
6+
gem 'activerecord', '~> 8.1.0', :require => 'active_record'
77
gem 'grape', '2.1.1'
88
gem 'json', '~> 2.9'

frameworks/Ruby/grape/Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.0.1)
5-
activesupport (= 8.0.1)
6-
activerecord (8.0.1)
7-
activemodel (= 8.0.1)
8-
activesupport (= 8.0.1)
4+
activemodel (8.1.1)
5+
activesupport (= 8.1.1)
6+
activerecord (8.1.1)
7+
activemodel (= 8.1.1)
8+
activesupport (= 8.1.1)
99
timeout (>= 0.4.0)
10-
activesupport (8.0.1)
10+
activesupport (8.1.1)
1111
base64
12-
benchmark (>= 0.3)
1312
bigdecimal
1413
concurrent-ruby (~> 1.0, >= 1.3.1)
1514
connection_pool (>= 2.2.5)
1615
drb
1716
i18n (>= 1.6, < 2)
17+
json
1818
logger (>= 1.4.2)
1919
minitest (>= 5.1)
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
2323
base64 (0.2.0)
24-
benchmark (0.4.0)
2524
bigdecimal (3.1.9)
2625
concurrent-ruby (1.3.5)
2726
connection_pool (2.5.0)
@@ -82,7 +81,7 @@ PLATFORMS
8281
x86_64-linux
8382

8483
DEPENDENCIES
85-
activerecord (~> 8.0.0)
84+
activerecord (~> 8.1.0)
8685
grape (= 2.1.1)
8786
json (~> 2.9)
8887
mysql2 (= 0.5.6)

0 commit comments

Comments
 (0)