Skip to content

Commit

Permalink
Update Ruby to version 3.3.1 (#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] committed Apr 25, 2024
1 parent d028e0d commit 39708dd
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.0-browsers
- image: cimg/ruby:3.3.1-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.0
3.3.1
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.0
ruby 3.3.1
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.0
FROM ruby:3.3.1

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 @@ -435,7 +435,7 @@ DEPENDENCIES
with_model

RUBY VERSION
ruby 3.3.0
ruby 3.3.1

BUNDLED WITH
2.4.13

0 comments on commit 39708dd

Please sign in to comment.