Skip to content

Commit f7af3a8

Browse files
Bumped versions
1 parent e367a11 commit f7af3a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/page.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Setup Ruby
35-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
35+
uses: ruby/setup-ruby@v1.191.0
3636
with:
37-
ruby-version: '3.1' # Not needed with a .ruby-version file
37+
ruby-version: '3.2.1' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 1 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
2-
gem "github-pages", "231", group: :jekyll_plugins
3-
gem "just-the-docs", "0.8.2"
2+
gem "github-pages", "232", group: :jekyll_plugins
3+
gem "just-the-docs", "0.9.0"
44
gem "webrick"
55
gem "rake"
6-
gem "jekyll", "3.9.5"
6+
gem "jekyll", "3.10"
77
gem "html-proofer", git: "https://github.com/jonasViehweger/html-proofer"

0 commit comments

Comments
 (0)