Skip to content

Commit 804224a

Browse files
committed
Update activerecord 7.2 version in Gemfile
1 parent d7ae9be commit 804224a

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,23 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (7.1.3.4)
11-
activesupport (= 7.1.3.4)
12-
activerecord (7.1.3.4)
13-
activemodel (= 7.1.3.4)
14-
activesupport (= 7.1.3.4)
10+
activemodel (7.2.0)
11+
activesupport (= 7.2.0)
12+
activerecord (7.2.0)
13+
activemodel (= 7.2.0)
14+
activesupport (= 7.2.0)
1515
timeout (>= 0.4.0)
16-
activesupport (7.1.3.4)
16+
activesupport (7.2.0)
1717
base64
1818
bigdecimal
19-
concurrent-ruby (~> 1.0, >= 1.0.2)
19+
concurrent-ruby (~> 1.0, >= 1.3.1)
2020
connection_pool (>= 2.2.5)
2121
drb
2222
i18n (>= 1.6, < 2)
23+
logger (>= 1.4.2)
2324
minitest (>= 5.1)
24-
mutex_m
25-
tzinfo (~> 2.0)
25+
securerandom (>= 0.3)
26+
tzinfo (~> 2.0, >= 2.0.5)
2627
ast (2.4.2)
2728
base64 (0.2.0)
2829
bigdecimal (3.1.8)
@@ -33,20 +34,20 @@ GEM
3334
concurrent-ruby (~> 1.0)
3435
json (2.7.2)
3536
language_server-protocol (3.17.0.3)
37+
logger (1.6.0)
3638
mini_portile2 (2.8.7)
3739
minitest (5.24.1)
38-
mutex_m (0.2.0)
39-
parallel (1.25.1)
40-
parser (3.3.4.0)
40+
parallel (1.26.1)
41+
parser (3.3.4.2)
4142
ast (~> 2.4.1)
4243
racc
43-
racc (1.8.0)
44+
racc (1.8.1)
4445
rainbow (3.1.1)
4546
rake (13.2.1)
4647
regexp_parser (2.9.2)
47-
rexml (3.3.1)
48+
rexml (3.3.4)
4849
strscan
49-
rubocop (1.65.0)
50+
rubocop (1.65.1)
5051
json (~> 2.3)
5152
language_server-protocol (>= 3.17.0)
5253
parallel (~> 1.10)
@@ -57,12 +58,13 @@ GEM
5758
rubocop-ast (>= 1.31.1, < 2.0)
5859
ruby-progressbar (~> 1.7)
5960
unicode-display_width (>= 2.4.0, < 3.0)
60-
rubocop-ast (1.31.3)
61+
rubocop-ast (1.32.0)
6162
parser (>= 3.3.1.0)
62-
rubocop-minitest (0.35.0)
63+
rubocop-minitest (0.35.1)
6364
rubocop (>= 1.61, < 2.0)
6465
rubocop-ast (>= 1.31.1, < 2.0)
6566
ruby-progressbar (1.13.0)
67+
securerandom (0.3.1)
6668
sqlite3 (1.7.3)
6769
mini_portile2 (~> 2.8.0)
6870
sqlite3 (1.7.3-x86_64-darwin)

gemfiles/activerecord_72.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

3-
@ar_gem_requirement = "~> 7.2.0.beta2"
3+
@ar_gem_requirement = "~> 7.2.0"
44

55
eval_gemfile "../Gemfile"

0 commit comments

Comments
 (0)