We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f905e commit 6921690Copy full SHA for 6921690
1 file changed
.github/workflows/pages.yml
@@ -18,7 +18,7 @@ jobs:
18
ruby-version: '3.1'
19
bundler-cache: true
20
- name: Update RubyGems
21
- run: gem update --system 3.2.3
+ run: gem update --system 3.3.3
22
- name: Bundle Install
23
run: |
24
cd docs
0 commit comments