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 4ed1f06 commit ddeddb9Copy full SHA for ddeddb9
.github/workflows/static.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup ruby
30
uses: ruby/setup-ruby@v1
31
with:
32
- ruby-version: '3.3.5'
+ ruby-version: '3.3.6'
33
- name: Setup node
34
uses: actions/setup-node@v4
35
docs/.ruby-version
@@ -1 +1 @@
1
-3.3.5
+3.3.6
docs/Gemfile.lock
@@ -81,14 +81,15 @@ GEM
81
PLATFORMS
82
arm64-darwin-22
83
arm64-darwin-23
84
+ arm64-darwin-24
85
x86_64-linux
86
87
DEPENDENCIES
88
jekyll (~> 4.3.3)
89
minima (~> 2.5)
90
91
RUBY VERSION
- ruby 3.3.5p100
92
+ ruby 3.3.6
93
94
BUNDLED WITH
95
2.4.10
0 commit comments