Skip to content

Commit af7258c

Browse files
Upgrade Ruby Version
1 parent 869500c commit af7258c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4
1+
3.3.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# SPDX-License-Identifier: Apache-2.0
1010

11-
FROM ruby:3.2
11+
FROM ruby:3.3
1212
LABEL PURPOSE="This image is configured to build and run swift website"
1313

1414
RUN mkdir -p /src

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Swift.org uses [Jekyll](https://jekyllrb.com), a blog-aware, static site generat
1919

2020
Requirements
2121
- Git
22-
- Ruby 3.2 or higher
22+
- Ruby 3.3 or higher
2323
_(a Ruby installation manager, such as
2424
[rbenv](https://github.com/sstephenson/rbenv) or
2525
[RVM](https://rvm.io) is recommended, but not required)_

0 commit comments

Comments
 (0)