Skip to content

Commit

Permalink
Update Ruby to version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and mockdeep committed Sep 9, 2024
1 parent 93714e2 commit cc5367c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
parallelism: 1
docker:
- image: cimg/ruby:3.3.4-browsers
- image: cimg/ruby:3.3.5-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.3.4
ruby 3.3.5
bundler 2.3.25
postgres 14.6
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4
FROM ruby:3.3.5

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

ENV LC_ALL C.UTF-8
ENV LC_ALL=C.UTF-8

ARG TARGETARCH
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.3/supercronic-linux-$TARGETARCH \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ DEPENDENCIES
with_model

RUBY VERSION
ruby 3.3.4
ruby 3.3.5

BUNDLED WITH
2.4.13

0 comments on commit cc5367c

Please sign in to comment.