Skip to content

Commit d00dd06

Browse files
committed
[DX] Overcommit: Autocorrected files should be added to the commit automatically
+Maintenance: Bump rails from 7.2.0.beta2 to 7.2.0.rc1 Bump bootsnap from 1.18.3 to 1.18.4 Bump erb_lint from 0.5.0 to 0.6.0 Bump cssbundling-rails from 1.4.0 to 1.4.1 Bump jsbundling-rails from 1.3.0 to 1.3.1 Bump turbo-rails from 2.0.5 to 2.0.6 Bump selenium-webdriver from 4.22.0 to 4.23.0 Bump overcommit from 0.63.0 to 0.64.0 Bump sqlite3 from 2.0.2 to 2.0.3
1 parent 12fe5cd commit d00dd06

File tree

3 files changed

+109
-92
lines changed

3 files changed

+109
-92
lines changed

.overcommit.yml

+13
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,23 @@ PreCommit:
2222
enabled: true
2323
required: true
2424
command: ['bundle', 'exec', 'rubocop', '-A']
25+
stages: ['commit']
2526
ErbLint:
2627
enabled: true
2728
required: true
2829
command: ['bundle', 'exec', 'erblint', '--lint-all', '-a']
30+
stages: ['commit']
31+
32+
PostCheckout:
33+
AddCorrectedFiles:
34+
enabled: true
35+
required: true
36+
description: 'Add files that were auto-corrected by PreCommit hooks'
37+
required_executable: 'git'
38+
run_in_background: false
39+
# command: ['git', 'status']
40+
command: ['sh', '-c', 'git add --update']
41+
2942

3043
# PrePush:
3144
# RSpec:

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "~> 7.2.0.beta2"
3+
gem "rails", "~> 7.2.0.rc1"
44

55
gem "bootsnap", require: false
66
gem "cssbundling-rails"

Gemfile.lock

