Skip to content

Commit a7a4e30

Browse files
committed
update dependencies for Zax Dashboard and Gemfile.lock
1 parent 1870e7e commit a7a4e30

File tree

4 files changed

+167
-167
lines changed

4 files changed

+167
-167
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '7.0.7.2'
3+
gem 'rails', '7.0.8.4'
44

55
gem 'puma'
66
# gem "sprockets-rails"

Gemfile.lock

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,155 +1,155 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.7.2)
5-
actionpack (= 7.0.7.2)
6-
activesupport (= 7.0.7.2)
4+
actioncable (7.0.8.4)
5+
actionpack (= 7.0.8.4)
6+
activesupport (= 7.0.8.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7.2)
10-
actionpack (= 7.0.7.2)
11-
activejob (= 7.0.7.2)
12-
activerecord (= 7.0.7.2)
13-
activestorage (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
9+
actionmailbox (7.0.8.4)
10+
actionpack (= 7.0.8.4)
11+
activejob (= 7.0.8.4)
12+
activerecord (= 7.0.8.4)
13+
activestorage (= 7.0.8.4)
14+
activesupport (= 7.0.8.4)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.7.2)
20-
actionpack (= 7.0.7.2)
21-
actionview (= 7.0.7.2)
22-
activejob (= 7.0.7.2)
23-
activesupport (= 7.0.7.2)
19+
actionmailer (7.0.8.4)
20+
actionpack (= 7.0.8.4)
21+
actionview (= 7.0.8.4)
22+
activejob (= 7.0.8.4)
23+
activesupport (= 7.0.8.4)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.7.2)
30-
actionview (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
29+
actionpack (7.0.8.4)
30+
actionview (= 7.0.8.4)
31+
activesupport (= 7.0.8.4)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.7.2)
37-
actionpack (= 7.0.7.2)
38-
activerecord (= 7.0.7.2)
39-
activestorage (= 7.0.7.2)
40-
activesupport (= 7.0.7.2)
36+
actiontext (7.0.8.4)
37+
actionpack (= 7.0.8.4)
38+
activerecord (= 7.0.8.4)
39+
activestorage (= 7.0.8.4)
40+
activesupport (= 7.0.8.4)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.7.2)
44-
activesupport (= 7.0.7.2)
43+
actionview (7.0.8.4)
44+
activesupport (= 7.0.8.4)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.7.2)
50-
activesupport (= 7.0.7.2)
49+
activejob (7.0.8.4)
50+
activesupport (= 7.0.8.4)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.7.2)
53-
activesupport (= 7.0.7.2)
54-
activerecord (7.0.7.2)
55-
activemodel (= 7.0.7.2)
56-
activesupport (= 7.0.7.2)
57-
activestorage (7.0.7.2)
58-
actionpack (= 7.0.7.2)
59-
activejob (= 7.0.7.2)
60-
activerecord (= 7.0.7.2)
61-
activesupport (= 7.0.7.2)
52+
activemodel (7.0.8.4)
53+
activesupport (= 7.0.8.4)
54+
activerecord (7.0.8.4)
55+
activemodel (= 7.0.8.4)
56+
activesupport (= 7.0.8.4)
57+
activestorage (7.0.8.4)
58+
actionpack (= 7.0.8.4)
59+
activejob (= 7.0.8.4)
60+
activerecord (= 7.0.8.4)
61+
activesupport (= 7.0.8.4)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7.2)
64+
activesupport (7.0.8.4)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
6969
ansi (1.5.0)
7070
base32 (0.3.4)
71-
builder (3.2.4)
71+
builder (3.3.0)
7272
coderay (1.1.3)
73-
concurrent-ruby (1.2.2)
73+
concurrent-ruby (1.3.4)
7474
connection_pool (2.4.1)
7575
crass (1.0.6)
76-
date (3.3.3)
77-
erubi (1.12.0)
76+
date (3.3.4)
77+
erubi (1.13.0)
7878
ffi (1.15.5)
79-
globalid (1.1.0)
80-
activesupport (>= 5.0)
81-
i18n (1.14.1)
79+
globalid (1.2.1)
80+
activesupport (>= 6.1)
81+
i18n (1.14.6)
8282
concurrent-ruby (~> 1.0)
8383
kgio (2.11.4)
84-
loofah (2.21.3)
84+
loofah (2.22.0)
8585
crass (~> 1.0.2)
8686
nokogiri (>= 1.12.0)
8787
mail (2.8.1)
8888
mini_mime (>= 0.1.1)
8989
net-imap
9090
net-pop
9191
net-smtp
92-
marcel (1.0.2)
93-
method_source (1.0.0)
92+
marcel (1.0.4)
93+
method_source (1.1.0)
9494
mini_mime (1.1.5)
95-
mini_portile2 (2.8.6)
96-
minitest (5.19.0)
95+
mini_portile2 (2.8.7)
96+
minitest (5.25.1)
9797
minitest-reporters (1.6.1)
9898
ansi
9999
builder
100100
minitest (>= 5.0)
101101
ruby-progressbar
102-
net-imap (0.3.7)
102+
net-imap (0.4.16)
103103
date
104104
net-protocol
105105
net-pop (0.1.2)
106106
net-protocol
107-
net-protocol (0.2.1)
107+
net-protocol (0.2.2)
108108
timeout
109-
net-smtp (0.3.3)
109+
net-smtp (0.5.0)
110110
net-protocol
111-
nio4r (2.7.0)
112-
nokogiri (1.16.5)
111+
nio4r (2.7.3)
112+
nokogiri (1.16.7)
113113
mini_portile2 (~> 2.8.2)
114114
racc (~> 1.4)
115115
pry (0.14.2)
116116
coderay (~> 1.1)
117117
method_source (~> 1.0)
118-
puma (6.4.2)
118+
puma (6.4.3)
119119
nio4r (~> 2.0)
120-
racc (1.7.3)
121-
rack (2.2.8.1)
120+
racc (1.8.1)
121+
rack (2.2.9)
122122
rack-test (2.1.0)
123123
rack (>= 1.3)
124-
rails (7.0.7.2)
125-
actioncable (= 7.0.7.2)
126-
actionmailbox (= 7.0.7.2)
127-
actionmailer (= 7.0.7.2)
128-
actionpack (= 7.0.7.2)
129-
actiontext (= 7.0.7.2)
130-
actionview (= 7.0.7.2)
131-
activejob (= 7.0.7.2)
132-
activemodel (= 7.0.7.2)
133-
activerecord (= 7.0.7.2)
134-
activestorage (= 7.0.7.2)
135-
activesupport (= 7.0.7.2)
124+
rails (7.0.8.4)
125+
actioncable (= 7.0.8.4)
126+
actionmailbox (= 7.0.8.4)
127+
actionmailer (= 7.0.8.4)
128+
actionpack (= 7.0.8.4)
129+
actiontext (= 7.0.8.4)
130+
actionview (= 7.0.8.4)
131+
activejob (= 7.0.8.4)
132+
activemodel (= 7.0.8.4)
133+
activerecord (= 7.0.8.4)
134+
activestorage (= 7.0.8.4)
135+
activesupport (= 7.0.8.4)
136136
bundler (>= 1.15.0)
137-
railties (= 7.0.7.2)
137+
railties (= 7.0.8.4)
138138
rails-dom-testing (2.2.0)
139139
activesupport (>= 5.0.0)
140140
minitest
141141
nokogiri (>= 1.6)
142142
rails-html-sanitizer (1.6.0)
143143
loofah (~> 2.21)
144144
nokogiri (~> 1.14)
145-
railties (7.0.7.2)
146-
actionpack (= 7.0.7.2)
147-
activesupport (= 7.0.7.2)
145+
railties (7.0.8.4)
146+
actionpack (= 7.0.8.4)
147+
activesupport (= 7.0.8.4)
148148
method_source
149149
rake (>= 12.2)
150150
thor (~> 1.0)
151151
zeitwerk (~> 2.5)
152-
rake (13.0.6)
152+
rake (13.2.1)
153153
rbnacl (7.1.1)
154154
ffi
155155
redis (5.0.7)
@@ -174,14 +174,14 @@ GEM
174174
redis (>= 4, < 6)
175175
ruby-progressbar (1.13.0)
176176
spring (4.1.1)
177-
thor (1.2.2)
178-
timeout (0.4.0)
177+
thor (1.3.2)
178+
timeout (0.4.1)
179179
tzinfo (2.0.6)
180180
concurrent-ruby (~> 1.0)
181181
websocket-driver (0.7.6)
182182
websocket-extensions (>= 0.1.0)
183183
websocket-extensions (0.1.5)
184-
zeitwerk (2.6.11)
184+
zeitwerk (2.6.18)
185185

186186
PLATFORMS
187187
ruby
@@ -192,7 +192,7 @@ DEPENDENCIES
192192
minitest-reporters
193193
pry (~> 0.14.2)
194194
puma
195-
rails (= 7.0.7.2)
195+
rails (= 7.0.8.4)
196196
rbnacl
197197
redis
198198
redis-rails

0 commit comments

Comments
 (0)