Skip to content

Commit f74adb8

Browse files
authored
Merge pull request #93 from ViewComponent/dependabot/bundler/activesupport-8.0.4.1
Bump activesupport from 8.0.2.1 to 8.0.4.1
2 parents 0ceed1b + 6e75668 commit f74adb8

File tree

1 file changed

+63
-61
lines changed

1 file changed

+63
-61
lines changed

Gemfile.lock

Lines changed: 63 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
actioncable (8.0.4.1)
5+
actionpack (= 8.0.4.1)
6+
activesupport (= 8.0.4.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
10+
actionmailbox (8.0.4.1)
11+
actionpack (= 8.0.4.1)
12+
activejob (= 8.0.4.1)
13+
activerecord (= 8.0.4.1)
14+
activestorage (= 8.0.4.1)
15+
activesupport (= 8.0.4.1)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
17+
actionmailer (8.0.4.1)
18+
actionpack (= 8.0.4.1)
19+
actionview (= 8.0.4.1)
20+
activejob (= 8.0.4.1)
21+
activesupport (= 8.0.4.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.4.1)
25+
actionview (= 8.0.4.1)
26+
activesupport (= 8.0.4.1)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actiontext (8.0.4.1)
35+
actionpack (= 8.0.4.1)
36+
activerecord (= 8.0.4.1)
37+
activestorage (= 8.0.4.1)
38+
activesupport (= 8.0.4.1)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.4.1)
42+
activesupport (= 8.0.4.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.4.1)
48+
activesupport (= 8.0.4.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
50+
activemodel (8.0.4.1)
51+
activesupport (= 8.0.4.1)
52+
activerecord (8.0.4.1)
53+
activemodel (= 8.0.4.1)
54+
activesupport (= 8.0.4.1)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
56+
activestorage (8.0.4.1)
57+
actionpack (= 8.0.4.1)
58+
activejob (= 8.0.4.1)
59+
activerecord (= 8.0.4.1)
60+
activesupport (= 8.0.4.1)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
62+
activesupport (8.0.4.1)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -68,16 +68,16 @@ GEM
6868
drb
6969
i18n (>= 1.6, < 2)
7070
logger (>= 1.4.2)
71-
minitest (>= 5.1)
71+
minitest (>= 5.1, < 6)
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
base64 (0.3.0)
78-
benchmark (0.4.1)
78+
benchmark (0.5.0)
7979
benchmark-ips (2.14.0)
80-
bigdecimal (3.2.2)
80+
bigdecimal (4.0.1)
8181
bootsnap (1.18.6)
8282
msgpack (~> 1.2)
8383
builder (3.3.0)
@@ -90,8 +90,8 @@ GEM
9090
rack-test (>= 0.6.3)
9191
regexp_parser (>= 1.5, < 3.0)
9292
xpath (~> 3.2)
93-
concurrent-ruby (1.3.5)
94-
connection_pool (2.5.3)
93+
concurrent-ruby (1.3.6)
94+
connection_pool (3.0.2)
9595
crass (1.0.6)
9696
date (3.4.1)
9797
drb (2.2.3)
@@ -113,7 +113,7 @@ GEM
113113
ffi (1.17.2-x86_64-linux-musl)
114114
globalid (1.2.1)
115115
activesupport (>= 6.1)
116-
i18n (1.14.7)
116+
i18n (1.14.8)
117117
concurrent-ruby (~> 1.0)
118118
io-console (0.8.1)
119119
irb (1.15.2)
@@ -132,7 +132,7 @@ GEM
132132
marcel (1.0.4)
133133
matrix (0.4.3)
134134
mini_mime (1.1.5)
135-
minitest (5.25.5)
135+
minitest (5.27.0)
136136
msgpack (1.8.0)
137137
net-imap (0.5.9)
138138
date
@@ -190,34 +190,35 @@ GEM
190190
rack (>= 1.3)
191191
rackup (2.2.1)
192192
rack (>= 3)
193-
rails (8.0.2.1)
194-
actioncable (= 8.0.2.1)
195-
actionmailbox (= 8.0.2.1)
196-
actionmailer (= 8.0.2.1)
197-
actionpack (= 8.0.2.1)
198-
actiontext (= 8.0.2.1)
199-
actionview (= 8.0.2.1)
200-
activejob (= 8.0.2.1)
201-
activemodel (= 8.0.2.1)
202-
activerecord (= 8.0.2.1)
203-
activestorage (= 8.0.2.1)
204-
activesupport (= 8.0.2.1)
193+
rails (8.0.4.1)
194+
actioncable (= 8.0.4.1)
195+
actionmailbox (= 8.0.4.1)
196+
actionmailer (= 8.0.4.1)
197+
actionpack (= 8.0.4.1)
198+
actiontext (= 8.0.4.1)
199+
actionview (= 8.0.4.1)
200+
activejob (= 8.0.4.1)
201+
activemodel (= 8.0.4.1)
202+
activerecord (= 8.0.4.1)
203+
activestorage (= 8.0.4.1)
204+
activesupport (= 8.0.4.1)
205205
bundler (>= 1.15.0)
206-
railties (= 8.0.2.1)
206+
railties (= 8.0.4.1)
207207
rails-dom-testing (2.3.0)
208208
activesupport (>= 5.0.0)
209209
minitest
210210
nokogiri (>= 1.6)
211211
rails-html-sanitizer (1.6.2)
212212
loofah (~> 2.21)
213213
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)
214-
railties (8.0.2.1)
215-
actionpack (= 8.0.2.1)
216-
activesupport (= 8.0.2.1)
214+
railties (8.0.4.1)
215+
actionpack (= 8.0.4.1)
216+
activesupport (= 8.0.4.1)
217217
irb (~> 1.13)
218218
rackup (>= 1.0.0)
219219
rake (>= 12.2)
220220
thor (~> 1.0, >= 1.2.2)
221+
tsort (>= 0.2)
221222
zeitwerk (~> 2.6)
222223
rake (13.3.0)
223224
rdoc (6.14.2)
@@ -251,11 +252,12 @@ GEM
251252
thor (1.4.0)
252253
tilt (2.6.1)
253254
timeout (0.4.3)
255+
tsort (0.2.0)
254256
tzinfo (2.0.6)
255257
concurrent-ruby (~> 1.0)
256258
uglifier (4.2.1)
257259
execjs (>= 0.3.0, < 3)
258-
uri (1.0.4)
260+
uri (1.1.1)
259261
useragent (0.16.11)
260262
view_component (4.0.0)
261263
activesupport (>= 7.1.0, < 8.1)

0 commit comments

Comments
 (0)