Skip to content

Commit

Permalink
ruby v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Mar 4, 2024
1 parent 15bd534 commit 9ea2cf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2']
ruby-version: ['3.2.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.2.2
3.2.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ------- Builder ------- ###
FROM ruby:3.3.0-alpine as builder
FROM ruby:3.2.3-alpine as builder

ENV HOME=/app \
RAILS_ENV=production \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.3p157

BUNDLED WITH
2.3.16

0 comments on commit 9ea2cf7

Please sign in to comment.