Skip to content

Commit 254f810

Browse files
authored
Merge pull request #445 from blackcandy-org/ruby34
feat: upgrade Ruby to 3.4
2 parents 4a64dce + e585069 commit 254f810

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 3.3
21+
ruby-version: .ruby-version
2222
bundler-cache: true
2323
- name: Deploy to demo
2424
run: bundle exec kamal deploy -P --version=edge

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.4.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20.11.0-alpine AS node
2-
FROM ruby:3.3.1-alpine AS base
2+
FROM ruby:3.4.4-alpine AS base
33
FROM base AS builder
44

55
ENV RAILS_ENV production

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,4 @@ DEPENDENCIES
453453
webmock (~> 3.25.0)
454454

455455
BUNDLED WITH
456-
2.5.9
456+
2.6.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ docker pull ghcr.io/blackcandy-org/blackcandy:edge
139139

140140
### Requirements
141141

142-
- Ruby 3.3
142+
- Ruby 3.4
143143
- Node.js 20
144144
- libvips
145145
- FFmpeg

config/environments/production.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,4 @@
9595
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
9696

9797
config.active_record.async_query_executor = :global_thread_pool
98-
99-
# Disable warning of running SQLite in production
100-
config.active_record.sqlite3_production_warning = false
10198
end

0 commit comments

Comments
 (0)