File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 7
7
GEM
8
8
remote: https://rubygems.org/
9
9
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 )
15
15
timeout (>= 0.4.0 )
16
- activesupport (7.1.3.4 )
16
+ activesupport (7.2.0 )
17
17
base64
18
18
bigdecimal
19
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
19
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
20
20
connection_pool (>= 2.2.5 )
21
21
drb
22
22
i18n (>= 1.6 , < 2 )
23
+ logger (>= 1.4.2 )
23
24
minitest (>= 5.1 )
24
- mutex_m
25
- tzinfo (~> 2.0 )
25
+ securerandom ( >= 0.3 )
26
+ tzinfo (~> 2.0 , >= 2.0.5 )
26
27
ast (2.4.2 )
27
28
base64 (0.2.0 )
28
29
bigdecimal (3.1.8 )
33
34
concurrent-ruby (~> 1.0 )
34
35
json (2.7.2 )
35
36
language_server-protocol (3.17.0.3 )
37
+ logger (1.6.0 )
36
38
mini_portile2 (2.8.7 )
37
39
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 )
41
42
ast (~> 2.4.1 )
42
43
racc
43
- racc (1.8.0 )
44
+ racc (1.8.1 )
44
45
rainbow (3.1.1 )
45
46
rake (13.2.1 )
46
47
regexp_parser (2.9.2 )
47
- rexml (3.3.1 )
48
+ rexml (3.3.4 )
48
49
strscan
49
- rubocop (1.65.0 )
50
+ rubocop (1.65.1 )
50
51
json (~> 2.3 )
51
52
language_server-protocol (>= 3.17.0 )
52
53
parallel (~> 1.10 )
57
58
rubocop-ast (>= 1.31.1 , < 2.0 )
58
59
ruby-progressbar (~> 1.7 )
59
60
unicode-display_width (>= 2.4.0 , < 3.0 )
60
- rubocop-ast (1.31.3 )
61
+ rubocop-ast (1.32.0 )
61
62
parser (>= 3.3.1.0 )
62
- rubocop-minitest (0.35.0 )
63
+ rubocop-minitest (0.35.1 )
63
64
rubocop (>= 1.61 , < 2.0 )
64
65
rubocop-ast (>= 1.31.1 , < 2.0 )
65
66
ruby-progressbar (1.13.0 )
67
+ securerandom (0.3.1 )
66
68
sqlite3 (1.7.3 )
67
69
mini_portile2 (~> 2.8.0 )
68
70
sqlite3 (1.7.3-x86_64-darwin )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- @ar_gem_requirement = "~> 7.2.0.beta2 "
3
+ @ar_gem_requirement = "~> 7.2.0"
4
4
5
5
eval_gemfile "../Gemfile"
You can’t perform that action at this time.
0 commit comments