Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasViehweger committed Sep 9, 2024
1 parent e367a11 commit f7af3a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
ruby-version: '3.2.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem "github-pages", "231", group: :jekyll_plugins
gem "just-the-docs", "0.8.2"
gem "github-pages", "232", group: :jekyll_plugins
gem "just-the-docs", "0.9.0"
gem "webrick"
gem "rake"
gem "jekyll", "3.9.5"
gem "jekyll", "3.10"
gem "html-proofer", git: "https://github.com/jonasViehweger/html-proofer"

0 comments on commit f7af3a8

Please sign in to comment.