Skip to content

Commit fb468cc

Browse files
committed
Update appraisals
1 parent be2c17d commit fb468cc

File tree

7 files changed

+225
-212
lines changed

7 files changed

+225
-212
lines changed

.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile.lock

Lines changed: 66 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
actioncable (7.2.1.2)
20-
actionpack (= 7.2.1.2)
21-
activesupport (= 7.2.1.2)
19+
actioncable (7.2.2)
20+
actionpack (= 7.2.2)
21+
activesupport (= 7.2.2)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
2424
zeitwerk (~> 2.6)
25-
actionmailbox (7.2.1.2)
26-
actionpack (= 7.2.1.2)
27-
activejob (= 7.2.1.2)
28-
activerecord (= 7.2.1.2)
29-
activestorage (= 7.2.1.2)
30-
activesupport (= 7.2.1.2)
25+
actionmailbox (7.2.2)
26+
actionpack (= 7.2.2)
27+
activejob (= 7.2.2)
28+
activerecord (= 7.2.2)
29+
activestorage (= 7.2.2)
30+
activesupport (= 7.2.2)
3131
mail (>= 2.8.0)
32-
actionmailer (7.2.1.2)
33-
actionpack (= 7.2.1.2)
34-
actionview (= 7.2.1.2)
35-
activejob (= 7.2.1.2)
36-
activesupport (= 7.2.1.2)
32+
actionmailer (7.2.2)
33+
actionpack (= 7.2.2)
34+
actionview (= 7.2.2)
35+
activejob (= 7.2.2)
36+
activesupport (= 7.2.2)
3737
mail (>= 2.8.0)
3838
rails-dom-testing (~> 2.2)
39-
actionpack (7.2.1.2)
40-
actionview (= 7.2.1.2)
41-
activesupport (= 7.2.1.2)
39+
actionpack (7.2.2)
40+
actionview (= 7.2.2)
41+
activesupport (= 7.2.2)
4242
nokogiri (>= 1.8.5)
4343
racc
4444
rack (>= 2.2.4, < 3.2)
@@ -47,36 +47,37 @@ GEM
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
4949
useragent (~> 0.16)
50-
actiontext (7.2.1.2)
51-
actionpack (= 7.2.1.2)
52-
activerecord (= 7.2.1.2)
53-
activestorage (= 7.2.1.2)
54-
activesupport (= 7.2.1.2)
50+
actiontext (7.2.2)
51+
actionpack (= 7.2.2)
52+
activerecord (= 7.2.2)
53+
activestorage (= 7.2.2)
54+
activesupport (= 7.2.2)
5555
globalid (>= 0.6.0)
5656
nokogiri (>= 1.8.5)
57-
actionview (7.2.1.2)
58-
activesupport (= 7.2.1.2)
57+
actionview (7.2.2)
58+
activesupport (= 7.2.2)
5959
builder (~> 3.1)
6060
erubi (~> 1.11)
6161
rails-dom-testing (~> 2.2)
6262
rails-html-sanitizer (~> 1.6)
63-
activejob (7.2.1.2)
64-
activesupport (= 7.2.1.2)
63+
activejob (7.2.2)
64+
activesupport (= 7.2.2)
6565
globalid (>= 0.3.6)
66-
activemodel (7.2.1.2)
67-
activesupport (= 7.2.1.2)
68-
activerecord (7.2.1.2)
69-
activemodel (= 7.2.1.2)
70-
activesupport (= 7.2.1.2)
66+
activemodel (7.2.2)
67+
activesupport (= 7.2.2)
68+
activerecord (7.2.2)
69+
activemodel (= 7.2.2)
70+
activesupport (= 7.2.2)
7171
timeout (>= 0.4.0)
72-
activestorage (7.2.1.2)
73-
actionpack (= 7.2.1.2)
74-
activejob (= 7.2.1.2)
75-
activerecord (= 7.2.1.2)
76-
activesupport (= 7.2.1.2)
72+
activestorage (7.2.2)
73+
actionpack (= 7.2.2)
74+
activejob (= 7.2.2)
75+
activerecord (= 7.2.2)
76+
activesupport (= 7.2.2)
7777
marcel (~> 1.0)
78-
activesupport (7.2.1.2)
78+
activesupport (7.2.2)
7979
base64
80+
benchmark (>= 0.3)
8081
bigdecimal
8182
concurrent-ruby (~> 1.0, >= 1.3.1)
8283
connection_pool (>= 2.2.5)
@@ -90,9 +91,10 @@ GEM
9091
public_suffix (>= 2.0.2, < 7.0)
9192
ast (2.4.2)
9293
base64 (0.2.0)
94+
benchmark (0.3.0)
9395
bigdecimal (3.1.8)
9496
bindex (0.8.1)
95-
braintree (4.22.0)
97+
braintree (4.23.0)
9698
builder (>= 3.2.4)
9799
rexml (>= 3.1.9)
98100
builder (3.3.0)
@@ -102,7 +104,7 @@ GEM
102104
bigdecimal
103105
rexml
104106
crass (1.0.6)
105-
date (3.3.4)
107+
date (3.4.0)
106108
drb (2.2.1)
107109
erubi (1.13.0)
108110
faraday (2.11.0)
@@ -123,7 +125,7 @@ GEM
123125
irb (1.14.1)
124126
rdoc (>= 4.0.0)
125127
reline (>= 0.4.2)
126-
json (2.7.4)
128+
json (2.7.5)
127129
language_server-protocol (3.17.0.3)
128130
lemonsqueezy (1.0.1)
129131
faraday (~> 2.0)
@@ -169,7 +171,7 @@ GEM
169171
faraday (~> 2.11.0)
170172
ostruct (~> 0.6.0)
171173
parallel (1.26.3)
172-
parser (3.3.5.0)
174+
parser (3.3.5.1)
173175
ast (~> 2.4.1)
174176
racc
175177
pdf-core (0.10.0)
@@ -194,30 +196,30 @@ GEM
194196
rackup (2.1.0)
195197
rack (>= 3)
196198
webrick (~> 1.8)
197-
rails (7.2.1.2)
198-
actioncable (= 7.2.1.2)
199-
actionmailbox (= 7.2.1.2)
200-
actionmailer (= 7.2.1.2)
201-
actionpack (= 7.2.1.2)
202-
actiontext (= 7.2.1.2)
203-
actionview (= 7.2.1.2)
204-
activejob (= 7.2.1.2)
205-
activemodel (= 7.2.1.2)
206-
activerecord (= 7.2.1.2)
207-
activestorage (= 7.2.1.2)
208-
activesupport (= 7.2.1.2)
199+
rails (7.2.2)
200+
actioncable (= 7.2.2)
201+
actionmailbox (= 7.2.2)
202+
actionmailer (= 7.2.2)
203+
actionpack (= 7.2.2)
204+
actiontext (= 7.2.2)
205+
actionview (= 7.2.2)
206+
activejob (= 7.2.2)
207+
activemodel (= 7.2.2)
208+
activerecord (= 7.2.2)
209+
activestorage (= 7.2.2)
210+
activesupport (= 7.2.2)
209211
bundler (>= 1.15.0)
210-
railties (= 7.2.1.2)
212+
railties (= 7.2.2)
211213
rails-dom-testing (2.2.0)
212214
activesupport (>= 5.0.0)
213215
minitest
214216
nokogiri (>= 1.6)
215217
rails-html-sanitizer (1.6.0)
216218
loofah (~> 2.21)
217219
nokogiri (~> 1.14)
218-
railties (7.2.1.2)
219-
actionpack (= 7.2.1.2)
220-
activesupport (= 7.2.1.2)
220+
railties (7.2.2)
221+
actionpack (= 7.2.2)
222+
activesupport (= 7.2.2)
221223
irb (~> 1.13)
222224
rackup (>= 1.0.0)
223225
rake (>= 12.2)
@@ -244,7 +246,7 @@ GEM
244246
rubocop-ast (>= 1.32.2, < 2.0)
245247
ruby-progressbar (~> 1.7)
246248
unicode-display_width (>= 2.4.0, < 3.0)
247-
rubocop-ast (1.32.3)
249+
rubocop-ast (1.33.0)
248250
parser (>= 3.3.1.0)
249251
rubocop-performance (1.22.1)
250252
rubocop (>= 1.48.1, < 2.0)
@@ -259,10 +261,10 @@ GEM
259261
actionpack (>= 6.1)
260262
activesupport (>= 6.1)
261263
sprockets (>= 3.0.0)
262-
sqlite3 (2.1.1)
264+
sqlite3 (2.2.0)
263265
mini_portile2 (~> 2.8.0)
264-
sqlite3 (2.1.1-x86_64-darwin)
265-
sqlite3 (2.1.1-x86_64-linux-gnu)
266+
sqlite3 (2.2.0-x86_64-darwin)
267+
sqlite3 (2.2.0-x86_64-linux-gnu)
266268
standard (1.41.1)
267269
language_server-protocol (~> 3.17.0.2)
268270
lint_roller (~> 1.0)
@@ -278,7 +280,7 @@ GEM
278280
stimulus-rails (1.3.4)
279281
railties (>= 6.0.0)
280282
stringio (3.1.1)
281-
stripe (13.0.2)
283+
stripe (13.1.0)
282284
thor (1.3.2)
283285
timeout (0.4.1)
284286
ttfunk (1.8.0)
@@ -302,7 +304,7 @@ GEM
302304
addressable (>= 2.8.0)
303305
crack (>= 0.3.2)
304306
hashdiff (>= 0.4.0, < 2.0.0)
305-
webrick (1.8.2)
307+
webrick (1.9.0)
306308
websocket-driver (0.7.6)
307309
websocket-extensions (>= 0.1.0)
308310
websocket-extensions (0.1.5)
@@ -340,4 +342,4 @@ DEPENDENCIES
340342
webmock
341343

