Skip to content

Commit 2405b01

Browse files
committed
chore: update dependencies
1 parent 7d4b3a6 commit 2405b01

File tree

4 files changed

+112
-111
lines changed

4 files changed

+112
-111
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ GEM
222222
actionpack (>= 6.1)
223223
activesupport (>= 6.1)
224224
sprockets (>= 3.0.0)
225-
sqids (0.2.0)
225+
sqids (0.2.1)
226226
sqlite3 (1.7.3-aarch64-linux)
227227
sqlite3 (1.7.3-arm-linux)
228228
sqlite3 (1.7.3-arm64-darwin)

gemfiles/rails_6_1.gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
thor (>= 0.14.0)
7474
ast (2.4.2)
7575
builder (3.3.0)
76-
concurrent-ruby (1.3.3)
76+
concurrent-ruby (1.3.4)
7777
crass (1.0.6)
7878
date (3.3.4)
7979
erubi (1.13.0)
@@ -95,7 +95,7 @@ GEM
9595
marcel (1.0.4)
9696
method_source (1.1.0)
9797
mini_mime (1.1.5)
98-
minitest (5.24.1)
98+
minitest (5.25.1)
9999
net-imap (0.4.14)
100100
date
101101
net-protocol
@@ -106,25 +106,25 @@ GEM
106106
net-smtp (0.5.0)
107107
net-protocol
108108
nio4r (2.7.3)
109-
nokogiri (1.16.6-aarch64-linux)
109+
nokogiri (1.16.7-aarch64-linux)
110110
racc (~> 1.4)
111-
nokogiri (1.16.6-arm-linux)
111+
nokogiri (1.16.7-arm-linux)
112112
racc (~> 1.4)
113-
nokogiri (1.16.6-arm64-darwin)
113+
nokogiri (1.16.7-arm64-darwin)
114114
racc (~> 1.4)
115-
nokogiri (1.16.6-x86-linux)
115+
nokogiri (1.16.7-x86-linux)
116116
racc (~> 1.4)
117-
nokogiri (1.16.6-x86_64-darwin)
117+
nokogiri (1.16.7-x86_64-darwin)
118118
racc (~> 1.4)
119-
nokogiri (1.16.6-x86_64-linux)
119+
nokogiri (1.16.7-x86_64-linux)
120120
racc (~> 1.4)
121-
parallel (1.25.1)
122-
parser (3.3.3.0)
121+
parallel (1.26.3)
122+
parser (3.3.4.2)
123123
ast (~> 2.4.1)
124124
racc
125125
puma (6.4.2)
126126
nio4r (~> 2.0)
127-
racc (1.8.0)
127+
racc (1.8.1)
128128
rack (2.2.9)
129129
rack-test (2.1.0)
130130
rack (>= 1.3)
@@ -159,20 +159,20 @@ GEM
159159
rainbow (3.1.1)
160160
rake (13.2.1)
161161
regexp_parser (2.9.2)
162-
rexml (3.3.1)
162+
rexml (3.3.6)
163163
strscan
164-
rubocop (1.64.1)
164+
rubocop (1.65.1)
165165
json (~> 2.3)
166166
language_server-protocol (>= 3.17.0)
167167
parallel (~> 1.10)
168168
parser (>= 3.3.0.2)
169169
rainbow (>= 2.2.2, < 4.0)
170-
regexp_parser (>= 1.8, < 3.0)
170+
regexp_parser (>= 2.4, < 3.0)
171171
rexml (>= 3.2.5, < 4.0)
172172
rubocop-ast (>= 1.31.1, < 2.0)
173173
ruby-progressbar (~> 1.7)
174174
unicode-display_width (>= 2.4.0, < 3.0)
175-
rubocop-ast (1.31.3)
175+
rubocop-ast (1.32.1)
176176
parser (>= 3.3.1.0)
177177
rubocop-performance (1.21.1)
178178
rubocop (>= 1.48.1, < 2.0)
@@ -186,21 +186,21 @@ GEM
186186
sprockets (4.2.1)
187187
concurrent-ruby (~> 1.0)
188188
rack (>= 2.2.4, < 4)
189-
sprockets-rails (3.5.1)
189+
sprockets-rails (3.5.2)
190190
actionpack (>= 6.1)
191191
activesupport (>= 6.1)
192192
sprockets (>= 3.0.0)
193-
sqids (0.2.0)
193+
sqids (0.2.1)
194194
sqlite3 (1.7.3-aarch64-linux)
195195
sqlite3 (1.7.3-arm-linux)
196196
sqlite3 (1.7.3-arm64-darwin)
197197
sqlite3 (1.7.3-x86-linux)
198198
sqlite3 (1.7.3-x86_64-darwin)
199199
sqlite3 (1.7.3-x86_64-linux)
200-
standard (1.39.1)
200+
standard (1.40.0)
201201
language_server-protocol (~> 3.17.0.2)
202202
lint_roller (~> 1.0)
203-
rubocop (~> 1.64.0)
203+
rubocop (~> 1.65.0)
204204
standard-custom (~> 1.0.0)
205205
standard-performance (~> 1.4)
206206
standard-custom (1.0.2)
@@ -222,7 +222,7 @@ GEM
222222
websocket-extensions (>= 0.1.0)
223223
websocket-extensions (0.1.5)
224224
yard (0.9.36)
225-
zeitwerk (2.6.16)
225+
zeitwerk (2.6.17)
226226

