We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5653ab commit a0f7f49Copy full SHA for a0f7f49
.github/workflows/static.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: setup ruby
36
uses: ruby/setup-ruby@v1
37
with:
38
- ruby-version: '3.2'
+ ruby-version: '3.3'
39
bundler-cache: true
40
- name: Build website
41
run: bundle exec middleman build --clean --parallel --build-dir=_site
Gemfile
@@ -2,7 +2,7 @@
2
3
source "https://rubygems.org"
4
5
-ruby "~> 3.2"
+ruby "~> 3.3"
6
7
gem "tzinfo-data", platforms: %i[mswin mingw jruby]
8
gem "wdm", platforms: %i[mswin mingw]
Gemfile.lock
@@ -187,7 +187,7 @@ DEPENDENCIES
187
wdm
188
189
RUBY VERSION
190
- ruby 3.2.0p0
+ ruby 3.3.0p0
191
192
BUNDLED WITH
193
2.5.23
0 commit comments