Skip to content

Commit 3fac8e6

Browse files
Bump rake from 12.0.0 to 13.0.6
Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 13.0.6. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v12.0.0...v13.0.6) --- updated-dependencies: - dependency-name: rake dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97ee8e6 commit 3fac8e6

File tree

1 file changed

+120
-84
lines changed

1 file changed

+120
-84
lines changed

Gemfile.lock

+120-84
Original file line numberDiff line numberDiff line change
@@ -3,123 +3,159 @@ PATH
33
specs:
44
action_cable_notifications (0.1.30)
55
lodash-rails (>= 4.15.0)
6-
rails (>= 5.0.0.1)
6+
rails (>= 6.0.0.1)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (5.1.1)
12-
actionpack (= 5.1.1)
11+
actioncable (7.0.4)
12+
actionpack (= 7.0.4)
13+
activesupport (= 7.0.4)
1314
nio4r (~> 2.0)
14-
websocket-driver (~> 0.6.1)
15-
actionmailer (5.1.1)
16-
actionpack (= 5.1.1)
17-
actionview (= 5.1.1)
18-
activejob (= 5.1.1)
15+
websocket-driver (>= 0.6.1)
16+
actionmailbox (7.0.4)
17+
actionpack (= 7.0.4)
18+
activejob (= 7.0.4)
19+
activerecord (= 7.0.4)
20+
activestorage (= 7.0.4)
21+
activesupport (= 7.0.4)
22+
mail (>= 2.7.1)
23+
net-imap
24+
net-pop
25+
net-smtp
26+
actionmailer (7.0.4)
27+
actionpack (= 7.0.4)
28+
actionview (= 7.0.4)
29+
activejob (= 7.0.4)
30+
activesupport (= 7.0.4)
1931
mail (~> 2.5, >= 2.5.4)
32+
net-imap
33+
net-pop
34+
net-smtp
2035
rails-dom-testing (~> 2.0)
21-
actionpack (5.1.1)
22-
actionview (= 5.1.1)
23-
activesupport (= 5.1.1)
24-
rack (~> 2.0)
25-
rack-test (~> 0.6.3)
36+
actionpack (7.0.4)
37+
actionview (= 7.0.4)
38+
activesupport (= 7.0.4)
39+
rack (~> 2.0, >= 2.2.0)
40+
rack-test (>= 0.6.3)
2641
rails-dom-testing (~> 2.0)
27-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
28-
actionview (5.1.1)
29-
activesupport (= 5.1.1)
42+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
43+
actiontext (7.0.4)
44+
actionpack (= 7.0.4)
45+
activerecord (= 7.0.4)
46+
activestorage (= 7.0.4)
47+
activesupport (= 7.0.4)
48+
globalid (>= 0.6.0)
49+
nokogiri (>= 1.8.5)
50+
actionview (7.0.4)
51+
activesupport (= 7.0.4)
3052
builder (~> 3.1)
3153
erubi (~> 1.4)
3254
rails-dom-testing (~> 2.0)
33-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
34-
activejob (5.1.1)
35-
activesupport (= 5.1.1)
55+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56+
activejob (7.0.4)
57+
activesupport (= 7.0.4)
3658
globalid (>= 0.3.6)
37-
activemodel (5.1.1)
38-
activesupport (= 5.1.1)
39-
activerecord (5.1.1)
40-
activemodel (= 5.1.1)
41-
activesupport (= 5.1.1)
42-
arel (~> 8.0)
43-
activesupport (5.1.1)
59+
activemodel (7.0.4)
60+
activesupport (= 7.0.4)
61+
activerecord (7.0.4)
62+
activemodel (= 7.0.4)
63+
activesupport (= 7.0.4)
64+
activestorage (7.0.4)
65+
actionpack (= 7.0.4)
66+
activejob (= 7.0.4)
67+
activerecord (= 7.0.4)
68+
activesupport (= 7.0.4)
69+
marcel (~> 1.0)
70+
mini_mime (>= 1.1.0)
71+
activesupport (7.0.4)
4472
concurrent-ruby (~> 1.0, >= 1.0.2)
45-
i18n (~> 0.7)
46-
minitest (~> 5.1)
47-
tzinfo (~> 1.1)
48-
arel (8.0.0)
73+
i18n (>= 1.6, < 2)
74+
minitest (>= 5.1)
75+
tzinfo (~> 2.0)
4976
awesome_print (1.7.0)
50-
builder (3.2.3)
77+
builder (3.2.4)
5178
byebug (9.0.5)
5279
coderay (1.1.1)
53-
concurrent-ruby (1.0.5)
54-
erubi (1.6.0)
55-
globalid (0.4.0)
56-
activesupport (>= 4.2.0)
57-
i18n (0.8.1)
58-
lodash-rails (4.17.4)
80+
concurrent-ruby (1.1.10)
81+
crass (1.0.6)
82+
erubi (1.11.0)
83+
globalid (1.0.0)
84+
activesupport (>= 5.0)
85+
i18n (1.12.0)
86+
concurrent-ruby (~> 1.0)
87+
lodash-rails (4.17.21)
5988
railties (>= 3.1)
60-
loofah (2.0.3)
89+
loofah (2.19.0)
90+
crass (~> 1.0.2)
6191
nokogiri (>= 1.5.9)
62-
mail (2.6.5)
63-
mime-types (>= 1.16, < 4)
92+
mail (2.7.1)
93+
mini_mime (>= 0.1.1)
94+
marcel (1.0.2)
6495
method_source (0.8.2)
65-
mime-types (3.1)
66-
mime-types-data (~> 3.2015)
67-
mime-types-data (3.2016.0521)
68-
mini_portile2 (2.1.0)
69-
minitest (5.10.2)
70-
nio4r (2.0.0)
71-
nokogiri (1.7.2)
72-
mini_portile2 (~> 2.1.0)
96+
mini_mime (1.1.2)
97+
mini_portile2 (2.8.0)
98+
minitest (5.16.3)
99+
net-imap (0.3.1)
100+
net-protocol
101+
net-pop (0.1.2)
102+
net-protocol
103+
net-protocol (0.1.3)
104+
timeout
105+
net-smtp (0.3.2)
106+
net-protocol
107+
nio4r (2.5.8)
108+
nokogiri (1.13.8)
109+
mini_portile2 (~> 2.8.0)
110+
racc (~> 1.4)
73111
pry (0.10.4)
74112
coderay (~> 1.1.0)
75113
method_source (~> 0.8.1)
76114
slop (~> 3.4)
77115
pry-byebug (3.4.0)
78116
byebug (~> 9.0)
79117
pry (~> 0.10)
80-
rack (2.0.3)
81-
rack-test (0.6.3)
82-
rack (>= 1.0)
83-
rails (5.1.1)
84-
actioncable (= 5.1.1)
85-
actionmailer (= 5.1.1)
86-
actionpack (= 5.1.1)
87-
actionview (= 5.1.1)
88-
activejob (= 5.1.1)
89-
activemodel (= 5.1.1)
90-
activerecord (= 5.1.1)
91-
activesupport (= 5.1.1)
92-
bundler (>= 1.3.0, < 2.0)
93-
railties (= 5.1.1)
94-
sprockets-rails (>= 2.0.0)
118+
racc (1.6.0)
119+
rack (2.2.4)
120+
rack-test (2.0.2)
121+
rack (>= 1.3)
122+
rails (7.0.4)
123+
actioncable (= 7.0.4)
124+
actionmailbox (= 7.0.4)
125+
actionmailer (= 7.0.4)
126+
actionpack (= 7.0.4)
127+
actiontext (= 7.0.4)
128+
actionview (= 7.0.4)
129+
activejob (= 7.0.4)
130+
activemodel (= 7.0.4)
131+
activerecord (= 7.0.4)
132+
activestorage (= 7.0.4)
133+
activesupport (= 7.0.4)
134+
bundler (>= 1.15.0)
135+
railties (= 7.0.4)
95136
rails-dom-testing (2.0.3)
96137
activesupport (>= 4.2.0)
97138
nokogiri (>= 1.6)
98-
rails-html-sanitizer (1.0.3)
99-
loofah (~> 2.0)
100-
railties (5.1.1)
101-
actionpack (= 5.1.1)
102-
activesupport (= 5.1.1)
139+
rails-html-sanitizer (1.4.3)
140+
loofah (~> 2.3)
141+
railties (7.0.4)
142+
actionpack (= 7.0.4)
143+
activesupport (= 7.0.4)
103144
method_source
104-
rake (>= 0.8.7)
105-
thor (>= 0.18.1, < 2.0)
106-
rake (12.0.0)
145+
rake (>= 12.2)
146+
thor (~> 1.0)
147+
zeitwerk (~> 2.5)
148+
rake (13.0.6)
107149
slop (3.6.0)
108-
sprockets (3.7.1)
109-
concurrent-ruby (~> 1.0)
110-
rack (> 1, < 3)
111-
sprockets-rails (3.2.0)
112-
actionpack (>= 4.0)
113-
activesupport (>= 4.0)
114-
sprockets (>= 3.0.0)
115150
sqlite3 (1.3.11)
116-
thor (0.19.4)
117-
thread_safe (0.3.6)
118-
tzinfo (1.2.3)
119-
thread_safe (~> 0.1)
120-
websocket-driver (0.6.5)
151+
thor (1.2.1)
152+
timeout (0.3.0)
153+
tzinfo (2.0.5)
154+
concurrent-ruby (~> 1.0)
155+
websocket-driver (0.7.5)
121156
websocket-extensions (>= 0.1.0)
122-
websocket-extensions (0.1.2)
157+
websocket-extensions (0.1.5)
158+
zeitwerk (2.6.1)
123159

124160
PLATFORMS
125161
ruby

0 commit comments

Comments
 (0)