227227
PLATFORMS
228228
aarch64-linux

gemfiles/rails_7_0.gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
thor (>= 0.14.0)
8080
ast (2.4.2)
8181
builder (3.3.0)
82-
concurrent-ruby (1.3.3)
82+
concurrent-ruby (1.3.4)
8383
crass (1.0.6)
8484
date (3.3.4)
8585
erubi (1.13.0)
@@ -101,7 +101,7 @@ GEM
101101
marcel (1.0.4)
102102
method_source (1.1.0)
103103
mini_mime (1.1.5)
104-
minitest (5.24.1)
104+
minitest (5.25.1)
105105
net-imap (0.4.14)
106106
date
107107
net-protocol
@@ -112,25 +112,25 @@ GEM
112112
net-smtp (0.5.0)
113113
net-protocol
114114
nio4r (2.7.3)
115-
nokogiri (1.16.6-aarch64-linux)
115+
nokogiri (1.16.7-aarch64-linux)
116116
racc (~> 1.4)
117-
nokogiri (1.16.6-arm-linux)
117+
nokogiri (1.16.7-arm-linux)
118118
racc (~> 1.4)
119-
nokogiri (1.16.6-arm64-darwin)
119+
nokogiri (1.16.7-arm64-darwin)
120120
racc (~> 1.4)
121-
nokogiri (1.16.6-x86-linux)
121+
nokogiri (1.16.7-x86-linux)
122122
racc (~> 1.4)
123-
nokogiri (1.16.6-x86_64-darwin)
123+
nokogiri (1.16.7-x86_64-darwin)
124124
racc (~> 1.4)
125-
nokogiri (1.16.6-x86_64-linux)
125+
nokogiri (1.16.7-x86_64-linux)
126126
racc (~> 1.4)
127-
parallel (1.25.1)
128-
parser (3.3.3.0)
127+
parallel (1.26.3)
128+
parser (3.3.4.2)
129129
ast (~> 2.4.1)
130130
racc
131131
puma (6.4.2)
132132
nio4r (~> 2.0)
133-
racc (1.8.0)
133+
racc (1.8.1)
134134
rack (2.2.9)
135135
rack-test (2.1.0)
136136
rack (>= 1.3)
@@ -165,20 +165,20 @@ GEM
165165
rainbow (3.1.1)
166166
rake (13.2.1)
167167
regexp_parser (2.9.2)
168-
rexml (3.3.1)
168+
rexml (3.3.6)
169169
strscan
170-
rubocop (1.64.1)
170+
rubocop (1.65.1)
171171
json (~> 2.3)
172172
language_server-protocol (>= 3.17.0)
173173
parallel (~> 1.10)
174174
parser (>= 3.3.0.2)
175175
rainbow (>= 2.2.2, < 4.0)
176-
regexp_parser (>= 1.8, < 3.0)
176+
regexp_parser (>= 2.4, < 3.0)
177177
rexml (>= 3.2.5, < 4.0)
178178
rubocop-ast (>= 1.31.1, < 2.0)
179179
ruby-progressbar (~> 1.7)
180180
unicode-display_width (>= 2.4.0, < 3.0)
181-
rubocop-ast (1.31.3)
181+
rubocop-ast (1.32.1)
182182
parser (>= 3.3.1.0)
183183
rubocop-performance (1.21.1)
184184
rubocop (>= 1.48.1, < 2.0)
@@ -192,21 +192,21 @@ GEM
192192
sprockets (4.2.1)
193193
concurrent-ruby (~> 1.0)
194194
rack (>= 2.2.4, < 4)
195-
sprockets-rails (3.5.1)
195+
sprockets-rails (3.5.2)
196196
actionpack (>= 6.1)
197197
activesupport (>= 6.1)
198198
sprockets (>= 3.0.0)
199-
sqids (0.2.0)
199+
sqids (0.2.1)
200200
sqlite3 (1.7.3-aarch64-linux)
201201
sqlite3 (1.7.3-arm-linux)
202202
sqlite3 (1.7.3-arm64-darwin)
203203
sqlite3 (1.7.3-x86-linux)
204204
sqlite3 (1.7.3-x86_64-darwin)
205205
sqlite3 (1.7.3-x86_64-linux)
206-
standard (1.39.1)
206+
standard (1.40.0)
207207
language_server-protocol (~> 3.17.0.2)
208208
lint_roller (~> 1.0)
209-
rubocop (~> 1.64.0)
209+
rubocop (~> 1.65.0)
210210
standard-custom (~> 1.0.0)
211211
standard-performance (~> 1.4)
212212
standard-custom (1.0.2)
@@ -228,7 +228,7 @@ GEM
228228
websocket-extensions (>= 0.1.0)
229229
websocket-extensions (0.1.5)
230230
yard (0.9.36)
231-
zeitwerk (2.6.16)
231+
zeitwerk (2.6.17)
232232

233233
PLATFORMS
234234
aarch64-linux

0 commit comments

Comments
 (0)