Skip to content

Commit

Permalink
Update Ruby to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Nov 22, 2024
1 parent 88bee46 commit 42b214d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[Full changelog][unreleased]

- Update Ruby to 3.3.6

## Release 149 - 2024-11-21

[Full changelog][149]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# base
# ------------------------------------------------------------------------------
FROM ruby:3.1.2 AS base
FROM ruby:3.3.6 AS base

ARG RAILS_ENV
ARG NODE_MAJOR
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ DEPENDENCIES
wicked

RUBY VERSION
ruby 3.1.2p20
ruby 3.3.6

BUNDLED WITH
2.4.22

0 comments on commit 42b214d

Please sign in to comment.