Skip to content

Commit a23497c

Browse files
authored
Merge pull request #225 from ZeusWPI/chore/ruby-3.3
Bump ruby to 3.3
2 parents d135271 + 51430f9 commit a23497c

6 files changed

+7
-7
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

+2-2
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
358-
2.3.7
358+
2.5.3

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)