Skip to content

Commit a5d9ace

Browse files
committed
config(Gemfile.lock) bundle update
1 parent fb7d848 commit a5d9ace

File tree

1 file changed

+43
-29
lines changed

1 file changed

+43
-29
lines changed

Gemfile.lock

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,59 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.1.7.7)
11-
activesupport (= 6.1.7.7)
12-
activerecord (6.1.7.7)
13-
activemodel (= 6.1.7.7)
14-
activesupport (= 6.1.7.7)
15-
activesupport (6.1.7.7)
16-
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
activemodel (7.2.2.1)
11+
activesupport (= 7.2.2.1)
12+
activerecord (7.2.2.1)
13+
activemodel (= 7.2.2.1)
14+
activesupport (= 7.2.2.1)
15+
timeout (>= 0.4.0)
16+
activesupport (7.2.2.1)
17+
base64
18+
benchmark (>= 0.3)
19+
bigdecimal
20+
concurrent-ruby (~> 1.0, >= 1.3.1)
21+
connection_pool (>= 2.2.5)
22+
drb
1723
i18n (>= 1.6, < 2)
24+
logger (>= 1.4.2)
1825
minitest (>= 5.1)
19-
tzinfo (~> 2.0)
20-
zeitwerk (~> 2.3)
21-
concurrent-ruby (1.2.3)
22-
diff-lcs (1.5.0)
23-
i18n (1.14.4)
26+
securerandom (>= 0.3)
27+
tzinfo (~> 2.0, >= 2.0.5)
28+
base64 (0.2.0)
29+
benchmark (0.4.0)
30+
bigdecimal (3.1.9)
31+
concurrent-ruby (1.3.5)
32+
connection_pool (2.5.0)
33+
diff-lcs (1.6.0)
34+
drb (2.2.1)
35+
i18n (1.14.7)
2436
concurrent-ruby (~> 1.0)
25-
mini_portile2 (2.8.6)
26-
minitest (5.22.3)
37+
logger (1.6.6)
38+
mini_portile2 (2.8.8)
39+
minitest (5.25.5)
2740
rake (12.3.3)
28-
rspec (3.11.0)
29-
rspec-core (~> 3.11.0)
30-
rspec-expectations (~> 3.11.0)
31-
rspec-mocks (~> 3.11.0)
32-
rspec-core (3.11.0)
33-
rspec-support (~> 3.11.0)
34-
rspec-expectations (3.11.0)
41+
rspec (3.13.0)
42+
rspec-core (~> 3.13.0)
43+
rspec-expectations (~> 3.13.0)
44+
rspec-mocks (~> 3.13.0)
45+
rspec-core (3.13.3)
46+
rspec-support (~> 3.13.0)
47+
rspec-expectations (3.13.3)
3548
diff-lcs (>= 1.2.0, < 2.0)
36-
rspec-support (~> 3.11.0)
37-
rspec-mocks (3.11.0)
49+
rspec-support (~> 3.13.0)
50+
rspec-mocks (3.13.2)
3851
diff-lcs (>= 1.2.0, < 2.0)
39-
rspec-support (~> 3.11.0)
40-
rspec-support (3.11.0)
52+
rspec-support (~> 3.13.0)
53+
rspec-support (3.13.2)
54+
securerandom (0.4.1)
4155
sqlite3 (1.7.3)
4256
mini_portile2 (~> 2.8.0)
43-
temping (4.1.1)
44-
activerecord (>= 6.0, < 7.2)
45-
activesupport (>= 6.0, < 7.2)
57+
temping (4.3.0)
58+
activerecord (>= 6.0, < 8.1)
59+
activesupport (>= 6.0, < 8.1)
60+
timeout (0.4.3)
4661
tzinfo (2.0.6)
4762
concurrent-ruby (~> 1.0)
48-
zeitwerk (2.6.13)
4963

5064
PLATFORMS
5165
ruby

0 commit comments

Comments
 (0)