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 Sep 5, 2024
1 parent 74a8c78 commit 803a986
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ DEPENDENCIES
with_model

RUBY VERSION
ruby 3.3.4
ruby 3.3.5

BUNDLED WITH
2.4.13

0 comments on commit 803a986

Please sign in to comment.