File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed
Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 3.3.1
1+ 3.4.4
Original file line number Diff line number Diff line change 11FROM 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
33FROM base AS builder
44
55ENV RAILS_ENV production
Original file line number Diff line number Diff line change @@ -453,4 +453,4 @@ DEPENDENCIES
453453 webmock (~> 3.25.0 )
454454
455455BUNDLED WITH
456- 2.5.9
456+ 2.6.7
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
10198end
You can’t perform that action at this time.
0 commit comments