Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 3930059

Browse files
committed
⬆️ Upgrade Ruby to 3.3.0
1 parent 8c0a6fc commit 3930059

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require:
33
- rubocop-performance
44

55
AllCops:
6-
TargetRubyVersion: 3.2
6+
TargetRubyVersion: 3.3
77
Exclude:
88
- db/schema.rb
99
- 'node_modules/**/*'

.ruby-version

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

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ghcr.io/ledermann/rails-base-builder:3.2.2-alpine as Builder
1+
FROM ghcr.io/ledermann/rails-base-builder:3.3.0-alpine as Builder
22

33
# Remove some files not needed in resulting image
44
RUN rm .browserslistrc babel.config.js package.json postcss.config.js
55

6-
FROM ghcr.io/ledermann/rails-base-final:3.2.2-alpine
6+
FROM ghcr.io/ledermann/rails-base-final:3.3.0-alpine
77
LABEL maintainer="[email protected]"
88

99
# Workaround for BuildKit to trigger Builder's ONBUILDs to finish

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'
4+
ruby '~> 3.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'

Gemfile.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ GEM
245245
nokogiri (1.15.5)
246246
mini_portile2 (~> 2.8.2)
247247
racc (~> 1.4)
248-
nokogiri (1.15.5-x86_64-linux)
249-
racc (~> 1.4)
250248
notiffany (0.1.3)
251249
nenv (~> 0.1)
252250
shellany (~> 0.0)
@@ -515,7 +513,7 @@ DEPENDENCIES
515513
webpacker (~> 5.0)
516514

517515
RUBY VERSION
518-
ruby 3.2.0p0
516+
ruby 3.3.0p0
519517

520518
BUNDLED WITH
521-
2.4.20
519+
2.5.3

0 commit comments

Comments
 (0)