Skip to content

Commit de8c4da

Browse files
committed
correct Gemfile.lock change
1 parent f0c73f9 commit de8c4da

File tree

1 file changed

+74
-79
lines changed

1 file changed

+74
-79
lines changed

Gemfile.lock

Lines changed: 74 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -9,83 +9,77 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.1.5.1)
13-
actionpack (= 7.1.5.1)
14-
activesupport (= 7.1.5.1)
12+
actioncable (8.0.1)
13+
actionpack (= 8.0.1)
14+
activesupport (= 8.0.1)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.1.5.1)
19-
actionpack (= 7.1.5.1)
20-
activejob (= 7.1.5.1)
21-
activerecord (= 7.1.5.1)
22-
activestorage (= 7.1.5.1)
23-
activesupport (= 7.1.5.1)
24-
mail (>= 2.7.1)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
actionmailer (7.1.5.1)
29-
actionpack (= 7.1.5.1)
30-
actionview (= 7.1.5.1)
31-
activejob (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
33-
mail (~> 2.5, >= 2.5.4)
34-
net-imap
35-
net-pop
36-
net-smtp
18+
actionmailbox (8.0.1)
19+
actionpack (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activerecord (= 8.0.1)
22+
activestorage (= 8.0.1)
23+
activesupport (= 8.0.1)
24+
mail (>= 2.8.0)
25+
actionmailer (8.0.1)
26+
actionpack (= 8.0.1)
27+
actionview (= 8.0.1)
28+
activejob (= 8.0.1)
29+
activesupport (= 8.0.1)
30+
mail (>= 2.8.0)
3731
rails-dom-testing (~> 2.2)
38-
actionpack (7.1.5.1)
39-
actionview (= 7.1.5.1)
40-
activesupport (= 7.1.5.1)
32+
actionpack (8.0.1)
33+
actionview (= 8.0.1)
34+
activesupport (= 8.0.1)
4135
nokogiri (>= 1.8.5)
42-
racc
4336
rack (>= 2.2.4)
4437
rack-session (>= 1.0.1)
4538
rack-test (>= 0.6.3)
4639
rails-dom-testing (~> 2.2)
4740
rails-html-sanitizer (~> 1.6)
48-
actiontext (7.1.5.1)
49-
actionpack (= 7.1.5.1)
50-
activerecord (= 7.1.5.1)
51-
activestorage (= 7.1.5.1)
52-
activesupport (= 7.1.5.1)
41+
useragent (~> 0.16)
42+
actiontext (8.0.1)
43+
actionpack (= 8.0.1)
44+
activerecord (= 8.0.1)
45+
activestorage (= 8.0.1)
46+
activesupport (= 8.0.1)
5347
globalid (>= 0.6.0)
5448
nokogiri (>= 1.8.5)
55-
actionview (7.1.5.1)
56-
activesupport (= 7.1.5.1)
49+
actionview (8.0.1)
50+
activesupport (= 8.0.1)
5751
builder (~> 3.1)
5852
erubi (~> 1.11)
5953
rails-dom-testing (~> 2.2)
6054
rails-html-sanitizer (~> 1.6)
61-
activejob (7.1.5.1)
62-
activesupport (= 7.1.5.1)
55+
activejob (8.0.1)
56+
activesupport (= 8.0.1)
6357
globalid (>= 0.3.6)
64-
activemodel (7.1.5.1)
65-
activesupport (= 7.1.5.1)
66-
activerecord (7.1.5.1)
67-
activemodel (= 7.1.5.1)
68-
activesupport (= 7.1.5.1)
58+
activemodel (8.0.1)
59+
activesupport (= 8.0.1)
60+
activerecord (8.0.1)
61+
activemodel (= 8.0.1)
62+
activesupport (= 8.0.1)
6963
timeout (>= 0.4.0)
70-
activestorage (7.1.5.1)
71-
actionpack (= 7.1.5.1)
72-
activejob (= 7.1.5.1)
73-
activerecord (= 7.1.5.1)
74-
activesupport (= 7.1.5.1)
64+
activestorage (8.0.1)
65+
actionpack (= 8.0.1)
66+
activejob (= 8.0.1)
67+
activerecord (= 8.0.1)
68+
activesupport (= 8.0.1)
7569
marcel (~> 1.0)
76-
activesupport (7.1.5.1)
70+
activesupport (8.0.1)
7771
base64
7872
benchmark (>= 0.3)
7973
bigdecimal
80-
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
concurrent-ruby (~> 1.0, >= 1.3.1)
8175
connection_pool (>= 2.2.5)
8276
drb
8377
i18n (>= 1.6, < 2)
8478
logger (>= 1.4.2)
8579
minitest (>= 5.1)
86-
mutex_m
8780
securerandom (>= 0.3)
88-
tzinfo (~> 2.0)
81+
tzinfo (~> 2.0, >= 2.0.5)
82+
uri (>= 0.13.1)
8983
ast (2.4.2)
9084
base64 (0.2.0)
9185
benchmark (0.4.0)
@@ -123,8 +117,7 @@ GEM
123117
mini_mime (1.1.5)
124118
mini_portile2 (2.8.8)
125119
minitest (5.25.4)
126-
mutex_m (0.3.0)
127-
net-imap (0.4.19)
120+
net-imap (0.5.2)
128121
date
129122
net-protocol
130123
net-pop (0.1.2)
@@ -134,20 +127,20 @@ GEM
134127
net-smtp (0.5.0)
135128
net-protocol
136129
nio4r (2.7.4)
137-
nokogiri (1.15.7)
130+
nokogiri (1.17.2)
138131
mini_portile2 (~> 2.8.2)
139132
racc (~> 1.4)
140-
nokogiri (1.15.7-aarch64-linux)
133+
nokogiri (1.17.2-aarch64-linux)
141134
racc (~> 1.4)
142-
nokogiri (1.15.7-arm-linux)
135+
nokogiri (1.17.2-arm-linux)
143136
racc (~> 1.4)
144-
nokogiri (1.15.7-arm64-darwin)
137+
nokogiri (1.17.2-arm64-darwin)
145138
racc (~> 1.4)
146-
nokogiri (1.15.7-x86-linux)
139+
nokogiri (1.17.2-x86-linux)
147140
racc (~> 1.4)
148-
nokogiri (1.15.7-x86_64-darwin)
141+
nokogiri (1.17.2-x86_64-darwin)
149142
racc (~> 1.4)
150-
nokogiri (1.15.7-x86_64-linux)
143+
nokogiri (1.17.2-x86_64-linux)
151144
racc (~> 1.4)
152145
parallel (1.26.3)
153146
parser (3.3.6.0)
@@ -157,38 +150,38 @@ GEM
157150
date
158151
stringio
159152
racc (1.8.1)
160-
rack (3.1.10)
153+
rack (3.1.8)
161154
rack-session (2.0.0)
162155
rack (>= 3.0.0)
163156
rack-test (2.1.0)
164157
rack (>= 1.3)
165158
rackup (2.2.1)
166159
rack (>= 3)
167-
rails (7.1.5.1)
168-
actioncable (= 7.1.5.1)
169-
actionmailbox (= 7.1.5.1)
170-
actionmailer (= 7.1.5.1)
171-
actionpack (= 7.1.5.1)
172-
actiontext (= 7.1.5.1)
173-
actionview (= 7.1.5.1)
174-
activejob (= 7.1.5.1)
175-
activemodel (= 7.1.5.1)
176-
activerecord (= 7.1.5.1)
177-
activestorage (= 7.1.5.1)
178-
activesupport (= 7.1.5.1)
160+
rails (8.0.1)
161+
actioncable (= 8.0.1)
162+
actionmailbox (= 8.0.1)
163+
actionmailer (= 8.0.1)
164+
actionpack (= 8.0.1)
165+
actiontext (= 8.0.1)
166+
actionview (= 8.0.1)
167+
activejob (= 8.0.1)
168+
activemodel (= 8.0.1)
169+
activerecord (= 8.0.1)
170+
activestorage (= 8.0.1)
171+
activesupport (= 8.0.1)
179172
bundler (>= 1.15.0)
180-
railties (= 7.1.5.1)
173+
railties (= 8.0.1)
181174
rails-dom-testing (2.2.0)
182175
activesupport (>= 5.0.0)
183176
minitest
184177
nokogiri (>= 1.6)
185178
rails-html-sanitizer (1.6.2)
186179
loofah (~> 2.21)
187180
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
188-
railties (7.1.5.1)
189-
actionpack (= 7.1.5.1)
190-
activesupport (= 7.1.5.1)
191-
irb
181+
railties (8.0.1)
182+
actionpack (= 8.0.1)
183+
activesupport (= 8.0.1)
184+
irb (~> 1.13)
192185
rackup (>= 1.0.0)
193186
rake (>= 12.2)
194187
thor (~> 1.0, >= 1.2.2)
@@ -233,7 +226,7 @@ GEM
233226
rubocop-performance
234227
rubocop-rails
235228
ruby-progressbar (1.13.0)
236-
securerandom (0.3.2)
229+
securerandom (0.4.1)
237230
stringio (3.1.2)
238231
thor (1.3.2)
239232
timeout (0.4.3)
@@ -242,10 +235,12 @@ GEM
242235
unicode-display_width (3.1.2)
243236
unicode-emoji (~> 4.0, >= 4.0.4)
244237
unicode-emoji (4.0.4)
238+
uri (1.0.2)
239+
useragent (0.16.11)
245240
websocket-driver (0.7.6)
246241
websocket-extensions (>= 0.1.0)
247242
websocket-extensions (0.1.5)
248-
zeitwerk (2.6.18)
243+
zeitwerk (2.7.1)
249244

250245
PLATFORMS
251246
aarch64-linux
@@ -264,4 +259,4 @@ DEPENDENCIES
264259
rubocop-rails-omakase
265260

266261
BUNDLED WITH
267-
2.4.22
262+
2.6.0

0 commit comments

Comments
 (0)