Skip to content

Commit a0f7f49

Browse files
committed
build: bump to ruby 3.3
1 parent c5653ab commit a0f7f49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '3.2'
38+
ruby-version: '3.3'
3939
bundler-cache: true
4040
- name: Build website
4141
run: bundle exec middleman build --clean --parallel --build-dir=_site

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "~> 3.2"
5+
ruby "~> 3.3"
66

77
gem "tzinfo-data", platforms: %i[mswin mingw jruby]
88
gem "wdm", platforms: %i[mswin mingw]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ DEPENDENCIES
187187
wdm
188188

189189
RUBY VERSION
190-
ruby 3.2.0p0
190+
ruby 3.3.0p0
191191

192192
BUNDLED WITH
193193
2.5.23

0 commit comments

Comments
 (0)