Skip to content

Commit cacd0ac

Browse files
build(deps): bump rails from 6.1.4.1 to 7.0.4
Bumps [rails](https://github.com/rails/rails) from 6.1.4.1 to 7.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4.1...v7.0.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc3ef3b commit cacd0ac

1 file changed

Lines changed: 94 additions & 78 deletions

File tree

Gemfile.lock

Lines changed: 94 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,92 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.1)
5-
actionpack (= 6.1.4.1)
6-
activesupport (= 6.1.4.1)
4+
actioncable (7.0.4)
5+
actionpack (= 7.0.4)
6+
activesupport (= 7.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.1)
10-
actionpack (= 6.1.4.1)
11-
activejob (= 6.1.4.1)
12-
activerecord (= 6.1.4.1)
13-
activestorage (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
9+
actionmailbox (7.0.4)
10+
actionpack (= 7.0.4)
11+
activejob (= 7.0.4)
12+
activerecord (= 7.0.4)
13+
activestorage (= 7.0.4)
14+
activesupport (= 7.0.4)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.1)
17-
actionpack (= 6.1.4.1)
18-
actionview (= 6.1.4.1)
19-
activejob (= 6.1.4.1)
20-
activesupport (= 6.1.4.1)
16+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.4)
20+
actionpack (= 7.0.4)
21+
actionview (= 7.0.4)
22+
activejob (= 7.0.4)
23+
activesupport (= 7.0.4)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4.1)
24-
actionview (= 6.1.4.1)
25-
activesupport (= 6.1.4.1)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.4)
30+
actionview (= 7.0.4)
31+
activesupport (= 7.0.4)
32+
rack (~> 2.0, >= 2.2.0)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4.1)
31-
actionpack (= 6.1.4.1)
32-
activerecord (= 6.1.4.1)
33-
activestorage (= 6.1.4.1)
34-
activesupport (= 6.1.4.1)
36+
actiontext (7.0.4)
37+
actionpack (= 7.0.4)
38+
activerecord (= 7.0.4)
39+
activestorage (= 7.0.4)
40+
activesupport (= 7.0.4)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.1)
37-
activesupport (= 6.1.4.1)
43+
actionview (7.0.4)
44+
activesupport (= 7.0.4)
3845
builder (~> 3.1)
3946
erubi (~> 1.4)
4047
rails-dom-testing (~> 2.0)
4148
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.4.1)
43-
activesupport (= 6.1.4.1)
49+
activejob (7.0.4)
50+
activesupport (= 7.0.4)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.4.1)
46-
activesupport (= 6.1.4.1)
47-
activerecord (6.1.4.1)
48-
activemodel (= 6.1.4.1)
49-
activesupport (= 6.1.4.1)
50-
activestorage (6.1.4.1)
51-
actionpack (= 6.1.4.1)
52-
activejob (= 6.1.4.1)
53-
activerecord (= 6.1.4.1)
54-
activesupport (= 6.1.4.1)
55-
marcel (~> 1.0.0)
52+
activemodel (7.0.4)
53+
activesupport (= 7.0.4)
54+
activerecord (7.0.4)
55+
activemodel (= 7.0.4)
56+
activesupport (= 7.0.4)
57+
activestorage (7.0.4)
58+
actionpack (= 7.0.4)
59+
activejob (= 7.0.4)
60+
activerecord (= 7.0.4)
61+
activesupport (= 7.0.4)
62+
marcel (~> 1.0)
5663
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4.1)
64+
activesupport (7.0.4)
5865
concurrent-ruby (~> 1.0, >= 1.0.2)
5966
i18n (>= 1.6, < 2)
6067
minitest (>= 5.1)
6168
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
6369
addressable (2.8.1)
6470
public_suffix (>= 2.0.2, < 6.0)
6571
bootsnap (1.13.0)
6672
msgpack (~> 1.2)
6773
builder (3.2.4)
6874
concurrent-ruby (1.1.10)
6975
crass (1.0.6)
76+
date (3.3.3)
7077
domain_name (0.5.20190701)
7178
unf (>= 0.0.5, < 1.0.0)
7279
elastic-apm (4.6.0)
7380
concurrent-ruby (~> 1.0)
7481
http (>= 3.0)
7582
ruby2_keywords
76-
erubi (1.10.0)
83+
erubi (1.12.0)
7784
ffi (1.15.5)
7885
ffi-compiler (1.0.1)
7986
ffi (>= 1.0.0)
8087
rake
8188
foreman (0.87.2)
82-
globalid (0.5.2)
89+
globalid (1.0.0)
8390
activesupport (>= 5.0)
8491
http (5.1.1)
8592
addressable (~> 2.8)
@@ -89,7 +96,7 @@ GEM
8996
http-cookie (1.0.5)
9097
domain_name (~> 0.5)
9198
http-form_data (2.3.0)
92-
i18n (1.10.0)
99+
i18n (1.12.0)
93100
concurrent-ruby (~> 1.0)
94101
listen (3.7.1)
95102
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -102,57 +109,69 @@ GEM
102109
activesupport (>= 4)
103110
railties (>= 4)
104111
request_store (~> 1.0)
105-
loofah (2.18.0)
112+
loofah (2.19.1)
106113
crass (~> 1.0.2)
107114
nokogiri (>= 1.5.9)
108-
mail (2.7.1)
115+
mail (2.8.0)
109116
mini_mime (>= 0.1.1)
110-
marcel (1.0.1)
117+
net-imap
118+
net-pop
119+
net-smtp
120+
marcel (1.0.2)
111121
method_source (1.0.0)
112-
mini_mime (1.1.1)
113-
minitest (5.16.2)
122+
mini_mime (1.1.2)
123+
minitest (5.17.0)
114124
msgpack (1.5.4)
125+
net-imap (0.3.4)
126+
date
127+
net-protocol
128+
net-pop (0.1.2)
129+
net-protocol
130+
net-protocol (0.2.1)
131+
timeout
132+
net-smtp (0.3.3)
133+
net-protocol
115134
nio4r (2.5.8)
116-
nokogiri (1.13.9-aarch64-linux)
135+
nokogiri (1.13.10-aarch64-linux)
117136
racc (~> 1.4)
118-
nokogiri (1.13.9-x86_64-darwin)
137+
nokogiri (1.13.10-x86_64-darwin)
119138
racc (~> 1.4)
120-
nokogiri (1.13.9-x86_64-linux)
139+
nokogiri (1.13.10-x86_64-linux)
121140
racc (~> 1.4)
122141
pg (1.4.4)
123142
public_suffix (5.0.1)
124143
puma (6.0.2)
125144
nio4r (~> 2.0)
126-
racc (1.6.0)
127-
rack (2.2.4)
145+
racc (1.6.2)
146+
rack (2.2.5)
128147
rack-test (2.0.2)
129148
rack (>= 1.3)
130-
rails (6.1.4.1)
131-
actioncable (= 6.1.4.1)
132-
actionmailbox (= 6.1.4.1)
133-
actionmailer (= 6.1.4.1)
134-
actionpack (= 6.1.4.1)
135-
actiontext (= 6.1.4.1)
136-
actionview (= 6.1.4.1)
137-
activejob (= 6.1.4.1)
138-
activemodel (= 6.1.4.1)
139-
activerecord (= 6.1.4.1)
140-
activestorage (= 6.1.4.1)
141-
activesupport (= 6.1.4.1)
149+
rails (7.0.4)
150+
actioncable (= 7.0.4)
151+
actionmailbox (= 7.0.4)
152+
actionmailer (= 7.0.4)
153+
actionpack (= 7.0.4)
154+
actiontext (= 7.0.4)
155+
actionview (= 7.0.4)
156+
activejob (= 7.0.4)
157+
activemodel (= 7.0.4)
158+
activerecord (= 7.0.4)
159+
activestorage (= 7.0.4)
160+
activesupport (= 7.0.4)
142161
bundler (>= 1.15.0)
143-
railties (= 6.1.4.1)
144-
sprockets-rails (>= 2.0.0)
162+
railties (= 7.0.4)
145163
rails-dom-testing (2.0.3)
146164
activesupport (>= 4.2.0)
147165
nokogiri (>= 1.6)
148-
rails-html-sanitizer (1.4.3)
149-
loofah (~> 2.3)
150-
railties (6.1.4.1)
151-
actionpack (= 6.1.4.1)
152-
activesupport (= 6.1.4.1)
166+
rails-html-sanitizer (1.4.4)
167+
loofah (~> 2.19, >= 2.19.1)
168+
railties (7.0.4)
169+
actionpack (= 7.0.4)
170+
activesupport (= 7.0.4)
153171
method_source
154-
rake (>= 0.13)
172+
rake (>= 12.2)
155173
thor (~> 1.0)
174+
zeitwerk (~> 2.5)
156175
rake (13.0.6)
157176
rb-fsevent (0.11.1)
158177
rb-inotify (0.10.1)
@@ -163,11 +182,8 @@ GEM
163182
sprockets (4.1.1)
164183
concurrent-ruby (~> 1.0)
165184
rack (> 1, < 3)
166-
sprockets-rails (3.2.2)
167-
actionpack (>= 4.0)
168-
activesupport (>= 4.0)
169-
sprockets (>= 3.0.0)
170185
thor (1.2.1)
186+
timeout (0.3.1)
171187
tzinfo (2.0.5)
172188
concurrent-ruby (~> 1.0)
173189
tzinfo-data (1.2022.5)
@@ -178,7 +194,7 @@ GEM
178194
websocket-driver (0.7.5)
179195
websocket-extensions (>= 0.1.0)
180196
websocket-extensions (0.1.5)
181-
zeitwerk (2.6.0)
197+
zeitwerk (2.6.6)
182198

183199
PLATFORMS
184200
aarch64-linux

0 commit comments

Comments
 (0)