+95-91
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.0.beta2)
5-
actionpack (= 7.2.0.beta2)
6-
activesupport (= 7.2.0.beta2)
4+
actioncable (7.2.0.rc1)
5+
actionpack (= 7.2.0.rc1)
6+
activesupport (= 7.2.0.rc1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.0.beta2)
11-
actionpack (= 7.2.0.beta2)
12-
activejob (= 7.2.0.beta2)
13-
activerecord (= 7.2.0.beta2)
14-
activestorage (= 7.2.0.beta2)
15-
activesupport (= 7.2.0.beta2)
10+
actionmailbox (7.2.0.rc1)
11+
actionpack (= 7.2.0.rc1)
12+
activejob (= 7.2.0.rc1)
13+
activerecord (= 7.2.0.rc1)
14+
activestorage (= 7.2.0.rc1)
15+
activesupport (= 7.2.0.rc1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.0.beta2)
18-
actionpack (= 7.2.0.beta2)
19-
actionview (= 7.2.0.beta2)
20-
activejob (= 7.2.0.beta2)
21-
activesupport (= 7.2.0.beta2)
17+
actionmailer (7.2.0.rc1)
18+
actionpack (= 7.2.0.rc1)
19+
actionview (= 7.2.0.rc1)
20+
activejob (= 7.2.0.rc1)
21+
activesupport (= 7.2.0.rc1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.0.beta2)
25-
actionview (= 7.2.0.beta2)
26-
activesupport (= 7.2.0.beta2)
24+
actionpack (7.2.0.rc1)
25+
actionview (= 7.2.0.rc1)
26+
activesupport (= 7.2.0.rc1)
2727
nokogiri (>= 1.8.5)
2828
racc
29-
rack (>= 2.2.4)
29+
rack (>= 2.2.4, < 3.2)
3030
rack-session (>= 1.0.1)
3131
rack-test (>= 0.6.3)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.0.beta2)
36-
actionpack (= 7.2.0.beta2)
37-
activerecord (= 7.2.0.beta2)
38-
activestorage (= 7.2.0.beta2)
39-
activesupport (= 7.2.0.beta2)
35+
actiontext (7.2.0.rc1)
36+
actionpack (= 7.2.0.rc1)
37+
activerecord (= 7.2.0.rc1)
38+
activestorage (= 7.2.0.rc1)
39+
activesupport (= 7.2.0.rc1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.0.beta2)
43-
activesupport (= 7.2.0.beta2)
42+
actionview (7.2.0.rc1)
43+
activesupport (= 7.2.0.rc1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.0.beta2)
49-
activesupport (= 7.2.0.beta2)
48+
activejob (7.2.0.rc1)
49+
activesupport (= 7.2.0.rc1)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.0.beta2)
52-
activesupport (= 7.2.0.beta2)
53-
activerecord (7.2.0.beta2)
54-
activemodel (= 7.2.0.beta2)
55-
activesupport (= 7.2.0.beta2)
51+
activemodel (7.2.0.rc1)
52+
activesupport (= 7.2.0.rc1)
53+
activerecord (7.2.0.rc1)
54+
activemodel (= 7.2.0.rc1)
55+
activesupport (= 7.2.0.rc1)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.0.beta2)
58-
actionpack (= 7.2.0.beta2)
59-
activejob (= 7.2.0.beta2)
60-
activerecord (= 7.2.0.beta2)
61-
activesupport (= 7.2.0.beta2)
57+
activestorage (7.2.0.rc1)
58+
actionpack (= 7.2.0.rc1)
59+
activejob (= 7.2.0.rc1)
60+
activerecord (= 7.2.0.rc1)
61+
activesupport (= 7.2.0.rc1)
6262
marcel (~> 1.0)
63-
activesupport (7.2.0.beta2)
63+
activesupport (7.2.0.rc1)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
6767
connection_pool (>= 2.2.5)
6868
drb
6969
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
7071
minitest (>= 5.1)
72+
securerandom (>= 0.3)
7173
tzinfo (~> 2.0, >= 2.0.5)
7274
addressable (2.8.7)
7375
public_suffix (>= 2.0.2, < 7.0)
@@ -82,7 +84,7 @@ GEM
8284
smart_properties
8385
bigdecimal (3.1.8)
8486
bindex (0.8.1)
85-
bootsnap (1.18.3)
87+
bootsnap (1.18.4)
8688
msgpack (~> 1.2)
8789
brakeman (6.1.2)
8890
racc
@@ -96,23 +98,24 @@ GEM
9698
rack-test (>= 0.6.3)
9799
regexp_parser (>= 1.5, < 3.0)
98100
xpath (~> 3.2)
99-
childprocess (5.0.0)
101+
childprocess (5.1.0)
102+
logger (~> 1.5)
100103
concurrent-ruby (1.3.3)
101104
connection_pool (2.4.1)
102105
crass (1.0.6)
103-
cssbundling-rails (1.4.0)
106+
cssbundling-rails (1.4.1)
104107
railties (>= 6.0.0)
105108
date (3.3.4)
106109
debug (1.9.2)
107110
irb (~> 1.10)
108111
reline (>= 0.3.8)
109112
drb (2.2.1)
110-
erb_lint (0.5.0)
113+
erb_lint (0.6.0)
111114
activesupport
112115
better_html (>= 2.0.1)
113116
parser (>= 2.7.1.4)
114117
rainbow
115-
rubocop
118+
rubocop (>= 1)
116119
smart_properties
117120
erubi (1.13.0)
118121
globalid (1.2.1)
@@ -121,10 +124,10 @@ GEM
121124
concurrent-ruby (~> 1.0)
122125
iniparse (1.5.0)
123126
io-console (0.7.2)
124-
irb (1.13.2)
127+
irb (1.14.0)
125128
rdoc (>= 4.0.0)
126129
reline (>= 0.4.2)
127-
jsbundling-rails (1.3.0)
130+
jsbundling-rails (1.3.1)
128131
railties (>= 6.0.0)
129132
json (2.7.2)
130133
language_server-protocol (3.17.0.3)
@@ -140,7 +143,7 @@ GEM
140143
marcel (1.0.4)
141144
matrix (0.4.2)
142145
mini_mime (1.1.5)
143-
minitest (5.24.0)
146+
minitest (5.24.1)
144147
msgpack (1.7.2)
145148
net-imap (0.4.14)
146149
date
@@ -152,24 +155,24 @@ GEM
152155
net-smtp (0.5.0)
153156
net-protocol
154157
nio4r (2.7.3)
155-
nokogiri (1.16.6-aarch64-linux)
158+
nokogiri (1.16.7-aarch64-linux)
156159
racc (~> 1.4)
157-
nokogiri (1.16.6-arm-linux)
160+
nokogiri (1.16.7-arm-linux)
158161
racc (~> 1.4)
159-
nokogiri (1.16.6-arm64-darwin)
162+
nokogiri (1.16.7-arm64-darwin)
160163
racc (~> 1.4)
161-
nokogiri (1.16.6-x86-linux)
164+
nokogiri (1.16.7-x86-linux)
162165
racc (~> 1.4)
163-
nokogiri (1.16.6-x86_64-darwin)
166+
nokogiri (1.16.7-x86_64-darwin)
164167
racc (~> 1.4)
165-
nokogiri (1.16.6-x86_64-linux)
168+
nokogiri (1.16.7-x86_64-linux)
166169
racc (~> 1.4)
167-
overcommit (0.63.0)
170+
overcommit (0.64.0)
168171
childprocess (>= 0.6.3, < 6)
169172
iniparse (~> 1.4)
170173
rexml (~> 3.2)
171174
parallel (1.25.1)
172-
parser (3.3.3.0)
175+
parser (3.3.4.1)
173176
ast (~> 2.4.1)
174177
racc
175178
propshaft (0.9.0)
@@ -182,39 +185,39 @@ GEM
182185
public_suffix (6.0.0)
183186
puma (6.4.2)
184187
nio4r (~> 2.0)
185-
racc (1.8.0)
186-
rack (3.1.4)
188+
racc (1.8.1)
189+
rack (3.1.7)
187190
rack-session (2.0.0)
188191
rack (>= 3.0.0)
189192
rack-test (2.1.0)
190193
rack (>= 1.3)
191194
rackup (2.1.0)
192195
rack (>= 3)
193196
webrick (~> 1.8)
194-
rails (7.2.0.beta2)
195-
actioncable (= 7.2.0.beta2)
196-
actionmailbox (= 7.2.0.beta2)
197-
actionmailer (= 7.2.0.beta2)
198-
actionpack (= 7.2.0.beta2)
199-
actiontext (= 7.2.0.beta2)
200-
actionview (= 7.2.0.beta2)
201-
activejob (= 7.2.0.beta2)
202-
activemodel (= 7.2.0.beta2)
203-
activerecord (= 7.2.0.beta2)
204-
activestorage (= 7.2.0.beta2)
205-
activesupport (= 7.2.0.beta2)
197+
rails (7.2.0.rc1)
198+
actioncable (= 7.2.0.rc1)
199+
actionmailbox (= 7.2.0.rc1)
200+
actionmailer (= 7.2.0.rc1)
201+
actionpack (= 7.2.0.rc1)
202+
actiontext (= 7.2.0.rc1)
203+
actionview (= 7.2.0.rc1)
204+
activejob (= 7.2.0.rc1)
205+
activemodel (= 7.2.0.rc1)
206+
activerecord (= 7.2.0.rc1)
207+
activestorage (= 7.2.0.rc1)
208+
activesupport (= 7.2.0.rc1)
206209
bundler (>= 1.15.0)
207-
railties (= 7.2.0.beta2)
210+
railties (= 7.2.0.rc1)
208211
rails-dom-testing (2.2.0)
209212
activesupport (>= 5.0.0)
210213
minitest
211214
nokogiri (>= 1.6)
212215
rails-html-sanitizer (1.6.0)
213216
loofah (~> 2.21)
214217
nokogiri (~> 1.14)
215-
railties (7.2.0.beta2)
216-
actionpack (= 7.2.0.beta2)
217-
activesupport (= 7.2.0.beta2)
218+
railties (7.2.0.rc1)
219+
actionpack (= 7.2.0.rc1)
220+
activesupport (= 7.2.0.rc1)
218221
irb (~> 1.13)
219222
rackup (>= 1.0.0)
220223
rake (>= 12.2)
@@ -231,20 +234,20 @@ GEM
231234
regexp_parser (2.9.2)
232235
reline (0.5.9)
233236
io-console (~> 0.5)
234-
rexml (3.3.1)
237+
rexml (3.3.4)
235238
strscan
236-
rubocop (1.64.1)
239+
rubocop (1.65.1)
237240
json (~> 2.3)
238241
language_server-protocol (>= 3.17.0)
239242
parallel (~> 1.10)
240243
parser (>= 3.3.0.2)
241244
rainbow (>= 2.2.2, < 4.0)
242-
regexp_parser (>= 1.8, < 3.0)
245+
regexp_parser (>= 2.4, < 3.0)
243246
rexml (>= 3.2.5, < 4.0)
244247
rubocop-ast (>= 1.31.1, < 2.0)
245248
ruby-progressbar (~> 1.7)
246249
unicode-display_width (>= 2.4.0, < 3.0)
247-
rubocop-ast (1.31.3)
250+
rubocop-ast (1.32.0)
248251
parser (>= 3.3.1.0)
249252
rubocop-minitest (0.35.0)
250253
rubocop (>= 1.61, < 2.0)
@@ -264,30 +267,31 @@ GEM
264267
rubocop-rails
265268
ruby-progressbar (1.13.0)
266269
rubyzip (2.3.2)
267-
selenium-webdriver (4.22.0)
270+
securerandom (0.3.1)
271+
selenium-webdriver (4.23.0)
268272
base64 (~> 0.2)
269273
logger (~> 1.4)
270274
rexml (~> 3.2, >= 3.2.5)
271275
rubyzip (>= 1.2.2, < 3.0)
272276
websocket (~> 1.0)
273277
smart_properties (1.17.0)
274-
sqlite3 (2.0.2-aarch64-linux-gnu)
275-
sqlite3 (2.0.2-aarch64-linux-musl)
276-
sqlite3 (2.0.2-arm-linux-gnu)
277-
sqlite3 (2.0.2-arm-linux-musl)
278-
sqlite3 (2.0.2-arm64-darwin)
279-
sqlite3 (2.0.2-x86-linux-gnu)
280-
sqlite3 (2.0.2-x86-linux-musl)
281-
sqlite3 (2.0.2-x86_64-darwin)
282-
sqlite3 (2.0.2-x86_64-linux-gnu)
283-
sqlite3 (2.0.2-x86_64-linux-musl)
278+
sqlite3 (2.0.3-aarch64-linux-gnu)
279+
sqlite3 (2.0.3-aarch64-linux-musl)
280+
sqlite3 (2.0.3-arm-linux-gnu)
281+
sqlite3 (2.0.3-arm-linux-musl)
282+
sqlite3 (2.0.3-arm64-darwin)
283+
sqlite3 (2.0.3-x86-linux-gnu)
284+
sqlite3 (2.0.3-x86-linux-musl)
285+
sqlite3 (2.0.3-x86_64-darwin)
286+
sqlite3 (2.0.3-x86_64-linux-gnu)
287+
sqlite3 (2.0.3-x86_64-linux-musl)
284288
stimulus-rails (1.3.3)
285289
railties (>= 6.0.0)
286290
stringio (3.1.1)
287291
strscan (3.1.0)
288292
thor (1.3.1)
289293
timeout (0.4.1)
290-
turbo-rails (2.0.5)
294+
turbo-rails (2.0.6)
291295
actionpack (>= 6.0.0)
292296
activejob (>= 6.0.0)
293297
railties (>= 6.0.0)
@@ -301,13 +305,13 @@ GEM
301305
bindex (>= 0.4.0)
302306
railties (>= 6.0.0)
303307
webrick (1.8.1)
304-
websocket (1.2.10)
308+
websocket (1.2.11)
305309
websocket-driver (0.7.6)
306310
websocket-extensions (>= 0.1.0)
307311
websocket-extensions (0.1.5)
308312
xpath (3.2.0)
309313
nokogiri (~> 1.8)
310-
zeitwerk (2.6.16)
314+
zeitwerk (2.6.17)
311315

312316
PLATFORMS
313317
aarch64-linux
@@ -337,7 +341,7 @@ DEPENDENCIES
337341
overcommit
338342
propshaft
339343
puma (>= 5.0)
340-
rails (~> 7.2.0.beta2)
344+
rails (~> 7.2.0.rc1)
341345
redis (>= 4.0.1)
342346
rubocop-rails-omakase
343347
selenium-webdriver

0 commit comments

Comments
 (0)