Skip to content

Commit

Permalink
Merge pull request #479 from doerfli/feature/ruby_3_3_3
Browse files Browse the repository at this point in the history
Update Ruby version to 3.3.3 (closes #478)
  • Loading branch information
doerfli authored Jun 17, 2024
2 parents 636406b + 61741cc commit f8734e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
// Set *default* container specific settings.json values on container create.

"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/ruby:1": {
"version": "3.3.3"
}
},

// Add the IDs of extensions you want installed when the container is created.
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.3.1']
ruby-version: ['3.3.3']

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.3.1
3.3.3
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.3.1
ARG RUBY_VERSION=3.3.3
FROM ruby:${RUBY_VERSION}-alpine as builder

ENV HOME=/app \
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1p55
ruby 3.3.3p89

BUNDLED WITH
2.5.11

0 comments on commit f8734e1

Please sign in to comment.