Skip to content

Commit af67d61

Browse files
authored
Update dummy app depdencies (#17)
Resolves dependabot security notices.
1 parent 1b190ea commit af67d61

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

dummyapp/Gemfile.lock

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,72 @@
11
PATH
22
remote: ..
33
specs:
4-
annotaterb (4.0.0.beta.1)
4+
annotaterb (4.0.0)
55

66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
actioncable (7.0.4.2)
10-
actionpack (= 7.0.4.2)
11-
activesupport (= 7.0.4.2)
9+
actioncable (7.0.4.3)
10+
actionpack (= 7.0.4.3)
11+
activesupport (= 7.0.4.3)
1212
nio4r (~> 2.0)
1313
websocket-driver (>= 0.6.1)
14-
actionmailbox (7.0.4.2)
15-
actionpack (= 7.0.4.2)
16-
activejob (= 7.0.4.2)
17-
activerecord (= 7.0.4.2)
18-
activestorage (= 7.0.4.2)
19-
activesupport (= 7.0.4.2)
14+
actionmailbox (7.0.4.3)
15+
actionpack (= 7.0.4.3)
16+
activejob (= 7.0.4.3)
17+
activerecord (= 7.0.4.3)
18+
activestorage (= 7.0.4.3)
19+
activesupport (= 7.0.4.3)
2020
mail (>= 2.7.1)
2121
net-imap
2222
net-pop
2323
net-smtp
24-
actionmailer (7.0.4.2)
25-
actionpack (= 7.0.4.2)
26-
actionview (= 7.0.4.2)
27-
activejob (= 7.0.4.2)
28-
activesupport (= 7.0.4.2)
24+
actionmailer (7.0.4.3)
25+
actionpack (= 7.0.4.3)
26+
actionview (= 7.0.4.3)
27+
activejob (= 7.0.4.3)
28+
activesupport (= 7.0.4.3)
2929
mail (~> 2.5, >= 2.5.4)
3030
net-imap
3131
net-pop
3232
net-smtp
3333
rails-dom-testing (~> 2.0)
34-
actionpack (7.0.4.2)
35-
actionview (= 7.0.4.2)
36-
activesupport (= 7.0.4.2)
34+
actionpack (7.0.4.3)
35+
actionview (= 7.0.4.3)
36+
activesupport (= 7.0.4.3)
3737
rack (~> 2.0, >= 2.2.0)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.0)
4040
rails-html-sanitizer (~> 1.0, >= 1.2.0)
41-
actiontext (7.0.4.2)
42-
actionpack (= 7.0.4.2)
43-
activerecord (= 7.0.4.2)
44-
activestorage (= 7.0.4.2)
45-
activesupport (= 7.0.4.2)
41+
actiontext (7.0.4.3)
42+
actionpack (= 7.0.4.3)
43+
activerecord (= 7.0.4.3)
44+
activestorage (= 7.0.4.3)
45+
activesupport (= 7.0.4.3)
4646
globalid (>= 0.6.0)
4747
nokogiri (>= 1.8.5)
48-
actionview (7.0.4.2)
49-
activesupport (= 7.0.4.2)
48+
actionview (7.0.4.3)
49+
activesupport (= 7.0.4.3)
5050
builder (~> 3.1)
5151
erubi (~> 1.4)
5252
rails-dom-testing (~> 2.0)
5353
rails-html-sanitizer (~> 1.1, >= 1.2.0)
54-
activejob (7.0.4.2)
55-
activesupport (= 7.0.4.2)
54+
activejob (7.0.4.3)
55+
activesupport (= 7.0.4.3)
5656
globalid (>= 0.3.6)
57-
activemodel (7.0.4.2)
58-
activesupport (= 7.0.4.2)
59-
activerecord (7.0.4.2)
60-
activemodel (= 7.0.4.2)
61-
activesupport (= 7.0.4.2)
62-
activestorage (7.0.4.2)
63-
actionpack (= 7.0.4.2)
64-
activejob (= 7.0.4.2)
65-
activerecord (= 7.0.4.2)
66-
activesupport (= 7.0.4.2)
57+
activemodel (7.0.4.3)
58+
activesupport (= 7.0.4.3)
59+
activerecord (7.0.4.3)
60+
activemodel (= 7.0.4.3)
61+
activesupport (= 7.0.4.3)
62+
activestorage (7.0.4.3)
63+
actionpack (= 7.0.4.3)
64+
activejob (= 7.0.4.3)
65+
activerecord (= 7.0.4.3)
66+
activesupport (= 7.0.4.3)
6767
marcel (~> 1.0)
6868
mini_mime (>= 1.1.0)
69-
activesupport (7.0.4.2)
69+
activesupport (7.0.4.3)
7070
concurrent-ruby (~> 1.0, >= 1.0.2)
7171
i18n (>= 1.6, < 2)
7272
minitest (>= 5.1)
@@ -77,21 +77,21 @@ GEM
7777
builder (3.2.4)
7878
byebug (11.1.3)
7979
coderay (1.1.3)
80-
concurrent-ruby (1.2.0)
80+
concurrent-ruby (1.2.2)
8181
crass (1.0.6)
8282
date (3.3.3)
83-
debug (1.7.1)
83+
debug (1.7.2)
8484
irb (>= 1.5.0)
8585
reline (>= 0.3.1)
8686
erubi (1.12.0)
8787
globalid (1.1.0)
8888
activesupport (>= 5.0)
89-
i18n (1.12.0)
89+
i18n (1.13.0)
9090
concurrent-ruby (~> 1.0)
9191
io-console (0.6.0)
92-
irb (1.6.2)
92+
irb (1.6.4)
9393
reline (>= 0.3.0)
94-
loofah (2.19.1)
94+
loofah (2.20.0)
9595
crass (~> 1.0.2)
9696
nokogiri (>= 1.5.9)
9797
mail (2.8.1)
@@ -102,8 +102,8 @@ GEM
102102
marcel (1.0.2)
103103
method_source (1.0.0)
104104
mini_mime (1.1.2)
105-
minitest (5.17.0)
106-
msgpack (1.6.0)
105+
minitest (5.18.0)
106+
msgpack (1.7.0)
107107
net-imap (0.3.4)
108108
date
109109
net-protocol
@@ -113,8 +113,8 @@ GEM
113113
timeout
114114
net-smtp (0.3.3)
115115
net-protocol
116-
nio4r (2.5.8)
117-
nokogiri (1.14.1-arm64-darwin)
116+
nio4r (2.5.9)
117+
nokogiri (1.14.3-arm64-darwin)
118118
racc (~> 1.4)
119119
pry (0.14.2)
120120
coderay (~> 1.1)
@@ -125,41 +125,41 @@ GEM
125125
puma (5.6.5)
126126
nio4r (~> 2.0)
127127
racc (1.6.2)
128-
rack (2.2.6.2)
129-
rack-test (2.0.2)
128+
rack (2.2.7)
129+
rack-test (2.1.0)
130130
rack (>= 1.3)
131-
rails (7.0.4.2)
132-
actioncable (= 7.0.4.2)
133-
actionmailbox (= 7.0.4.2)
134-
actionmailer (= 7.0.4.2)
135-
actionpack (= 7.0.4.2)
136-
actiontext (= 7.0.4.2)
137-
actionview (= 7.0.4.2)
138-
activejob (= 7.0.4.2)
139-
activemodel (= 7.0.4.2)
140-
activerecord (= 7.0.4.2)
141-
activestorage (= 7.0.4.2)
142-
activesupport (= 7.0.4.2)
131+
rails (7.0.4.3)
132+
actioncable (= 7.0.4.3)
133+
actionmailbox (= 7.0.4.3)
134+
actionmailer (= 7.0.4.3)
135+
actionpack (= 7.0.4.3)
136+
actiontext (= 7.0.4.3)
137+
actionview (= 7.0.4.3)
138+
activejob (= 7.0.4.3)
139+
activemodel (= 7.0.4.3)
140+
activerecord (= 7.0.4.3)
141+
activestorage (= 7.0.4.3)
142+
activesupport (= 7.0.4.3)
143143
bundler (>= 1.15.0)
144-
railties (= 7.0.4.2)
144+
railties (= 7.0.4.3)
145145
rails-dom-testing (2.0.3)
146146
activesupport (>= 4.2.0)
147147
nokogiri (>= 1.6)
148148
rails-html-sanitizer (1.5.0)
149149
loofah (~> 2.19, >= 2.19.1)
150-
railties (7.0.4.2)
151-
actionpack (= 7.0.4.2)
152-
activesupport (= 7.0.4.2)
150+
railties (7.0.4.3)
151+
actionpack (= 7.0.4.3)
152+
activesupport (= 7.0.4.3)
153153
method_source
154154
rake (>= 12.2)
155155
thor (~> 1.0)
156156
zeitwerk (~> 2.5)
157157
rake (13.0.6)
158-
reline (0.3.2)
158+
reline (0.3.3)
159159
io-console (~> 0.5)
160-
sqlite3 (1.6.0-arm64-darwin)
160+
sqlite3 (1.6.2-arm64-darwin)
161161
thor (1.2.1)
162-
timeout (0.3.1)
162+
timeout (0.3.2)
163163
tzinfo (2.0.6)
164164
concurrent-ruby (~> 1.0)
165165
web-console (4.2.0)
@@ -170,7 +170,7 @@ GEM
170170
websocket-driver (0.7.5)
171171
websocket-extensions (>= 0.1.0)
172172
websocket-extensions (0.1.5)
173-
zeitwerk (2.6.7)
173+
zeitwerk (2.6.8)
174174

175175
PLATFORMS
176176
arm64-darwin-22

0 commit comments

Comments
 (0)