Skip to content

Commit 1e882cb

Browse files
authored
Update Ruby to version 3.3.5 (#1227)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 93714e2 commit 1e882cb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
parallelism: 1
1010
docker:
11-
- image: cimg/ruby:3.3.4-browsers
11+
- image: cimg/ruby:3.3.5-browsers
1212
environment:
1313
BUNDLE_JOBS: 3
1414
BUNDLE_RETRY: 3

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.3.4
1+
ruby 3.3.5
22
bundler 2.3.25
33
postgres 14.6

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.4
1+
FROM ruby:3.3.5
22

33
ENV RACK_ENV=production
44
ENV RAILS_ENV=production
@@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
2323
&& locale-gen C.UTF-8 \
2424
&& /usr/sbin/update-locale LANG=C.UTF-8
2525

26-
ENV LC_ALL C.UTF-8
26+
ENV LC_ALL=C.UTF-8
2727

2828
ARG TARGETARCH
2929
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.3/supercronic-linux-$TARGETARCH \

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ DEPENDENCIES
436436
with_model
437437

438438
RUBY VERSION
439-
ruby 3.3.4
439+
ruby 3.3.5
440440

441441
BUNDLED WITH
442442
2.4.13

0 commit comments

Comments
 (0)