Skip to content

Commit 13d5a54

Browse files
committed
Bump ruby to 3.3
1 parent d135271 commit 13d5a54

6 files changed

+6
-6
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AllCops:
1313
- "node_modules/**/*"
1414
- "repos/**/*"
1515
- "config/unicorn.rb"
16-
TargetRubyVersion: 3.2
16+
TargetRubyVersion: 3.3
1717
NewCops: enable
1818

1919
Layout/FirstArrayElementIndentation:

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.2.2
1+
ruby-3.3.0

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '~> 3.2.2'
4+
ruby '~> 3.3.0'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem 'rails', '~> 7.1.3'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ DEPENDENCIES
352352
webdrivers
353353

354354
RUBY VERSION
355-
ruby 3.2.2p53
355+
ruby 3.3.0p0
356356

357357
BUNDLED WITH
358358
2.3.7

runner.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2
1+
FROM ruby:3.3.0
22

33
RUN mkdir /app
44

server.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2
1+
FROM ruby:3.3.0
22

33
RUN mkdir /app
44

0 commit comments

Comments
 (0)