Skip to content

Commit cc5367c

Browse files
depfu[bot]mockdeep
authored andcommitted
Update Ruby to version 3.3.5
1 parent 93714e2 commit cc5367c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

.tool-versions

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)