Skip to content

Commit 03f1183

Browse files
committed
Fix mimemagic reference in the lockfile.
1 parent 8d716f6 commit 03f1183

File tree

1 file changed

+71
-73
lines changed

1 file changed

+71
-73
lines changed

Gemfile.lock

+71-73
Original file line numberDiff line numberDiff line change
@@ -7,121 +7,119 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.1)
11-
actionpack (= 6.1.1)
12-
activesupport (= 6.1.1)
10+
actioncable (6.1.4)
11+
actionpack (= 6.1.4)
12+
activesupport (= 6.1.4)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.1)
16-
actionpack (= 6.1.1)
17-
activejob (= 6.1.1)
18-
activerecord (= 6.1.1)
19-
activestorage (= 6.1.1)
20-
activesupport (= 6.1.1)
15+
actionmailbox (6.1.4)
16+
actionpack (= 6.1.4)
17+
activejob (= 6.1.4)
18+
activerecord (= 6.1.4)
19+
activestorage (= 6.1.4)
20+
activesupport (= 6.1.4)
2121
mail (>= 2.7.1)
22-
actionmailer (6.1.1)
23-
actionpack (= 6.1.1)
24-
actionview (= 6.1.1)
25-
activejob (= 6.1.1)
26-
activesupport (= 6.1.1)
22+
actionmailer (6.1.4)
23+
actionpack (= 6.1.4)
24+
actionview (= 6.1.4)
25+
activejob (= 6.1.4)
26+
activesupport (= 6.1.4)
2727
mail (~> 2.5, >= 2.5.4)
2828
rails-dom-testing (~> 2.0)
29-
actionpack (6.1.1)
30-
actionview (= 6.1.1)
31-
activesupport (= 6.1.1)
29+
actionpack (6.1.4)
30+
actionview (= 6.1.4)
31+
activesupport (= 6.1.4)
3232
rack (~> 2.0, >= 2.0.9)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.1)
37-
actionpack (= 6.1.1)
38-
activerecord (= 6.1.1)
39-
activestorage (= 6.1.1)
40-
activesupport (= 6.1.1)
36+
actiontext (6.1.4)
37+
actionpack (= 6.1.4)
38+
activerecord (= 6.1.4)
39+
activestorage (= 6.1.4)
40+
activesupport (= 6.1.4)
4141
nokogiri (>= 1.8.5)
42-
actionview (6.1.1)
43-
activesupport (= 6.1.1)
42+
actionview (6.1.4)
43+
activesupport (= 6.1.4)
4444
builder (~> 3.1)
4545
erubi (~> 1.4)
4646
rails-dom-testing (~> 2.0)
4747
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.1)
49-
activesupport (= 6.1.1)
48+
activejob (6.1.4)
49+
activesupport (= 6.1.4)
5050
globalid (>= 0.3.6)
51-
activemodel (6.1.1)
52-
activesupport (= 6.1.1)
53-
activerecord (6.1.1)
54-
activemodel (= 6.1.1)
55-
activesupport (= 6.1.1)
56-
activestorage (6.1.1)
57-
actionpack (= 6.1.1)
58-
activejob (= 6.1.1)
59-
activerecord (= 6.1.1)
60-
activesupport (= 6.1.1)
61-
marcel (~> 0.3.1)
62-
mimemagic (~> 0.3.2)
63-
activesupport (6.1.1)
51+
activemodel (6.1.4)
52+
activesupport (= 6.1.4)
53+
activerecord (6.1.4)
54+
activemodel (= 6.1.4)
55+
activesupport (= 6.1.4)
56+
activestorage (6.1.4)
57+
actionpack (= 6.1.4)
58+
activejob (= 6.1.4)
59+
activerecord (= 6.1.4)
60+
activesupport (= 6.1.4)
61+
marcel (~> 1.0.0)
62+
mini_mime (>= 1.1.0)
63+
activesupport (6.1.4)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 1.6, < 2)
6666
minitest (>= 5.1)
6767
tzinfo (~> 2.0)
6868
zeitwerk (~> 2.3)
6969
builder (3.2.4)
7070
byebug (11.1.3)
71-
concurrent-ruby (1.1.8)
71+
concurrent-ruby (1.1.9)
7272
crass (1.0.6)
7373
erubi (1.10.0)
74-
globalid (0.4.2)
75-
activesupport (>= 4.2.0)
76-
i18n (1.8.8)
74+
globalid (0.5.2)
75+
activesupport (>= 5.0)
76+
i18n (1.8.10)
7777
concurrent-ruby (~> 1.0)
78-
loofah (2.9.0)
78+
loofah (2.11.0)
7979
crass (~> 1.0.2)
8080
nokogiri (>= 1.5.9)
8181
mail (2.7.1)
8282
mini_mime (>= 0.1.1)
83-
marcel (0.3.3)
84-
mimemagic (~> 0.3.2)
83+
marcel (1.0.1)
8584
method_source (1.0.0)
86-
mimemagic (0.3.5)
87-
mini_mime (1.0.2)
88-
mini_portile2 (2.5.0)
89-
minitest (5.14.3)
90-
nio4r (2.5.5)
91-
nokogiri (1.11.1)
92-
mini_portile2 (~> 2.5.0)
85+
mini_mime (1.1.0)
86+
mini_portile2 (2.6.1)
87+
minitest (5.14.4)
88+
nio4r (2.5.8)
89+
nokogiri (1.12.2)
90+
mini_portile2 (~> 2.6.1)
9391
racc (~> 1.4)
9492
racc (1.5.2)
9593
rack (2.2.3)
9694
rack-test (1.1.0)
9795
rack (>= 1.0, < 3)
98-
rails (6.1.1)
99-
actioncable (= 6.1.1)
100-
actionmailbox (= 6.1.1)
101-
actionmailer (= 6.1.1)
102-
actionpack (= 6.1.1)
103-
actiontext (= 6.1.1)
104-
actionview (= 6.1.1)
105-
activejob (= 6.1.1)
106-
activemodel (= 6.1.1)
107-
activerecord (= 6.1.1)
108-
activestorage (= 6.1.1)
109-
activesupport (= 6.1.1)
96+
rails (6.1.4)
97+
actioncable (= 6.1.4)
98+
actionmailbox (= 6.1.4)
99+
actionmailer (= 6.1.4)
100+
actionpack (= 6.1.4)
101+
actiontext (= 6.1.4)
102+
actionview (= 6.1.4)
103+
activejob (= 6.1.4)
104+
activemodel (= 6.1.4)
105+
activerecord (= 6.1.4)
106+
activestorage (= 6.1.4)
107+
activesupport (= 6.1.4)
110108
bundler (>= 1.15.0)
111-
railties (= 6.1.1)
109+
railties (= 6.1.4)
112110
sprockets-rails (>= 2.0.0)
113111
rails-dom-testing (2.0.3)
114112
activesupport (>= 4.2.0)
115113
nokogiri (>= 1.6)
116114
rails-html-sanitizer (1.3.0)
117115
loofah (~> 2.3)
118-
railties (6.1.1)
119-
actionpack (= 6.1.1)
120-
activesupport (= 6.1.1)
116+
railties (6.1.4)
117+
actionpack (= 6.1.4)
118+
activesupport (= 6.1.4)
121119
method_source
122-
rake (>= 0.8.7)
120+
rake (>= 0.13)
123121
thor (~> 1.0)
124-
rake (13.0.3)
122+
rake (13.0.6)
125123
sprockets (4.0.2)
126124
concurrent-ruby (~> 1.0)
127125
rack (> 1, < 3)
@@ -133,7 +131,7 @@ GEM
133131
thor (1.1.0)
134132
tzinfo (2.0.4)
135133
concurrent-ruby (~> 1.0)
136-
websocket-driver (0.7.3)
134+
websocket-driver (0.7.5)
137135
websocket-extensions (>= 0.1.0)
138136
websocket-extensions (0.1.5)
139137
zeitwerk (2.4.2)
@@ -147,4 +145,4 @@ DEPENDENCIES
147145
tailwindcss-rails!
148146

149147
BUNDLED WITH
150-
2.1.4
148+
2.2.3

0 commit comments

Comments
 (0)