Skip to content

Commit 7ed8aa6

Browse files
authored
Update Ruby to version 3.1.2 (#619)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 780780d commit 7ed8aa6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.1-browsers
11+
- image: cimg/ruby:3.1.2-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.1.1
1+
3.1.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.1
1+
FROM ruby:3.1.2
22

33
ENV RACK_ENV=production
44
ENV PORT=8080

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ DEPENDENCIES
242242
will_paginate
243243

244244
RUBY VERSION
245-
ruby 3.1.1
245+
ruby 3.1.2
246246

247247
BUNDLED WITH
248248
2.2.33

0 commit comments

Comments
 (0)