Skip to content

Commit

Permalink
Merge pull request #475 from doerfli/feature/ruby-3_3
Browse files Browse the repository at this point in the history
chore: Update Ruby version to 3.3.1
  • Loading branch information
doerfli authored Jun 13, 2024
2 parents 557a4a6 + d31109b commit 7dd6bc6
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
context: ..
dockerfile: .devcontainer/Dockerfile
args:
VARIANT: 3.2-bookworm
VARIANT: 3.3-bookworm
USER_UID: 1000
USER_GID: 1000
INSTALL_NODE: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2.4']
ruby-version: ['3.3.1']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ------- Builder ------- ###
ARG RUBY_VERSION=3.2.4
ARG RUBY_VERSION=3.3.1
FROM ruby:${RUBY_VERSION}-alpine as builder

ENV HOME=/app \
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
web-console (>= 4.1.0)

RUBY VERSION
ruby 3.2.4p170
ruby 3.3.1p55

BUNDLED WITH
2.3.5
2.5.11
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ bin/dev
## Start production via docker

Use provided `docker-compose.prod.yml` file for startup of postgres db and container for the rails app. Don't forget to set `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and db passwords. To change name of S3 bucket (_reeper_) and region (_eu-central-1_) use `S3_BUCKET_NAME` and `S3_BUCKET_REGION` environment variables.

542 changes: 271 additions & 271 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7dd6bc6

Please sign in to comment.