Skip to content

Commit

Permalink
Merge pull request #348 from blackcandy-org/ruby-3-3
Browse files Browse the repository at this point in the history
Upgrade Ruby to 3.3
  • Loading branch information
aidewoode committed Feb 6, 2024
2 parents fb90381 + d287590 commit 07cc524
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Deploy to demo
run: bundle exec kamal deploy -P --version=edge
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM node:18.12.1-alpine AS node
FROM ruby:3.2.2-alpine AS base
FROM ruby:3.3.0-alpine AS base
FROM base AS builder

ENV RAILS_ENV production
Expand Down

0 comments on commit 07cc524

Please sign in to comment.