Skip to content

Commit 46b2160

Browse files
committed
Version bump
1 parent a95fc9d commit 46b2160

7 files changed

+112
-110
lines changed

Gemfile.lock

+91-89
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
PATH
22
remote: .
33
specs:
4-
prefixed_ids (1.7.1)
4+
prefixed_ids (1.8.0)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.3.2)
12-
actionpack (= 7.1.3.2)
13-
activesupport (= 7.1.3.2)
11+
actioncable (7.1.3.4)
12+
actionpack (= 7.1.3.4)
13+
activesupport (= 7.1.3.4)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.3.2)
18-
actionpack (= 7.1.3.2)
19-
activejob (= 7.1.3.2)
20-
activerecord (= 7.1.3.2)
21-
activestorage (= 7.1.3.2)
22-
activesupport (= 7.1.3.2)
17+
actionmailbox (7.1.3.4)
18+
actionpack (= 7.1.3.4)
19+
activejob (= 7.1.3.4)
20+
activerecord (= 7.1.3.4)
21+
activestorage (= 7.1.3.4)
22+
activesupport (= 7.1.3.4)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.1.3.2)
28-
actionpack (= 7.1.3.2)
29-
actionview (= 7.1.3.2)
30-
activejob (= 7.1.3.2)
31-
activesupport (= 7.1.3.2)
27+
actionmailer (7.1.3.4)
28+
actionpack (= 7.1.3.4)
29+
actionview (= 7.1.3.4)
30+
activejob (= 7.1.3.4)
31+
activesupport (= 7.1.3.4)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.3.2)
38-
actionview (= 7.1.3.2)
39-
activesupport (= 7.1.3.2)
37+
actionpack (7.1.3.4)
38+
actionview (= 7.1.3.4)
39+
activesupport (= 7.1.3.4)
4040
nokogiri (>= 1.8.5)
4141
racc
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.3.2)
48-
actionpack (= 7.1.3.2)
49-
activerecord (= 7.1.3.2)
50-
activestorage (= 7.1.3.2)
51-
activesupport (= 7.1.3.2)
47+
actiontext (7.1.3.4)
48+
actionpack (= 7.1.3.4)
49+
activerecord (= 7.1.3.4)
50+
activestorage (= 7.1.3.4)
51+
activesupport (= 7.1.3.4)
5252
globalid (>= 0.6.0)
5353
nokogiri (>= 1.8.5)
54-
actionview (7.1.3.2)
55-
activesupport (= 7.1.3.2)
54+
actionview (7.1.3.4)
55+
activesupport (= 7.1.3.4)
5656
builder (~> 3.1)
5757
erubi (~> 1.11)
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.3.2)
61-
activesupport (= 7.1.3.2)
60+
activejob (7.1.3.4)
61+
activesupport (= 7.1.3.4)
6262
globalid (>= 0.3.6)
63-
activemodel (7.1.3.2)
64-
activesupport (= 7.1.3.2)
65-
activerecord (7.1.3.2)
66-
activemodel (= 7.1.3.2)
67-
activesupport (= 7.1.3.2)
63+
activemodel (7.1.3.4)
64+
activesupport (= 7.1.3.4)
65+
activerecord (7.1.3.4)
66+
activemodel (= 7.1.3.4)
67+
activesupport (= 7.1.3.4)
6868
timeout (>= 0.4.0)
69-
activestorage (7.1.3.2)
70-
actionpack (= 7.1.3.2)
71-
activejob (= 7.1.3.2)
72-
activerecord (= 7.1.3.2)
73-
activesupport (= 7.1.3.2)
69+
activestorage (7.1.3.4)
70+
actionpack (= 7.1.3.4)
71+
activejob (= 7.1.3.4)
72+
activerecord (= 7.1.3.4)
73+
activesupport (= 7.1.3.4)
7474
marcel (~> 1.0)
75-
activesupport (7.1.3.2)
75+
activesupport (7.1.3.4)
7676
base64
7777
bigdecimal
7878
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -88,22 +88,22 @@ GEM
8888
thor (>= 0.14.0)
8989
ast (2.4.2)
9090
base64 (0.2.0)
91-
bigdecimal (3.1.7)
92-
builder (3.2.4)
93-
concurrent-ruby (1.2.3)
91+
bigdecimal (3.1.8)
92+
builder (3.3.0)
93+
concurrent-ruby (1.3.3)
9494
connection_pool (2.4.1)
9595
crass (1.0.6)
9696
date (3.3.4)
9797
drb (2.2.1)
98-
erubi (1.12.0)
98+
erubi (1.13.0)
9999
globalid (1.2.1)
100100
activesupport (>= 6.1)
101101
hashids (1.0.6)
102-
i18n (1.14.4)
102+
i18n (1.14.5)
103103
concurrent-ruby (~> 1.0)
104104
io-console (0.7.2)
105-
irb (1.12.0)
106-
rdoc
105+
irb (1.14.0)
106+
rdoc (>= 4.0.0)
107107
reline (>= 0.4.2)
108108
json (2.7.2)
109109
language_server-protocol (3.17.0.3)
@@ -118,10 +118,10 @@ GEM
118118
net-smtp
119119
marcel (1.0.4)
120120
mini_mime (1.1.5)
121-
mini_portile2 (2.8.6)
122-
minitest (5.22.3)
121+
mini_portile2 (2.8.7)
122+
minitest (5.24.1)
123123
mutex_m (0.2.0)
124-
net-imap (0.4.10)
124+
net-imap (0.4.14)
125125
date
126126
net-protocol
127127
net-pop (0.1.2)
@@ -130,67 +130,68 @@ GEM
130130
timeout
131131
net-smtp (0.5.0)
132132
net-protocol
133-
nio4r (2.7.1)
134-
nokogiri (1.16.5)
133+
nio4r (2.7.3)
134+
nokogiri (1.16.6)
135135
mini_portile2 (~> 2.8.2)
136136
racc (~> 1.4)
137-
nokogiri (1.16.5-x86_64-darwin)
137+
nokogiri (1.16.6-x86_64-darwin)
138138
racc (~> 1.4)
139-
nokogiri (1.16.5-x86_64-linux)
139+
nokogiri (1.16.6-x86_64-linux)
140140
racc (~> 1.4)
141-
parallel (1.24.0)
142-
parser (3.3.0.5)
141+
parallel (1.25.1)
142+
parser (3.3.4.0)
143143
ast (~> 2.4.1)
144144
racc
145145
psych (5.1.2)
146146
stringio
147-
racc (1.7.3)
148-
rack (3.0.10)
147+
racc (1.8.0)
148+
rack (3.1.7)
149149
rack-session (2.0.0)
150150
rack (>= 3.0.0)
151151
rack-test (2.1.0)
152152
rack (>= 1.3)
153153
rackup (2.1.0)
154154
rack (>= 3)
155155
webrick (~> 1.8)
156-
rails (7.1.3.2)
157-
actioncable (= 7.1.3.2)
158-
actionmailbox (= 7.1.3.2)
159-
actionmailer (= 7.1.3.2)
160-
actionpack (= 7.1.3.2)
161-
actiontext (= 7.1.3.2)
162-
actionview (= 7.1.3.2)
163-
activejob (= 7.1.3.2)
164-
activemodel (= 7.1.3.2)
165-
activerecord (= 7.1.3.2)
166-
activestorage (= 7.1.3.2)
167-
activesupport (= 7.1.3.2)
156+
rails (7.1.3.4)
157+
actioncable (= 7.1.3.4)
158+
actionmailbox (= 7.1.3.4)
159+
actionmailer (= 7.1.3.4)
160+
actionpack (= 7.1.3.4)
161+
actiontext (= 7.1.3.4)
162+
actionview (= 7.1.3.4)
163+
activejob (= 7.1.3.4)
164+
activemodel (= 7.1.3.4)
165+
activerecord (= 7.1.3.4)
166+
activestorage (= 7.1.3.4)
167+
activesupport (= 7.1.3.4)
168168
bundler (>= 1.15.0)
169-
railties (= 7.1.3.2)
169+
railties (= 7.1.3.4)
170170
rails-dom-testing (2.2.0)
171171
activesupport (>= 5.0.0)
172172
minitest
173173
nokogiri (>= 1.6)
174174
rails-html-sanitizer (1.6.0)
175175
loofah (~> 2.21)
176176
nokogiri (~> 1.14)
177-
railties (7.1.3.2)
178-
actionpack (= 7.1.3.2)
179-
activesupport (= 7.1.3.2)
177+
railties (7.1.3.4)
178+
actionpack (= 7.1.3.4)
179+
activesupport (= 7.1.3.4)
180180
irb
181181
rackup (>= 1.0.0)
182182
rake (>= 12.2)
183183
thor (~> 1.0, >= 1.2.2)
184184
zeitwerk (~> 2.6)
185185
rainbow (3.1.1)
186186
rake (13.2.1)
187-
rdoc (6.6.3.1)
187+
rdoc (6.7.0)
188188
psych (>= 4.0.0)
189-
regexp_parser (2.9.0)
190-
reline (0.5.3)
189+
regexp_parser (2.9.2)
190+
reline (0.5.9)
191191
io-console (~> 0.5)
192-
rexml (3.2.6)
193-
rubocop (1.62.1)
192+
rexml (3.3.1)
193+
strscan
194+
rubocop (1.64.1)
194195
json (~> 2.3)
195196
language_server-protocol (>= 3.17.0)
196197
parallel (~> 1.10)
@@ -201,29 +202,30 @@ GEM
201202
rubocop-ast (>= 1.31.1, < 2.0)
202203
ruby-progressbar (~> 1.7)
203204
unicode-display_width (>= 2.4.0, < 3.0)
204-
rubocop-ast (1.31.2)
205-
parser (>= 3.3.0.4)
206-
rubocop-performance (1.20.2)
205+
rubocop-ast (1.31.3)
206+
parser (>= 3.3.1.0)
207+
rubocop-performance (1.21.1)
207208
rubocop (>= 1.48.1, < 2.0)
208-
rubocop-ast (>= 1.30.0, < 2.0)
209+
rubocop-ast (>= 1.31.1, < 2.0)
209210
ruby-progressbar (1.13.0)
210211
sqlite3 (1.7.3)
211212
mini_portile2 (~> 2.8.0)
212213
sqlite3 (1.7.3-x86_64-darwin)
213214
sqlite3 (1.7.3-x86_64-linux)
214-
standard (1.35.1)
215+
standard (1.39.1)
215216
language_server-protocol (~> 3.17.0.2)
216217
lint_roller (~> 1.0)
217-
rubocop (~> 1.62.0)
218+
rubocop (~> 1.64.0)
218219
standard-custom (~> 1.0.0)
219-
standard-performance (~> 1.3)
220+
standard-performance (~> 1.4)
220221
standard-custom (1.0.2)
221222
lint_roller (~> 1.0)
222223
rubocop (~> 1.50)
223-
standard-performance (1.3.1)
224+
standard-performance (1.4.0)
224225
lint_roller (~> 1.1)
225-
rubocop-performance (~> 1.20.2)
226-
stringio (3.1.0)
226+
rubocop-performance (~> 1.21.0)
227+
stringio (3.1.1)
228+
strscan (3.1.0)
227229
thor (1.3.1)
228230
timeout (0.4.1)
229231
tzinfo (2.0.6)
@@ -233,7 +235,7 @@ GEM
233235
websocket-driver (0.7.6)
234236
websocket-extensions (>= 0.1.0)
235237
websocket-extensions (0.1.5)
236-
zeitwerk (2.6.13)
238+
zeitwerk (2.6.16)
237239

