Skip to content

Commit abbcca6

Browse files
committed
chore: update dependencies
1 parent 303b178 commit abbcca6

File tree

2 files changed

+82
-79
lines changed

2 files changed

+82
-79
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/test/dummy/db/*.sqlite3-*
88
/test/dummy/log/*.log
99
/test/dummy/tmp/
10+
.archivador.fish

Gemfile.lock

Lines changed: 81 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.2.2.1)
12-
actionpack (= 7.2.2.1)
13-
activesupport (= 7.2.2.1)
11+
actioncable (7.2.2.2)
12+
actionpack (= 7.2.2.2)
13+
activesupport (= 7.2.2.2)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
activejob (= 7.2.2.1)
20-
activerecord (= 7.2.2.1)
21-
activestorage (= 7.2.2.1)
22-
activesupport (= 7.2.2.1)
17+
actionmailbox (7.2.2.2)
18+
actionpack (= 7.2.2.2)
19+
activejob (= 7.2.2.2)
20+
activerecord (= 7.2.2.2)
21+
activestorage (= 7.2.2.2)
22+
activesupport (= 7.2.2.2)
2323
mail (>= 2.8.0)
24-
actionmailer (7.2.2.1)
25-
actionpack (= 7.2.2.1)
26-
actionview (= 7.2.2.1)
27-
activejob (= 7.2.2.1)
28-
activesupport (= 7.2.2.1)
24+
actionmailer (7.2.2.2)
25+
actionpack (= 7.2.2.2)
26+
actionview (= 7.2.2.2)
27+
activejob (= 7.2.2.2)
28+
activesupport (= 7.2.2.2)
2929
mail (>= 2.8.0)
3030
rails-dom-testing (~> 2.2)
31-
actionpack (7.2.2.1)
32-
actionview (= 7.2.2.1)
33-
activesupport (= 7.2.2.1)
31+
actionpack (7.2.2.2)
32+
actionview (= 7.2.2.2)
33+
activesupport (= 7.2.2.2)
3434
nokogiri (>= 1.8.5)
3535
racc
3636
rack (>= 2.2.4, < 3.2)
@@ -39,35 +39,35 @@ GEM
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
4141
useragent (~> 0.16)
42-
actiontext (7.2.2.1)
43-
actionpack (= 7.2.2.1)
44-
activerecord (= 7.2.2.1)
45-
activestorage (= 7.2.2.1)
46-
activesupport (= 7.2.2.1)
42+
actiontext (7.2.2.2)
43+
actionpack (= 7.2.2.2)
44+
activerecord (= 7.2.2.2)
45+
activestorage (= 7.2.2.2)
46+
activesupport (= 7.2.2.2)
4747
globalid (>= 0.6.0)
4848
nokogiri (>= 1.8.5)
49-
actionview (7.2.2.1)
50-
activesupport (= 7.2.2.1)
49+
actionview (7.2.2.2)
50+
activesupport (= 7.2.2.2)
5151
builder (~> 3.1)
5252
erubi (~> 1.11)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
activejob (7.2.2.1)
56-
activesupport (= 7.2.2.1)
55+
activejob (7.2.2.2)
56+
activesupport (= 7.2.2.2)
5757
globalid (>= 0.3.6)
58-
activemodel (7.2.2.1)
59-
activesupport (= 7.2.2.1)
60-
activerecord (7.2.2.1)
61-
activemodel (= 7.2.2.1)
62-
activesupport (= 7.2.2.1)
58+
activemodel (7.2.2.2)
59+
activesupport (= 7.2.2.2)
60+
activerecord (7.2.2.2)
61+
activemodel (= 7.2.2.2)
62+
activesupport (= 7.2.2.2)
6363
timeout (>= 0.4.0)
64-
activestorage (7.2.2.1)
65-
actionpack (= 7.2.2.1)
66-
activejob (= 7.2.2.1)
67-
activerecord (= 7.2.2.1)
68-
activesupport (= 7.2.2.1)
64+
activestorage (7.2.2.2)
65+
actionpack (= 7.2.2.2)
66+
activejob (= 7.2.2.2)
67+
activerecord (= 7.2.2.2)
68+
activesupport (= 7.2.2.2)
6969
marcel (~> 1.0)
70-
activesupport (7.2.2.1)
70+
activesupport (7.2.2.2)
7171
base64
7272
benchmark (>= 0.3)
7373
bigdecimal
@@ -84,36 +84,36 @@ GEM
8484
ast (2.4.3)
8585
base64 (0.3.0)
8686
benchmark (0.4.1)
87-
bigdecimal (3.2.2)
87+
bigdecimal (3.3.1)
8888
browser (6.2.0)
8989
builder (3.3.0)
9090
byebug (12.0.0)
9191
concurrent-ruby (1.3.5)
92-
connection_pool (2.5.3)
92+
connection_pool (2.5.4)
9393
crack (1.0.0)
9494
bigdecimal
9595
rexml
9696
crass (1.0.6)
9797
date (3.4.1)
9898
domain_name (0.6.20240107)
9999
drb (2.2.3)
100-
erb (5.0.2)
100+
erb (5.1.1)
101101
erubi (1.13.1)
102102
faker (3.5.2)
103103
i18n (>= 1.8.11, < 2)
104104
ffi (1.17.2-x86_64-linux-gnu)
105105
ffi-compiler (1.3.2)
106106
ffi (>= 1.15.5)
107107
rake
108-
globalid (1.2.1)
108+
globalid (1.3.0)
109109
activesupport (>= 6.1)
110-
hashdiff (1.2.0)
110+
hashdiff (1.2.1)
111111
http (5.3.1)
112112
addressable (~> 2.8)
113113
http-cookie (~> 1.0)
114114
http-form_data (~> 2.2)
115115
llhttp-ffi (~> 0.5.0)
116-
http-cookie (1.0.8)
116+
http-cookie (1.1.0)
117117
domain_name (~> 0.5)
118118
http-form_data (2.3.0)
119119
i18n (1.14.7)
@@ -123,7 +123,7 @@ GEM
123123
pp (>= 0.6.0)
124124
rdoc (>= 4.0.0)
125125
reline (>= 0.4.2)
126-
json (2.13.0)
126+
json (2.15.1)
127127
language_server-protocol (3.17.0.5)
128128
lint_roller (1.1.0)
129129
llhttp-ffi (0.5.1)
@@ -138,11 +138,11 @@ GEM
138138
net-imap
139139
net-pop
140140
net-smtp
141-
marcel (1.0.4)
141+
marcel (1.1.0)
142142
mini_mime (1.1.5)
143-
minitest (5.25.5)
143+
minitest (5.26.0)
144144
minitest-cc (1.0.0)
145-
net-imap (0.5.9)
145+
net-imap (0.5.12)
146146
date
147147
net-protocol
148148
net-pop (0.1.2)
@@ -152,79 +152,80 @@ GEM
152152
net-smtp (0.5.1)
153153
net-protocol
154154
nio4r (2.7.4)
155-
nokogiri (1.18.8-x86_64-linux-gnu)
155+
nokogiri (1.18.10-x86_64-linux-gnu)
156156
racc (~> 1.4)
157157
parallel (1.27.0)
158-
parser (3.3.8.0)
158+
parser (3.3.9.0)
159159
ast (~> 2.4.1)
160160
racc
161-
pp (0.6.2)
161+
pp (0.6.3)
162162
prettyprint
163163
prettyprint (0.2.0)
164-
prism (1.4.0)
164+
prism (1.6.0)
165165
psych (5.2.6)
166166
date
167167
stringio
168168
public_suffix (6.0.2)
169169
racc (1.8.1)
170-
rack (3.1.16)
170+
rack (3.1.18)
171171
rack-session (2.1.1)
172172
base64 (>= 0.1.0)
173173
rack (>= 3.0.0)
174174
rack-test (2.2.0)
175175
rack (>= 1.3)
176176
rackup (2.2.1)
177177
rack (>= 3)
178-
rails (7.2.2.1)
179-
actioncable (= 7.2.2.1)
180-
actionmailbox (= 7.2.2.1)
181-
actionmailer (= 7.2.2.1)
182-
actionpack (= 7.2.2.1)
183-
actiontext (= 7.2.2.1)
184-
actionview (= 7.2.2.1)
185-
activejob (= 7.2.2.1)
186-
activemodel (= 7.2.2.1)
187-
activerecord (= 7.2.2.1)
188-
activestorage (= 7.2.2.1)
189-
activesupport (= 7.2.2.1)
178+
rails (7.2.2.2)
179+
actioncable (= 7.2.2.2)
180+
actionmailbox (= 7.2.2.2)
181+
actionmailer (= 7.2.2.2)
182+
actionpack (= 7.2.2.2)
183+
actiontext (= 7.2.2.2)
184+
actionview (= 7.2.2.2)
185+
activejob (= 7.2.2.2)
186+
activemodel (= 7.2.2.2)
187+
activerecord (= 7.2.2.2)
188+
activestorage (= 7.2.2.2)
189+
activesupport (= 7.2.2.2)
190190
bundler (>= 1.15.0)
191-
railties (= 7.2.2.1)
191+
railties (= 7.2.2.2)
192192
rails-dom-testing (2.3.0)
193193
activesupport (>= 5.0.0)
194194
minitest
195195
nokogiri (>= 1.6)
196196
rails-html-sanitizer (1.6.2)
197197
loofah (~> 2.21)
198198
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
199-
railties (7.2.2.1)
200-
actionpack (= 7.2.2.1)
201-
activesupport (= 7.2.2.1)
199+
railties (7.2.2.2)
200+
actionpack (= 7.2.2.2)
201+
activesupport (= 7.2.2.2)
202202
irb (~> 1.13)
203203
rackup (>= 1.0.0)
204204
rake (>= 12.2)
205205
thor (~> 1.0, >= 1.2.2)
206206
zeitwerk (~> 2.6)
207207
rainbow (3.1.1)
208208
rake (13.3.0)
209-
rdoc (6.14.2)
209+
rdoc (6.15.0)
210210
erb
211211
psych (>= 4.0.0)
212-
regexp_parser (2.10.0)
213-
reline (0.6.1)
212+
tsort
213+
regexp_parser (2.11.3)
214+
reline (0.6.2)
214215
io-console (~> 0.5)
215-
rexml (3.4.1)
216-
rubocop (1.78.0)
216+
rexml (3.4.4)
217+
rubocop (1.81.1)
217218
json (~> 2.3)
218219
language_server-protocol (~> 3.17.0.2)
219220
lint_roller (~> 1.1.0)
220221
parallel (~> 1.10)
221222
parser (>= 3.3.0.2)
222223
rainbow (>= 2.2.2, < 4.0)
223224
regexp_parser (>= 2.9.3, < 3.0)
224-
rubocop-ast (>= 1.45.1, < 2.0)
225+
rubocop-ast (>= 1.47.1, < 2.0)
225226
ruby-progressbar (~> 1.7)
226227
unicode-display_width (>= 2.4.0, < 4.0)
227-
rubocop-ast (1.46.0)
228+
rubocop-ast (1.47.1)
228229
parser (>= 3.3.7.2)
229230
prism (~> 1.4)
230231
ruby-progressbar (1.13.0)
@@ -237,15 +238,16 @@ GEM
237238
actionpack (>= 6.1)
238239
activesupport (>= 6.1)
239240
sprockets (>= 3.0.0)
240-
sqlite3 (2.7.3-x86_64-linux-gnu)
241+
sqlite3 (2.7.4-x86_64-linux-gnu)
241242
stringio (3.1.7)
242243
thor (1.4.0)
243244
timeout (0.4.3)
245+
tsort (0.2.0)
244246
tzinfo (2.0.6)
245247
concurrent-ruby (~> 1.0)
246-
unicode-display_width (3.1.4)
247-
unicode-emoji (~> 4.0, >= 4.0.4)
248-
unicode-emoji (4.0.4)
248+
unicode-display_width (3.2.0)
249+
unicode-emoji (~> 4.1)
250+
unicode-emoji (4.1.0)
249251
useragent (0.16.11)
250252
vcr (6.3.1)
251253
base64

0 commit comments

Comments
 (0)