342344
BUNDLED WITH
343-
2.5.18
345+
2.5.22

gemfiles/rails_6_1.gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
base64 (0.2.0)
8282
bigdecimal (3.1.8)
8383
bindex (0.8.1)
84-
braintree (4.22.0)
84+
braintree (4.23.0)
8585
builder (>= 3.2.4)
8686
rexml (>= 3.1.9)
8787
builder (3.3.0)
@@ -90,7 +90,7 @@ GEM
9090
bigdecimal
9191
rexml
9292
crass (1.0.6)
93-
date (3.3.4)
93+
date (3.4.0)
9494
erubi (1.13.0)
9595
faraday (2.11.0)
9696
faraday-net_http (>= 2.0, < 3.4)
@@ -106,7 +106,7 @@ GEM
106106
actionpack (>= 6.0.0)
107107
activesupport (>= 6.0.0)
108108
railties (>= 6.0.0)
109-
json (2.7.4)
109+
json (2.7.5)
110110
language_server-protocol (3.17.0.3)
111111
lemonsqueezy (1.0.1)
112112
faraday (~> 2.0)
@@ -151,7 +151,7 @@ GEM
151151
faraday (~> 2.11.0)
152152
ostruct (~> 0.6.0)
153153
parallel (1.26.3)
154-
parser (3.3.5.0)
154+
parser (3.3.5.1)
155155
ast (~> 2.4.1)
156156
racc
157157
pdf-core (0.10.0)
@@ -214,7 +214,7 @@ GEM
214214
rubocop-ast (>= 1.32.2, < 2.0)
215215
ruby-progressbar (~> 1.7)
216216
unicode-display_width (>= 2.4.0, < 3.0)
217-
rubocop-ast (1.32.3)
217+
rubocop-ast (1.33.0)
218218
parser (>= 3.3.1.0)
219219
rubocop-performance (1.22.1)
220220
rubocop (>= 1.48.1, < 2.0)
@@ -245,7 +245,7 @@ GEM
245245
rubocop-performance (~> 1.22.0)
246246
stimulus-rails (1.3.4)
247247
railties (>= 6.0.0)
248-
stripe (13.0.2)
248+
stripe (13.1.0)
249249
thor (1.3.2)
250250
timeout (0.4.1)
251251
ttfunk (1.8.0)
@@ -277,6 +277,7 @@ PLATFORMS
277277
arm64-darwin-21
278278
arm64-darwin-22
279279
arm64-darwin-23
280+
arm64-darwin-24
280281
x86_64-darwin-20
281282
x86_64-darwin-21
282283
x86_64-darwin-22

