Skip to content

Commit 849c744

Browse files
committed
bundle update
1 parent 3739a1f commit 849c744

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

Gemfile.lock

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,31 @@ 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.1)
11+
activesupport (= 7.2.1)
12+
activerecord (7.2.1)
13+
activemodel (= 7.2.1)
14+
activesupport (= 7.2.1)
1515
timeout (>= 0.4.0)
16-
activesupport (7.1.3.4)
16+
activesupport (7.2.1)
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)
2930
coderay (1.1.3)
30-
concurrent-ruby (1.3.3)
31+
concurrent-ruby (1.3.4)
3132
connection_pool (2.4.1)
3233
diff-lcs (1.5.1)
33-
docile (1.4.0)
34+
docile (1.4.1)
3435
drb (2.2.1)
3536
ffi (1.17.0)
3637
formatador (1.1.0)
@@ -58,45 +59,45 @@ GEM
5859
listen (3.9.0)
5960
rb-fsevent (~> 0.10, >= 0.10.3)
6061
rb-inotify (~> 0.9, >= 0.9.10)
62+
logger (1.6.0)
6163
lumberjack (1.2.10)
6264
method_source (1.1.0)
6365
mini_portile2 (2.8.7)
64-
minitest (5.24.1)
65-
mutex_m (0.2.0)
66+
minitest (5.25.1)
6667
nenv (0.3.0)
6768
notiffany (0.1.3)
6869
nenv (~> 0.1)
6970
shellany (~> 0.0)
70-
parallel (1.25.1)
71-
parser (3.3.4.0)
71+
parallel (1.26.3)
72+
parser (3.3.4.2)
7273
ast (~> 2.4.1)
7374
racc
7475
pry (0.14.2)
7576
coderay (~> 1.1)
7677
method_source (~> 1.0)
77-
racc (1.8.0)
78+
racc (1.8.1)
7879
rainbow (3.1.1)
7980
rake (13.2.1)
8081
rb-fsevent (0.11.2)
8182
rb-inotify (0.11.1)
8283
ffi (~> 1.0)
8384
regexp_parser (2.9.2)
84-
rexml (3.3.2)
85+
rexml (3.3.6)
8586
strscan
8687
rspec (3.13.0)
8788
rspec-core (~> 3.13.0)
8889
rspec-expectations (~> 3.13.0)
8990
rspec-mocks (~> 3.13.0)
9091
rspec-core (3.13.0)
9192
rspec-support (~> 3.13.0)
92-
rspec-expectations (3.13.1)
93+
rspec-expectations (3.13.2)
9394
diff-lcs (>= 1.2.0, < 2.0)
9495
rspec-support (~> 3.13.0)
9596
rspec-mocks (3.13.1)
9697
diff-lcs (>= 1.2.0, < 2.0)
9798
rspec-support (~> 3.13.0)
9899
rspec-support (3.13.1)
99-
rubocop (1.65.0)
100+
rubocop (1.65.1)
100101
json (~> 2.3)
101102
language_server-protocol (>= 3.17.0)
102103
parallel (~> 1.10)
@@ -107,9 +108,10 @@ GEM
107108
rubocop-ast (>= 1.31.1, < 2.0)
108109
ruby-progressbar (~> 1.7)
109110
unicode-display_width (>= 2.4.0, < 3.0)
110-
rubocop-ast (1.31.3)
111+
rubocop-ast (1.32.1)
111112
parser (>= 3.3.1.0)
112113
ruby-progressbar (1.13.0)
114+
securerandom (0.3.1)
113115
shellany (0.0.1)
114116
simplecov (0.22.0)
115117
docile (~> 1.1)

0 commit comments

Comments
 (0)