Skip to content

Commit b4f299a

Browse files
authored
[ruby/rage] Update ActiveRecord to 8.1 (#10491)
1 parent 4a64b7a commit b4f299a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

frameworks/Ruby/rage/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "rage-rb", "~> 1.19"
44

55
gem "pg", "~> 1.0"
6-
gem "activerecord", "~> 8.0.0", require: "active_record"
6+
gem "activerecord", "~> 8.1.0", require: "active_record"
77

88
# Build JSON APIs with ease
99
# gem "alba"

frameworks/Ruby/rage/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.0.2)
5-
activesupport (= 8.0.2)
6-
activerecord (8.0.2)
7-
activemodel (= 8.0.2)
8-
activesupport (= 8.0.2)
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.2)
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)
2827
drb (2.2.1)
2928
i18n (1.14.7)
3029
concurrent-ruby (~> 1.0)
30+
json (2.18.0)
3131
logger (1.7.0)
3232
minitest (6.0.0)
3333
prism (~> 1.5)
@@ -60,9 +60,9 @@ PLATFORMS
6060
x86_64-darwin-23
6161

6262
DEPENDENCIES
63-
activerecord (~> 8.0.0)
63+
activerecord (~> 8.1.0)
6464
pg (~> 1.0)
6565
rage-rb (~> 1.19)
6666

6767
BUNDLED WITH
68-
4.0.3
68+
4.0.3

0 commit comments

Comments
 (0)