Skip to content

Commit e0cb9a7

Browse files
committed
Add benchmark gem missing in ruby 4.0.2
1 parent 6961552 commit e0cb9a7

1 file changed

Lines changed: 68 additions & 88 deletions

File tree

Gemfile.lock

Lines changed: 68 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -11,68 +11,68 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
action_text-trix (2.1.17)
14+
action_text-trix (2.1.18)
1515
railties
16-
actioncable (8.1.2.1)
17-
actionpack (= 8.1.2.1)
18-
activesupport (= 8.1.2.1)
16+
actioncable (8.1.3)
17+
actionpack (= 8.1.3)
18+
activesupport (= 8.1.3)
1919
nio4r (~> 2.0)
2020
websocket-driver (>= 0.6.1)
2121
zeitwerk (~> 2.6)
22-
actionmailbox (8.1.2.1)
23-
actionpack (= 8.1.2.1)
24-
activejob (= 8.1.2.1)
25-
activerecord (= 8.1.2.1)
26-
activestorage (= 8.1.2.1)
27-
activesupport (= 8.1.2.1)
22+
actionmailbox (8.1.3)
23+
actionpack (= 8.1.3)
24+
activejob (= 8.1.3)
25+
activerecord (= 8.1.3)
26+
activestorage (= 8.1.3)
27+
activesupport (= 8.1.3)
2828
mail (>= 2.8.0)
29-
actionmailer (8.1.2.1)
30-
actionpack (= 8.1.2.1)
31-
actionview (= 8.1.2.1)
32-
activejob (= 8.1.2.1)
33-
activesupport (= 8.1.2.1)
29+
actionmailer (8.1.3)
30+
actionpack (= 8.1.3)
31+
actionview (= 8.1.3)
32+
activejob (= 8.1.3)
33+
activesupport (= 8.1.3)
3434
mail (>= 2.8.0)
3535
rails-dom-testing (~> 2.2)
36-
actionpack (8.1.2.1)
37-
actionview (= 8.1.2.1)
38-
activesupport (= 8.1.2.1)
36+
actionpack (8.1.3)
37+
actionview (= 8.1.3)
38+
activesupport (= 8.1.3)
3939
nokogiri (>= 1.8.5)
4040
rack (>= 2.2.4)
4141
rack-session (>= 1.0.1)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.2)
4444
rails-html-sanitizer (~> 1.6)
4545
useragent (~> 0.16)
46-
actiontext (8.1.2.1)
46+
actiontext (8.1.3)
4747
action_text-trix (~> 2.1.15)
48-
actionpack (= 8.1.2.1)
49-
activerecord (= 8.1.2.1)
50-
activestorage (= 8.1.2.1)
51-
activesupport (= 8.1.2.1)
48+
actionpack (= 8.1.3)
49+
activerecord (= 8.1.3)
50+
activestorage (= 8.1.3)
51+
activesupport (= 8.1.3)
5252
globalid (>= 0.6.0)
5353
nokogiri (>= 1.8.5)
54-
actionview (8.1.2.1)
55-
activesupport (= 8.1.2.1)
54+
actionview (8.1.3)
55+
activesupport (= 8.1.3)
5656
builder (~> 3.1)
5757
erubi (~> 1.11)
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
60-
activejob (8.1.2.1)
61-
activesupport (= 8.1.2.1)
60+
activejob (8.1.3)
61+
activesupport (= 8.1.3)
6262
globalid (>= 0.3.6)
63-
activemodel (8.1.2.1)
64-
activesupport (= 8.1.2.1)
65-
activerecord (8.1.2.1)
66-
activemodel (= 8.1.2.1)
67-
activesupport (= 8.1.2.1)
63+
activemodel (8.1.3)
64+
activesupport (= 8.1.3)
65+
activerecord (8.1.3)
66+
activemodel (= 8.1.3)
67+
activesupport (= 8.1.3)
6868
timeout (>= 0.4.0)
69-
activestorage (8.1.2.1)
70-
actionpack (= 8.1.2.1)
71-
activejob (= 8.1.2.1)
72-
activerecord (= 8.1.2.1)
73-
activesupport (= 8.1.2.1)
69+
activestorage (8.1.3)
70+
actionpack (= 8.1.3)
71+
activejob (= 8.1.3)
72+
activerecord (= 8.1.3)
73+
activesupport (= 8.1.3)
7474
marcel (~> 1.0)
75-
activesupport (8.1.2.1)
75+
activesupport (8.1.3)
7676
base64
7777
bigdecimal
7878
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -88,7 +88,7 @@ GEM
8888
ast (2.4.3)
8989
base64 (0.3.0)
9090
benchmark (0.5.0)
91-
bigdecimal (4.0.1)
91+
bigdecimal (4.1.0)
9292
builder (3.3.0)
9393
concurrent-ruby (1.3.6)
9494
connection_pool (3.0.2)
@@ -110,7 +110,7 @@ GEM
110110
prism (>= 1.3.0)
111111
rdoc (>= 4.0.0)
112112
reline (>= 0.4.2)
113-
json (2.19.2)
113+
json (2.19.3)
114114
json_schemer (2.5.0)
115115
bigdecimal
116116
hana (~> 1.3)
@@ -130,11 +130,12 @@ GEM
130130
net-smtp
131131
marcel (1.1.0)
132132
mini_mime (1.1.5)
133-
minitest (6.0.1)
133+
minitest (6.0.3)
134+
drb (~> 2.0)
134135
prism (~> 1.5)
135136
mustermann (3.0.4)
136137
ruby2_keywords (~> 0.0.1)
137-
net-imap (0.6.2)
138+
net-imap (0.6.3)
138139
date
139140
net-protocol
140141
net-pop (0.1.2)
@@ -144,26 +145,12 @@ GEM
144145
net-smtp (0.5.1)
145146
net-protocol
146147
nio4r (2.7.5)
147-
nokogiri (1.19.2-aarch64-linux-gnu)
148-
racc (~> 1.4)
149-
nokogiri (1.19.2-aarch64-linux-musl)
150-
racc (~> 1.4)
151-
nokogiri (1.19.2-arm-linux-gnu)
152-
racc (~> 1.4)
153-
nokogiri (1.19.2-arm-linux-musl)
154-
racc (~> 1.4)
155148
nokogiri (1.19.2-arm64-darwin)
156149
racc (~> 1.4)
157-
nokogiri (1.19.2-x86_64-darwin)
158-
racc (~> 1.4)
159-
nokogiri (1.19.2-x86_64-linux-gnu)
160-
racc (~> 1.4)
161-
nokogiri (1.19.2-x86_64-linux-musl)
162-
racc (~> 1.4)
163150
openapi_parameters (0.11.0)
164151
rack (>= 2.2)
165152
parallel (1.27.0)
166-
parser (3.3.10.0)
153+
parser (3.3.11.1)
167154
ast (~> 2.4.1)
168155
racc
169156
pp (0.6.3)
@@ -174,7 +161,7 @@ GEM
174161
date
175162
stringio
176163
racc (1.8.1)
177-
rack (3.2.5)
164+
rack (3.2.6)
178165
rack-protection (4.2.1)
179166
base64 (>= 0.1.0)
180167
logger (>= 1.6.0)
@@ -186,30 +173,30 @@ GEM
186173
rack (>= 1.3)
187174
rackup (2.3.1)
188175
rack (>= 3)
189-
rails (8.1.2.1)
190-
actioncable (= 8.1.2.1)
191-
actionmailbox (= 8.1.2.1)
192-
actionmailer (= 8.1.2.1)
193-
actionpack (= 8.1.2.1)
194-
actiontext (= 8.1.2.1)
195-
actionview (= 8.1.2.1)
196-
activejob (= 8.1.2.1)
197-
activemodel (= 8.1.2.1)
198-
activerecord (= 8.1.2.1)
199-
activestorage (= 8.1.2.1)
200-
activesupport (= 8.1.2.1)
176+
rails (8.1.3)
177+
actioncable (= 8.1.3)
178+
actionmailbox (= 8.1.3)
179+
actionmailer (= 8.1.3)
180+
actionpack (= 8.1.3)
181+
actiontext (= 8.1.3)
182+
actionview (= 8.1.3)
183+
activejob (= 8.1.3)
184+
activemodel (= 8.1.3)
185+
activerecord (= 8.1.3)
186+
activestorage (= 8.1.3)
187+
activesupport (= 8.1.3)
201188
bundler (>= 1.15.0)
202-
railties (= 8.1.2.1)
189+
railties (= 8.1.3)
203190
rails-dom-testing (2.3.0)
204191
activesupport (>= 5.0.0)
205192
minitest
206193
nokogiri (>= 1.6)
207194
rails-html-sanitizer (1.7.0)
208195
loofah (~> 2.25)
209196
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
210-
railties (8.1.2.1)
211-
actionpack (= 8.1.2.1)
212-
activesupport (= 8.1.2.1)
197+
railties (8.1.3)
198+
actionpack (= 8.1.3)
199+
activesupport (= 8.1.3)
213200
irb (~> 1.13)
214201
rackup (>= 1.0.0)
215202
rake (>= 12.2)
@@ -234,22 +221,22 @@ GEM
234221
rspec-expectations (3.13.5)
235222
diff-lcs (>= 1.2.0, < 2.0)
236223
rspec-support (~> 3.13.0)
237-
rspec-mocks (3.13.7)
224+
rspec-mocks (3.13.8)
238225
diff-lcs (>= 1.2.0, < 2.0)
239226
rspec-support (~> 3.13.0)
240-
rspec-support (3.13.6)
241-
rubocop (1.82.1)
227+
rspec-support (3.13.7)
228+
rubocop (1.86.0)
242229
json (~> 2.3)
243230
language_server-protocol (~> 3.17.0.2)
244231
lint_roller (~> 1.1.0)
245232
parallel (~> 1.10)
246233
parser (>= 3.3.0.2)
247234
rainbow (>= 2.2.2, < 4.0)
248235
regexp_parser (>= 2.9.3, < 3.0)
249-
rubocop-ast (>= 1.48.0, < 2.0)
236+
rubocop-ast (>= 1.49.0, < 2.0)
250237
ruby-progressbar (~> 1.7)
251238
unicode-display_width (>= 2.4.0, < 4.0)
252-
rubocop-ast (1.49.0)
239+
rubocop-ast (1.49.1)
253240
parser (>= 3.3.7.2)
254241
prism (~> 1.7)
255242
rubocop-performance (1.26.1)
@@ -292,14 +279,7 @@ GEM
292279
zeitwerk (2.7.5)
293280

294281
PLATFORMS
295-
aarch64-linux-gnu
296-
aarch64-linux-musl
297-
arm-linux-gnu
298-
arm-linux-musl
299-
arm64-darwin
300-
x86_64-darwin
301-
x86_64-linux-gnu
302-
x86_64-linux-musl
282+
arm64-darwin-25
303283

304284
DEPENDENCIES
305285
actionpack
@@ -319,4 +299,4 @@ DEPENDENCIES
319299
sinatra
320300

321301
BUNDLED WITH
322-
2.6.9
302+
4.0.6

0 commit comments

Comments
 (0)