Skip to content

Commit 8d8bf44

Browse files
committed
update ruby to v3.2
1 parent e07e13e commit 8d8bf44

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:experimental
22

3-
ARG RUBY_VERSION=3.1.2
3+
ARG RUBY_VERSION=3.2.0
44
ARG VARIANT=jemalloc-bullseye-slim
55
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base
66

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ GEM
196196
marcel (1.0.2)
197197
method_source (1.0.0)
198198
mini_mime (1.1.2)
199+
mini_portile2 (2.8.1)
199200
mini_racer (0.6.3)
200201
libv8-node (~> 16.10.0.0)
201202
minitest (5.16.3)
@@ -209,9 +210,8 @@ GEM
209210
net-smtp (0.3.3)
210211
net-protocol
211212
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)
215215
racc (~> 1.4)
216216
pg (1.4.5)
217217
popper_js (2.11.6)
@@ -340,7 +340,7 @@ GEM
340340
zeitwerk (2.6.6)
341341

342342
PLATFORMS
343-
arm64-darwin-21
343+
arm64-darwin-22
344344
x86_64-linux
345345

346346
DEPENDENCIES
@@ -387,7 +387,7 @@ DEPENDENCIES
387387
turbo-rails (~> 1.1)
388388

389389
RUBY VERSION
390-
ruby 3.1.2p20
390+
ruby 3.2.0p0
391391

392392
BUNDLED WITH
393393
2.3.26

0 commit comments

Comments
 (0)