Skip to content

Commit ae8a320

Browse files
authored
Merge pull request #150 from joyofrails/patch/rails-7.1.3.4
Bump to Rails 7.1.3.4
2 parents 9df2413 + 1f3781f commit ae8a320

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,76 +9,76 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.1.3.3)
13-
actionpack (= 7.1.3.3)
14-
activesupport (= 7.1.3.3)
12+
actioncable (7.1.3.4)
13+
actionpack (= 7.1.3.4)
14+
activesupport (= 7.1.3.4)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.1.3.3)
19-
actionpack (= 7.1.3.3)
20-
activejob (= 7.1.3.3)
21-
activerecord (= 7.1.3.3)
22-
activestorage (= 7.1.3.3)
23-
activesupport (= 7.1.3.3)
18+
actionmailbox (7.1.3.4)
19+
actionpack (= 7.1.3.4)
20+
activejob (= 7.1.3.4)
21+
activerecord (= 7.1.3.4)
22+
activestorage (= 7.1.3.4)
23+
activesupport (= 7.1.3.4)
2424
mail (>= 2.7.1)
2525
net-imap
2626
net-pop
2727
net-smtp
28-
actionmailer (7.1.3.3)
29-
actionpack (= 7.1.3.3)
30-
actionview (= 7.1.3.3)
31-
activejob (= 7.1.3.3)
32-
activesupport (= 7.1.3.3)
28+
actionmailer (7.1.3.4)
29+
actionpack (= 7.1.3.4)
30+
actionview (= 7.1.3.4)
31+
activejob (= 7.1.3.4)
32+
activesupport (= 7.1.3.4)
3333
mail (~> 2.5, >= 2.5.4)
3434
net-imap
3535
net-pop
3636
net-smtp
3737
rails-dom-testing (~> 2.2)
38-
actionpack (7.1.3.3)
39-
actionview (= 7.1.3.3)
40-
activesupport (= 7.1.3.3)
38+
actionpack (7.1.3.4)
39+
actionview (= 7.1.3.4)
40+
activesupport (= 7.1.3.4)
4141
nokogiri (>= 1.8.5)
4242
racc
4343
rack (>= 2.2.4)
4444
rack-session (>= 1.0.1)
4545
rack-test (>= 0.6.3)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
actiontext (7.1.3.3)
49-
actionpack (= 7.1.3.3)
50-
activerecord (= 7.1.3.3)
51-
activestorage (= 7.1.3.3)
52-
activesupport (= 7.1.3.3)
48+
actiontext (7.1.3.4)
49+
actionpack (= 7.1.3.4)
50+
activerecord (= 7.1.3.4)
51+
activestorage (= 7.1.3.4)
52+
activesupport (= 7.1.3.4)
5353
globalid (>= 0.6.0)
5454
nokogiri (>= 1.8.5)
55-
actionview (7.1.3.3)
56-
activesupport (= 7.1.3.3)
55+
actionview (7.1.3.4)
56+
activesupport (= 7.1.3.4)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activejob (7.1.3.3)
62-
activesupport (= 7.1.3.3)
61+
activejob (7.1.3.4)
62+
activesupport (= 7.1.3.4)
6363
globalid (>= 0.3.6)
64-
activemodel (7.1.3.3)
65-
activesupport (= 7.1.3.3)
66-
activerecord (7.1.3.3)
67-
activemodel (= 7.1.3.3)
68-
activesupport (= 7.1.3.3)
64+
activemodel (7.1.3.4)
65+
activesupport (= 7.1.3.4)
66+
activerecord (7.1.3.4)
67+
activemodel (= 7.1.3.4)
68+
activesupport (= 7.1.3.4)
6969
timeout (>= 0.4.0)
7070
activerecord-enhancedsqlite3-adapter (0.6.0)
7171
activerecord (>= 7.1)
7272
sqlite3 (~> 1.6)
7373
activerecord-nulldb-adapter (1.0.1)
7474
activerecord (>= 5.2.0, < 7.2)
75-
activestorage (7.1.3.3)
76-
actionpack (= 7.1.3.3)
77-
activejob (= 7.1.3.3)
78-
activerecord (= 7.1.3.3)
79-
activesupport (= 7.1.3.3)
75+
activestorage (7.1.3.4)
76+
actionpack (= 7.1.3.4)
77+
activejob (= 7.1.3.4)
78+
activerecord (= 7.1.3.4)
79+
activesupport (= 7.1.3.4)
8080
marcel (~> 1.0)
81-
activesupport (7.1.3.3)
81+
activesupport (7.1.3.4)
8282
base64
8383
bigdecimal
8484
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -106,7 +106,7 @@ GEM
106106
msgpack (~> 1.2)
107107
brakeman (6.1.2)
108108
racc
109-
builder (3.2.4)
109+
builder (3.3.0)
110110
bundle-audit (0.1.0)
111111
bundler-audit
112112
bundler-audit (0.9.1)
@@ -334,20 +334,20 @@ GEM
334334
rackup (2.1.0)
335335
rack (>= 3)
336336
webrick (~> 1.8)
337-
rails (7.1.3.3)
338-
actioncable (= 7.1.3.3)
339-
actionmailbox (= 7.1.3.3)
340-
actionmailer (= 7.1.3.3)
341-
actionpack (= 7.1.3.3)
342-
actiontext (= 7.1.3.3)
343-
actionview (= 7.1.3.3)
344-
activejob (= 7.1.3.3)
345-
activemodel (= 7.1.3.3)
346-
activerecord (= 7.1.3.3)
347-
activestorage (= 7.1.3.3)
348-
activesupport (= 7.1.3.3)
337+
rails (7.1.3.4)
338+
actioncable (= 7.1.3.4)
339+
actionmailbox (= 7.1.3.4)
340+
actionmailer (= 7.1.3.4)
341+
actionpack (= 7.1.3.4)
342+
actiontext (= 7.1.3.4)
343+
actionview (= 7.1.3.4)
344+
activejob (= 7.1.3.4)
345+
activemodel (= 7.1.3.4)
346+
activerecord (= 7.1.3.4)
347+
activestorage (= 7.1.3.4)
348+
activesupport (= 7.1.3.4)
349349
bundler (>= 1.15.0)
350-
railties (= 7.1.3.3)
350+
railties (= 7.1.3.4)
351351
rails-dom-testing (2.2.0)
352352
activesupport (>= 5.0.0)
353353
minitest
@@ -363,9 +363,9 @@ GEM
363363
json
364364
require_all (~> 3.0)
365365
ruby-progressbar
366-
railties (7.1.3.3)
367-
actionpack (= 7.1.3.3)
368-
activesupport (= 7.1.3.3)
366+
railties (7.1.3.4)
367+
actionpack (= 7.1.3.4)
368+
activesupport (= 7.1.3.4)
369369
irb
370370
rackup (>= 1.0.0)
371371
rake (>= 12.2)

0 commit comments

Comments
 (0)