Skip to content

Commit 9510b32

Browse files
authored
Update Ruby to version 3.3.6
1 parent 3a0b104 commit 9510b32

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.3.5-browsers
11+
- image: cimg/ruby:3.3.6-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.3.5
1+
3.3.6

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.3.5
1+
ruby 3.3.6
22
bundler 2.3.25
33
postgres 14.6

Dockerfile

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

33
ENV RACK_ENV=production
44
ENV RAILS_ENV=production

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ DEPENDENCIES
439439
with_model
440440

441441
RUBY VERSION
442-
ruby 3.3.5
442+
ruby 3.3.6
443443

444444
BUNDLED WITH
445445
2.4.13

0 commit comments

Comments
 (0)