gemfiles/rails_7.gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
base64 (0.2.0)
8888
bigdecimal (3.1.8)
8989
bindex (0.8.1)
90-
braintree (4.22.0)
90+
braintree (4.23.0)
9191
builder (>= 3.2.4)
9292
rexml (>= 3.1.9)
9393
builder (3.3.0)
@@ -96,7 +96,7 @@ GEM
9696
bigdecimal
9797
rexml
9898
crass (1.0.6)
99-
date (3.3.4)
99+
date (3.4.0)
100100
erubi (1.13.0)
101101
faraday (2.11.0)
102102
faraday-net_http (>= 2.0, < 3.4)
@@ -112,7 +112,7 @@ GEM
112112
actionpack (>= 6.0.0)
113113
activesupport (>= 6.0.0)
114114
railties (>= 6.0.0)
115-
json (2.7.4)
115+
json (2.7.5)
116116
language_server-protocol (3.17.0.3)
117117
lemonsqueezy (1.0.1)
118118
faraday (~> 2.0)
@@ -157,7 +157,7 @@ GEM
157157
faraday (~> 2.11.0)
158158
ostruct (~> 0.6.0)
159159
parallel (1.26.3)
160-
parser (3.3.5.0)
160+
parser (3.3.5.1)
161161
ast (~> 2.4.1)
162162
racc
163163
pdf-core (0.10.0)
@@ -220,7 +220,7 @@ GEM
220220
rubocop-ast (>= 1.32.2, < 2.0)
221221
ruby-progressbar (~> 1.7)
222222
unicode-display_width (>= 2.4.0, < 3.0)
223-
rubocop-ast (1.32.3)
223+
rubocop-ast (1.33.0)
224224
parser (>= 3.3.1.0)
225225
rubocop-performance (1.22.1)
226226
rubocop (>= 1.48.1, < 2.0)
@@ -251,7 +251,7 @@ GEM
251251
rubocop-performance (~> 1.22.0)
252252
stimulus-rails (1.3.4)
253253
railties (>= 6.0.0)
254-
stripe (13.0.2)
254+
stripe (13.1.0)
255255
thor (1.3.2)
256256
timeout (0.4.1)
257257
ttfunk (1.8.0)
@@ -283,6 +283,7 @@ PLATFORMS
283283
arm64-darwin-21
284284
arm64-darwin-22
285285
arm64-darwin-23
286+
arm64-darwin-24
286287
x86_64-darwin-20
287288
x86_64-darwin-21
288289
x86_64-darwin-22

0 commit comments

Comments
 (0)