File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 3.1.2
1
+ 3.2.0
Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:experimental
2
2
3
- ARG RUBY_VERSION=3.1.2
3
+ ARG RUBY_VERSION=3.2.0
4
4
ARG VARIANT=jemalloc-bullseye-slim
5
5
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base
6
6
Original file line number Diff line number Diff line change 196
196
marcel (1.0.2 )
197
197
method_source (1.0.0 )
198
198
mini_mime (1.1.2 )
199
+ mini_portile2 (2.8.1 )
199
200
mini_racer (0.6.3 )
200
201
libv8-node (~> 16.10.0.0 )
201
202
minitest (5.16.3 )
209
210
net-smtp (0.3.3 )
210
211
net-protocol
211
212
nio4r (2.5.8 )
212
- nokogiri (1.13.9-arm64-darwin )
213
- racc (~> 1.4 )
214
- nokogiri (1.13.9-x86_64-linux )
213
+ nokogiri (1.13.9 )
214
+ mini_portile2 (~> 2.8.0 )
215
215
racc (~> 1.4 )
216
216
pg (1.4.5 )
217
217
popper_js (2.11.6 )
340
340
zeitwerk (2.6.6 )
341
341
342
342
PLATFORMS
343
- arm64-darwin-21
343
+ arm64-darwin-22
344
344
x86_64-linux
345
345
346
346
DEPENDENCIES
@@ -387,7 +387,7 @@ DEPENDENCIES
387
387
turbo-rails (~> 1.1 )
388
388
389
389
RUBY VERSION
390
- ruby 3.1.2p20
390
+ ruby 3.2.0p0
391
391
392
392
BUNDLED WITH
393
393
2.3.26
You can’t perform that action at this time.
0 commit comments