Skip to content

Commit 62b7f64

Browse files
Merge pull request #159 from mitch3lljones/dependabot/bundler/rails-7.0.4.2
Bump rails from 7.0.4 to 7.0.4.2
2 parents b6ae4e0 + f8ae7ed commit 62b7f64

File tree

1 file changed

+73
-76
lines changed

1 file changed

+73
-76
lines changed

Gemfile.lock

Lines changed: 73 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4)
5-
actionpack (= 7.0.4)
6-
activesupport (= 7.0.4)
4+
actioncable (7.0.4.2)
5+
actionpack (= 7.0.4.2)
6+
activesupport (= 7.0.4.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.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)
9+
actionmailbox (7.0.4.2)
10+
actionpack (= 7.0.4.2)
11+
activejob (= 7.0.4.2)
12+
activerecord (= 7.0.4.2)
13+
activestorage (= 7.0.4.2)
14+
activesupport (= 7.0.4.2)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
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)
19+
actionmailer (7.0.4.2)
20+
actionpack (= 7.0.4.2)
21+
actionview (= 7.0.4.2)
22+
activejob (= 7.0.4.2)
23+
activesupport (= 7.0.4.2)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.4)
30-
actionview (= 7.0.4)
31-
activesupport (= 7.0.4)
29+
actionpack (7.0.4.2)
30+
actionview (= 7.0.4.2)
31+
activesupport (= 7.0.4.2)
3232
rack (~> 2.0, >= 2.2.0)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
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)
36+
actiontext (7.0.4.2)
37+
actionpack (= 7.0.4.2)
38+
activerecord (= 7.0.4.2)
39+
activestorage (= 7.0.4.2)
40+
activesupport (= 7.0.4.2)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4)
44-
activesupport (= 7.0.4)
43+
actionview (7.0.4.2)
44+
activesupport (= 7.0.4.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.4)
50-
activesupport (= 7.0.4)
49+
activejob (7.0.4.2)
50+
activesupport (= 7.0.4.2)
5151
globalid (>= 0.3.6)
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)
52+
activemodel (7.0.4.2)
53+
activesupport (= 7.0.4.2)
54+
activerecord (7.0.4.2)
55+
activemodel (= 7.0.4.2)
56+
activesupport (= 7.0.4.2)
57+
activestorage (7.0.4.2)
58+
actionpack (= 7.0.4.2)
59+
activejob (= 7.0.4.2)
60+
activerecord (= 7.0.4.2)
61+
activesupport (= 7.0.4.2)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4)
64+
activesupport (7.0.4.2)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -96,17 +96,17 @@ GEM
9696
coffee-script-source
9797
execjs
9898
coffee-script-source (1.12.2)
99-
concurrent-ruby (1.1.10)
99+
concurrent-ruby (1.2.0)
100100
crass (1.0.6)
101-
digest (3.1.0)
102-
erubi (1.11.0)
101+
date (3.3.3)
102+
erubi (1.12.0)
103103
execjs (2.8.1)
104104
faraday (2.7.2)
105105
faraday-net_http (>= 2.0, < 3.1)
106106
ruby2_keywords (>= 0.0.4)
107107
faraday-net_http (3.0.2)
108108
ffi (1.15.5)
109-
globalid (1.0.1)
109+
globalid (1.1.0)
110110
activesupport (>= 5.0)
111111
hashie (5.0.0)
112112
i18n (1.12.0)
@@ -122,8 +122,11 @@ GEM
122122
loofah (2.19.1)
123123
crass (~> 1.0.2)
124124
nokogiri (>= 1.5.9)
125-
mail (2.7.1)
125+
mail (2.8.1)
126126
mini_mime (>= 0.1.1)
127+
net-imap
128+
net-pop
129+
net-smtp
127130
marcel (1.0.2)
128131
matrix (0.4.2)
129132
method_source (1.0.0)
@@ -137,24 +140,19 @@ GEM
137140
minitest (5.17.0)
138141
msgpack (1.6.0)
139142
multi_xml (0.6.0)
140-
net-imap (0.2.3)
141-
digest
143+
net-imap (0.3.4)
144+
date
142145
net-protocol
143-
strscan
144-
net-pop (0.1.1)
145-
digest
146+
net-pop (0.1.2)
146147
net-protocol
148+
net-protocol (0.2.1)
147149
timeout
148-
net-protocol (0.1.3)
149-
timeout
150-
net-smtp (0.3.1)
151-
digest
150+
net-smtp (0.3.3)
152151
net-protocol
153-
timeout
154152
nio4r (2.5.8)
155-
nokogiri (1.13.10-x86_64-darwin)
153+
nokogiri (1.14.2-x86_64-darwin)
156154
racc (~> 1.4)
157-
nokogiri (1.13.10-x86_64-linux)
155+
nokogiri (1.14.2-x86_64-linux)
158156
racc (~> 1.4)
159157
oauth (0.6.2)
160158
snaky_hash (~> 2.0)
@@ -176,32 +174,32 @@ GEM
176174
public_suffix (5.0.1)
177175
puma (6.1.0)
178176
nio4r (~> 2.0)
179-
racc (1.6.1)
177+
racc (1.6.2)
180178
rack (2.2.6.2)
181179
rack-test (2.0.2)
182180
rack (>= 1.3)
183-
rails (7.0.4)
184-
actioncable (= 7.0.4)
185-
actionmailbox (= 7.0.4)
186-
actionmailer (= 7.0.4)
187-
actionpack (= 7.0.4)
188-
actiontext (= 7.0.4)
189-
actionview (= 7.0.4)
190-
activejob (= 7.0.4)
191-
activemodel (= 7.0.4)
192-
activerecord (= 7.0.4)
193-
activestorage (= 7.0.4)
194-
activesupport (= 7.0.4)
181+
rails (7.0.4.2)
182+
actioncable (= 7.0.4.2)
183+
actionmailbox (= 7.0.4.2)
184+
actionmailer (= 7.0.4.2)
185+
actionpack (= 7.0.4.2)
186+
actiontext (= 7.0.4.2)
187+
actionview (= 7.0.4.2)
188+
activejob (= 7.0.4.2)
189+
activemodel (= 7.0.4.2)
190+
activerecord (= 7.0.4.2)
191+
activestorage (= 7.0.4.2)
192+
activesupport (= 7.0.4.2)
195193
bundler (>= 1.15.0)
196-
railties (= 7.0.4)
194+
railties (= 7.0.4.2)
197195
rails-dom-testing (2.0.3)
198196
activesupport (>= 4.2.0)
199197
nokogiri (>= 1.6)
200-
rails-html-sanitizer (1.4.4)
198+
rails-html-sanitizer (1.5.0)
201199
loofah (~> 2.19, >= 2.19.1)
202-
railties (7.0.4)
203-
actionpack (= 7.0.4)
204-
activesupport (= 7.0.4)
200+
railties (7.0.4.2)
201+
actionpack (= 7.0.4.2)
202+
activesupport (= 7.0.4.2)
205203
method_source
206204
rake (>= 12.2)
207205
thor (~> 1.0)
@@ -248,16 +246,15 @@ GEM
248246
sprockets (>= 3.0.0)
249247
sqlite3 (1.6.0-x86_64-darwin)
250248
sqlite3 (1.6.0-x86_64-linux)
251-
strscan (3.0.4)
252249
terrapin (0.6.0)
253250
climate_control (>= 0.0.3, < 1.0)
254251
thor (1.2.1)
255252
tilt (2.0.10)
256-
timeout (0.3.0)
253+
timeout (0.3.2)
257254
turbolinks (5.2.1)
258255
turbolinks-source (~> 5.2)
259256
turbolinks-source (5.2.0)
260-
tzinfo (2.0.5)
257+
tzinfo (2.0.6)
261258
concurrent-ruby (~> 1.0)
262259
uglifier (4.2.0)
263260
execjs (>= 0.3.0, < 3)
@@ -273,7 +270,7 @@ GEM
273270
websocket-extensions (0.1.5)
274271
xpath (3.2.0)
275272
nokogiri (~> 1.8)
276-
zeitwerk (2.6.0)
273+
zeitwerk (2.6.7)
277274

278275
PLATFORMS
279276
x86_64-darwin-21

0 commit comments

Comments
 (0)