Skip to content

Commit 3764c7e

Browse files
chore(deps): update dependency rails to v7.1.0
1 parent 580a445 commit 3764c7e

File tree

1 file changed

+102
-80
lines changed

1 file changed

+102
-80
lines changed

Gemfile.lock

Lines changed: 102 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,88 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.5)
5-
actionpack (= 7.0.5)
6-
activesupport (= 7.0.5)
4+
actioncable (7.1.0)
5+
actionpack (= 7.1.0)
6+
activesupport (= 7.1.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.5)
10-
actionpack (= 7.0.5)
11-
activejob (= 7.0.5)
12-
activerecord (= 7.0.5)
13-
activestorage (= 7.0.5)
14-
activesupport (= 7.0.5)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.0)
11+
actionpack (= 7.1.0)
12+
activejob (= 7.1.0)
13+
activerecord (= 7.1.0)
14+
activestorage (= 7.1.0)
15+
activesupport (= 7.1.0)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.5)
20-
actionpack (= 7.0.5)
21-
actionview (= 7.0.5)
22-
activejob (= 7.0.5)
23-
activesupport (= 7.0.5)
20+
actionmailer (7.1.0)
21+
actionpack (= 7.1.0)
22+
actionview (= 7.1.0)
23+
activejob (= 7.1.0)
24+
activesupport (= 7.1.0)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.5)
30-
actionview (= 7.0.5)
31-
activesupport (= 7.0.5)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.0)
31+
actionview (= 7.1.0)
32+
activesupport (= 7.1.0)
33+
nokogiri (>= 1.8.5)
34+
rack (>= 2.2.4)
35+
rack-session (>= 1.0.1)
3336
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.5)
37-
actionpack (= 7.0.5)
38-
activerecord (= 7.0.5)
39-
activestorage (= 7.0.5)
40-
activesupport (= 7.0.5)
37+
rails-dom-testing (~> 2.2)
38+
rails-html-sanitizer (~> 1.6)
39+
actiontext (7.1.0)
40+
actionpack (= 7.1.0)
41+
activerecord (= 7.1.0)
42+
activestorage (= 7.1.0)
43+
activesupport (= 7.1.0)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (7.0.5)
44-
activesupport (= 7.0.5)
46+
actionview (7.1.0)
47+
activesupport (= 7.1.0)
4548
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.5)
50-
activesupport (= 7.0.5)
49+
erubi (~> 1.11)
50+
rails-dom-testing (~> 2.2)
51+
rails-html-sanitizer (~> 1.6)
52+
activejob (7.1.0)
53+
activesupport (= 7.1.0)
5154
globalid (>= 0.3.6)
52-
activemodel (7.0.5)
53-
activesupport (= 7.0.5)
54-
activerecord (7.0.5)
55-
activemodel (= 7.0.5)
56-
activesupport (= 7.0.5)
57-
activestorage (7.0.5)
58-
actionpack (= 7.0.5)
59-
activejob (= 7.0.5)
60-
activerecord (= 7.0.5)
61-
activesupport (= 7.0.5)
55+
activemodel (7.1.0)
56+
activesupport (= 7.1.0)
57+
activerecord (7.1.0)
58+
activemodel (= 7.1.0)
59+
activesupport (= 7.1.0)
60+
timeout (>= 0.4.0)
61+
activestorage (7.1.0)
62+
actionpack (= 7.1.0)
63+
activejob (= 7.1.0)
64+
activerecord (= 7.1.0)
65+
activesupport (= 7.1.0)
6266
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.5)
67+
activesupport (7.1.0)
68+
base64
69+
bigdecimal
6570
concurrent-ruby (~> 1.0, >= 1.0.2)
71+
connection_pool (>= 2.2.5)
72+
drb
6673
i18n (>= 1.6, < 2)
6774
minitest (>= 5.1)
75+
mutex_m
6876
tzinfo (~> 2.0)
6977
addressable (2.8.4)
7078
public_suffix (>= 2.0.2, < 6.0)
7179
annotate (3.2.0)
7280
activerecord (>= 3.2, < 8.0)
7381
rake (>= 10.4, < 14.0)
7482
ast (2.4.2)
83+
base64 (0.1.1)
7584
bcrypt (3.1.18)
85+
bigdecimal (1.4.4)
7686
bindex (0.8.1)
7787
bootsnap (1.16.0)
7888
msgpack (~> 1.2)
@@ -119,6 +129,8 @@ GEM
119129
dotenv-rails (2.8.1)
120130
dotenv (= 2.8.1)
121131
railties (>= 3.2)
132+
drb (2.1.1)
133+
ruby2_keywords
122134
dry-auto_inject (1.0.1)
123135
dry-core (~> 1.0)
124136
zeitwerk (~> 2.6)
@@ -140,8 +152,8 @@ GEM
140152
fasterer (0.10.1)
141153
colorize (~> 0.7)
142154
ruby_parser (>= 3.19.1)
143-
globalid (1.1.0)
144-
activesupport (>= 5.0)
155+
globalid (1.2.1)
156+
activesupport (>= 6.1)
145157
has_scope (0.8.1)
146158
actionpack (>= 5.2)
147159
activesupport (>= 5.2)
@@ -182,26 +194,27 @@ GEM
182194
marcel (1.0.2)
183195
matrix (0.4.2)
184196
method_source (1.0.0)
185-
mini_mime (1.1.2)
186-
mini_portile2 (2.8.2)
187-
minitest (5.18.1)
197+
mini_mime (1.1.5)
198+
mini_portile2 (2.8.4)
199+
minitest (5.20.0)
188200
msgpack (1.7.1)
189-
net-imap (0.3.6)
201+
mutex_m (0.1.2)
202+
net-imap (0.4.0)
190203
date
191204
net-protocol
192205
net-pop (0.1.2)
193206
net-protocol
194207
net-protocol (0.2.1)
195208
timeout
196-
net-smtp (0.3.3)
209+
net-smtp (0.4.0)
197210
net-protocol
198211
nio4r (2.5.9)
199-
nokogiri (1.15.2)
212+
nokogiri (1.15.4)
200213
mini_portile2 (~> 2.8.2)
201214
racc (~> 1.4)
202-
nokogiri (1.15.2-arm64-darwin)
215+
nokogiri (1.15.4-arm64-darwin)
203216
racc (~> 1.4)
204-
nokogiri (1.15.2-x86_64-linux)
217+
nokogiri (1.15.4-x86_64-linux)
205218
racc (~> 1.4)
206219
orm_adapter (0.5.0)
207220
overcommit (0.60.0)
@@ -221,40 +234,47 @@ GEM
221234
puma (6.3.0)
222235
nio4r (~> 2.0)
223236
racc (1.7.1)
224-
rack (2.2.7)
237+
rack (2.2.8)
225238
rack-cors (2.0.1)
226239
rack (>= 2.0.0)
227240
rack-proxy (0.7.6)
228241
rack
242+
rack-session (1.0.1)
243+
rack (< 3)
229244
rack-test (2.1.0)
230245
rack (>= 1.3)
231-
rails (7.0.5)
232-
actioncable (= 7.0.5)
233-
actionmailbox (= 7.0.5)
234-
actionmailer (= 7.0.5)
235-
actionpack (= 7.0.5)
236-
actiontext (= 7.0.5)
237-
actionview (= 7.0.5)
238-
activejob (= 7.0.5)
239-
activemodel (= 7.0.5)
240-
activerecord (= 7.0.5)
241-
activestorage (= 7.0.5)
242-
activesupport (= 7.0.5)
246+
rackup (1.0.0)
247+
rack (< 3)
248+
webrick
249+
rails (7.1.0)
250+
actioncable (= 7.1.0)
251+
actionmailbox (= 7.1.0)
252+
actionmailer (= 7.1.0)
253+
actionpack (= 7.1.0)
254+
actiontext (= 7.1.0)
255+
actionview (= 7.1.0)
256+
activejob (= 7.1.0)
257+
activemodel (= 7.1.0)
258+
activerecord (= 7.1.0)
259+
activestorage (= 7.1.0)
260+
activesupport (= 7.1.0)
243261
bundler (>= 1.15.0)
244-
railties (= 7.0.5)
245-
rails-dom-testing (2.0.3)
246-
activesupport (>= 4.2.0)
262+
railties (= 7.1.0)
263+
rails-dom-testing (2.2.0)
264+
activesupport (>= 5.0.0)
265+
minitest
247266
nokogiri (>= 1.6)
248267
rails-html-sanitizer (1.6.0)
249268
loofah (~> 2.21)
250269
nokogiri (~> 1.14)
251-
railties (7.0.5)
252-
actionpack (= 7.0.5)
253-
activesupport (= 7.0.5)
254-
method_source
270+
railties (7.1.0)
271+
actionpack (= 7.1.0)
272+
activesupport (= 7.1.0)
273+
irb
274+
rackup (>= 1.0.0)
255275
rake (>= 12.2)
256-
thor (~> 1.0)
257-
zeitwerk (~> 2.5)
276+
thor (~> 1.0, >= 1.2.2)
277+
zeitwerk (~> 2.6)
258278
rainbow (3.1.1)
259279
rake (13.0.6)
260280
ransack (4.0.0)
@@ -317,6 +337,7 @@ GEM
317337
rubocop-capybara (~> 2.17)
318338
rubocop-factory_bot (~> 2.22)
319339
ruby-progressbar (1.13.0)
340+
ruby2_keywords (0.0.5)
320341
ruby_parser (3.20.2)
321342
sexp_processor (~> 4.16)
322343
rubyzip (2.3.2)
@@ -339,7 +360,7 @@ GEM
339360
simplecov-html (0.12.3)
340361
simplecov_json_formatter (0.1.4)
341362
thor (1.2.2)
342-
timeout (0.3.2)
363+
timeout (0.4.0)
343364
tomlrb (2.0.3)
344365
tzinfo (2.0.6)
345366
concurrent-ruby (~> 1.0)
@@ -367,16 +388,17 @@ GEM
367388
nokogiri (~> 1.6)
368389
rubyzip (>= 1.3.0)
369390
selenium-webdriver (~> 4.0)
391+
webrick (1.8.1)
370392
websocket (1.2.9)
371-
websocket-driver (0.7.5)
393+
websocket-driver (0.7.6)
372394
websocket-extensions (>= 0.1.0)
373395
websocket-extensions (0.1.5)
374396
with_env (1.1.0)
375397
xml-simple (1.1.9)
376398
rexml
377399
xpath (3.2.0)
378400
nokogiri (~> 1.8)
379-
zeitwerk (2.6.8)
401+
zeitwerk (2.6.12)
380402

381403
PLATFORMS
382404
arm64-darwin-21

0 commit comments

Comments
 (0)