238240
PLATFORMS
239241
ruby
@@ -247,4 +249,4 @@ DEPENDENCIES
247249
standard
248250

249251
BUNDLED WITH
250-
2.5.14
252+
2.5.15

gemfiles/rails_6.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.1)
4+
prefixed_ids (1.8.0)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

@@ -112,7 +112,7 @@ GEM
112112
nokogiri (1.16.6-x86_64-linux)
113113
racc (~> 1.4)
114114
parallel (1.25.1)
115-
parser (3.3.3.0)
115+
parser (3.3.4.0)
116116
ast (~> 2.4.1)
117117
racc
118118
racc (1.8.0)
@@ -180,7 +180,7 @@ GEM
180180
mini_portile2 (~> 2.8.0)
181181
sqlite3 (1.7.3-x86_64-darwin)
182182
sqlite3 (1.7.3-x86_64-linux)
183-
standard (1.39.0)
183+
standard (1.39.1)
184184
language_server-protocol (~> 3.17.0.2)
185185
lint_roller (~> 1.0)
186186
rubocop (~> 1.64.0)

gemfiles/rails_6_1.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.1)
4+
prefixed_ids (1.8.0)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

@@ -116,7 +116,7 @@ GEM
116116
nokogiri (1.16.6-x86_64-linux)
117117
racc (~> 1.4)
118118
parallel (1.25.1)
119-
parser (3.3.3.0)
119+
parser (3.3.4.0)
120120
ast (~> 2.4.1)
121121
racc
122122
racc (1.8.0)
@@ -184,7 +184,7 @@ GEM
184184
mini_portile2 (~> 2.8.0)
185185
sqlite3 (1.7.3-x86_64-darwin)
186186
sqlite3 (1.7.3-x86_64-linux)
187-
standard (1.39.0)
187+
standard (1.39.1)
188188
language_server-protocol (~> 3.17.0.2)
189189
lint_roller (~> 1.0)
190190
rubocop (~> 1.64.0)

gemfiles/rails_7_0.gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.7.1)
4+
prefixed_ids (1.8.0)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

@@ -120,7 +120,7 @@ GEM
120120
nokogiri (1.16.6-x86_64-linux)
121121
racc (~> 1.4)
122122
parallel (1.25.1)
123-
parser (3.3.3.0)
123+
parser (3.3.4.0)
124124
ast (~> 2.4.1)
125125
racc
126126
racc (1.8.0)
@@ -180,7 +180,7 @@ GEM
180180
sqlite3 (1.7.3-arm64-darwin)
181181
sqlite3 (1.7.3-x86_64-darwin)
182182
sqlite3 (1.7.3-x86_64-linux)
183-
standard (1.39.0)
183+
standard (1.39.1)
184184
language_server-protocol (~> 3.17.0.2)
185185
lint_roller (~> 1.0)
186186
rubocop (~> 1.64.0)

0 commit comments

Comments
 (0)