Skip to content

Commit 56d1363

Browse files
chore(deps-dev): bump rack from 2.2.5 to 2.2.18
Bumps [rack](https://github.com/rack/rack) from 2.2.5 to 2.2.18. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.5...v2.2.18) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e667d4c commit 56d1363

File tree

1 file changed

+6
-58
lines changed

1 file changed

+6
-58
lines changed

Gemfile.lock

Lines changed: 6 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.0.4)
11-
actionpack (= 7.0.4)
12-
activesupport (= 7.0.4)
13-
nio4r (~> 2.0)
14-
websocket-driver (>= 0.6.1)
15-
actionmailbox (7.0.4)
16-
actionpack (= 7.0.4)
17-
activejob (= 7.0.4)
18-
activerecord (= 7.0.4)
19-
activestorage (= 7.0.4)
20-
activesupport (= 7.0.4)
21-
mail (>= 2.7.1)
22-
net-imap
23-
net-pop
24-
net-smtp
2510
actionmailer (7.0.4)
2611
actionpack (= 7.0.4)
2712
actionview (= 7.0.4)
@@ -39,13 +24,6 @@ GEM
3924
rack-test (>= 0.6.3)
4025
rails-dom-testing (~> 2.0)
4126
rails-html-sanitizer (~> 1.0, >= 1.2.0)
42-
actiontext (7.0.4)
43-
actionpack (= 7.0.4)
44-
activerecord (= 7.0.4)
45-
activestorage (= 7.0.4)
46-
activesupport (= 7.0.4)
47-
globalid (>= 0.6.0)
48-
nokogiri (>= 1.8.5)
4927
actionview (7.0.4)
5028
activesupport (= 7.0.4)
5129
builder (~> 3.1)
@@ -60,13 +38,6 @@ GEM
6038
activerecord (7.0.4)
6139
activemodel (= 7.0.4)
6240
activesupport (= 7.0.4)
63-
activestorage (7.0.4)
64-
actionpack (= 7.0.4)
65-
activejob (= 7.0.4)
66-
activerecord (= 7.0.4)
67-
activesupport (= 7.0.4)
68-
marcel (~> 1.0)
69-
mini_mime (>= 1.1.0)
7041
activesupport (7.0.4)
7142
concurrent-ruby (~> 1.0, >= 1.0.2)
7243
i18n (>= 1.6, < 2)
@@ -99,7 +70,6 @@ GEM
9970
net-imap
10071
net-pop
10172
net-smtp
102-
marcel (1.0.2)
10373
method_source (1.0.0)
10474
mini_mime (1.1.2)
10575
mini_portile2 (2.8.1)
@@ -114,7 +84,6 @@ GEM
11484
timeout
11585
net-smtp (0.3.3)
11686
net-protocol
117-
nio4r (2.5.8)
11887
nokogiri (1.13.10)
11988
mini_portile2 (~> 2.8.0)
12089
racc (~> 1.4)
@@ -129,35 +98,19 @@ GEM
12998
byebug (~> 11.0)
13099
pry (>= 0.13, < 0.15)
131100
racc (1.8.1)
132-
rack (2.2.5)
101+
rack (2.2.18)
133102
rack-test (2.0.2)
134103
rack (>= 1.3)
135-
rails (7.0.4)
136-
actioncable (= 7.0.4)
137-
actionmailbox (= 7.0.4)
138-
actionmailer (= 7.0.4)
139-
actionpack (= 7.0.4)
140-
actiontext (= 7.0.4)
141-
actionview (= 7.0.4)
142-
activejob (= 7.0.4)
143-
activemodel (= 7.0.4)
144-
activerecord (= 7.0.4)
145-
activestorage (= 7.0.4)
146-
activesupport (= 7.0.4)
147-
bundler (>= 1.15.0)
148-
railties (= 7.0.4)
104+
rails (0.9.5)
105+
actionmailer (>= 0.6.1)
106+
actionpack (>= 1.4.0)
107+
activerecord (>= 1.6.0)
108+
rake (>= 0.4.15)
149109
rails-dom-testing (2.0.3)
150110
activesupport (>= 4.2.0)
151111
nokogiri (>= 1.6)
152112
rails-html-sanitizer (1.4.4)
153113
loofah (~> 2.19, >= 2.19.1)
154-
railties (7.0.4)
155-
actionpack (= 7.0.4)
156-
activesupport (= 7.0.4)
157-
method_source
158-
rake (>= 12.2)
159-
thor (~> 1.0)
160-
zeitwerk (~> 2.5)
161114
rainbow (3.1.1)
162115
rake (13.2.1)
163116
regexp_parser (2.10.0)
@@ -188,15 +141,10 @@ GEM
188141
rubocop-ast (1.38.1)
189142
parser (>= 3.3.1.0)
190143
ruby-progressbar (1.13.0)
191-
thor (1.2.1)
192144
timeout (0.3.1)
193145
tzinfo (2.0.5)
194146
concurrent-ruby (~> 1.0)
195147
unicode-display_width (2.6.0)
196-
websocket-driver (0.7.5)
197-
websocket-extensions (>= 0.1.0)
198-
websocket-extensions (0.1.5)
199-
zeitwerk (2.6.6)
200148

201149
PLATFORMS
202150
aarch64-linux

0 commit comments

Comments
 (0)