Skip to content

Commit

Permalink
Update Ruby to version 3.2.0 (#743)
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 Jan 1, 2023
1 parent 91d35a3 commit 85aa590
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
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
parallelism: 1
docker:
- image: cimg/ruby:3.1.3-browsers
- image: cimg/ruby:3.2.0-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.1.3
3.2.0
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,3 +1,3 @@
ruby 3.1.3
ruby 3.2.0
bundler 2.3.25
postgres 14.6
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.2.0

ENV RACK_ENV=production
ENV PORT=8080
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -353,7 +353,7 @@ DEPENDENCIES
will_paginate

RUBY VERSION
ruby 3.1.3
ruby 3.2.0

BUNDLED WITH
2.3.25

0 comments on commit 85aa590

Please sign in to comment.