Skip to content

Commit ef84fa0

Browse files
committed
update stuff
1 parent 626bf70 commit ef84fa0

File tree

5 files changed

+183
-133
lines changed

5 files changed

+183
-133
lines changed

Gemfile.lock

+35-20
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,23 @@ GEM
5050
irb (1.11.2)
5151
rdoc
5252
reline (>= 0.4.2)
53+
json (2.7.1)
54+
language_server-protocol (3.17.0.3)
55+
lint_roller (1.1.0)
5356
loofah (2.22.0)
5457
crass (~> 1.0.2)
5558
nokogiri (>= 1.12.0)
5659
mini_portile2 (2.8.5)
57-
minitest (5.15.0)
60+
minitest (5.22.2)
5861
mutex_m (0.2.0)
5962
nio4r (2.7.0)
6063
nokogiri (1.16.2)
6164
mini_portile2 (~> 2.8.2)
6265
racc (~> 1.4)
63-
parallel (1.22.1)
64-
parser (3.1.2.0)
66+
parallel (1.24.0)
67+
parser (3.3.0.5)
6568
ast (~> 2.4.1)
69+
racc
6670
psych (5.1.2)
6771
stringio
6872
puma (6.4.2)
@@ -92,37 +96,48 @@ GEM
9296
thor (~> 1.0, >= 1.2.2)
9397
zeitwerk (~> 2.6)
9498
rainbow (3.1.1)
95-
rake (13.0.6)
99+
rake (13.1.0)
96100
rdoc (6.6.2)
97101
psych (>= 4.0.0)
98-
regexp_parser (2.4.0)
102+
regexp_parser (2.9.0)
99103
reline (0.4.2)
100104
io-console (~> 0.5)
101-
rexml (3.2.5)
102-
rubocop (1.29.1)
105+
rexml (3.2.6)
106+
rubocop (1.59.0)
107+
json (~> 2.3)
108+
language_server-protocol (>= 3.17.0)
103109
parallel (~> 1.10)
104-
parser (>= 3.1.0.0)
110+
parser (>= 3.2.2.4)
105111
rainbow (>= 2.2.2, < 4.0)
106112
regexp_parser (>= 1.8, < 3.0)
107113
rexml (>= 3.2.5, < 4.0)
108-
rubocop-ast (>= 1.17.0, < 2.0)
114+
rubocop-ast (>= 1.30.0, < 2.0)
109115
ruby-progressbar (~> 1.7)
110-
unicode-display_width (>= 1.4.0, < 3.0)
111-
rubocop-ast (1.18.0)
112-
parser (>= 3.1.1.0)
113-
rubocop-performance (1.13.3)
114-
rubocop (>= 1.7.0, < 2.0)
115-
rubocop-ast (>= 0.4.0)
116-
ruby-progressbar (1.11.0)
116+
unicode-display_width (>= 2.4.0, < 3.0)
117+
rubocop-ast (1.30.0)
118+
parser (>= 3.2.1.0)
119+
rubocop-performance (1.20.2)
120+
rubocop (>= 1.48.1, < 2.0)
121+
rubocop-ast (>= 1.30.0, < 2.0)
122+
ruby-progressbar (1.13.0)
117123
ruby2_keywords (0.0.5)
118-
standard (1.12.1)
119-
rubocop (= 1.29.1)
120-
rubocop-performance (= 1.13.3)
124+
standard (1.33.0)
125+
language_server-protocol (~> 3.17.0.2)
126+
lint_roller (~> 1.0)
127+
rubocop (~> 1.59.0)
128+
standard-custom (~> 1.0.0)
129+
standard-performance (~> 1.3)
130+
standard-custom (1.0.2)
131+
lint_roller (~> 1.0)
132+
rubocop (~> 1.50)
133+
standard-performance (1.3.1)
134+
lint_roller (~> 1.1)
135+
rubocop-performance (~> 1.20.2)
121136
stringio (3.1.0)
122137
thor (1.3.0)
123138
tzinfo (2.0.6)
124139
concurrent-ruby (~> 1.0)
125-
unicode-display_width (2.1.0)
140+
unicode-display_width (2.5.0)
126141
webrick (1.8.1)
127142
zeitwerk (2.6.13)
128143

example/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# Ignore the default SQLite database.
1111
/db/*.sqlite3
1212
/db/*.sqlite3-journal
13+
/db/*.sqlite3-shm
14+
/db/*.sqlite3-wal
1315

1416
# Ignore all logfiles and tempfiles.
1517
/log/*

0 commit comments

Comments
 (0)