Skip to content

Commit 6c12c27

Browse files
ruby updated to version 3.3.8 (#301)
1 parent a8b294d commit 6c12c27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.8

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.2.2"
6+
ruby "3.3.8"
77

88
# Active Model Serializer [https://github.com/rails-api/active_model_serializers]
99
gem "active_model_serializers", "0.10.14"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ DEPENDENCIES
646646
web-console (= 4.2.1)
647647

648648
RUBY VERSION
649-
ruby 3.2.2p53
649+
ruby 3.3.8p144
650650

651651
BUNDLED WITH
652652
2.4.10

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-app: &app
22
build:
33
context: .
44
args:
5-
RUBY_VERSION: "3.2.2"
5+
RUBY_VERSION: "3.3.8"
66
PG_MAJOR: "15"
77
NODE_MAJOR: "18"
88
environment: &env

0 commit comments

Comments
 (0)