Skip to content

Commit

Permalink
Merge pull request #263 from Tantalor93/dependabot/bundler/docs/just-…
Browse files Browse the repository at this point in the history
…the-docs-0.8.2

Bump just-the-docs from 0.7.0 to 0.8.2 in /docs
  • Loading branch information
Ondřej Benkovský authored May 19, 2024
2 parents 4d039f6 + 4d44296 commit 5ad909d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
cache-version: 1 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
- name: Setup Pages
id: pages
Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.7.0" # pinned to the current release
gem "just-the-docs", "0.8.2" # pinned to the current release
# gem "just-the-docs" # always download the latest release

gem "jekyll-relative-links", "0.7.0"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.7.0)
just-the-docs (0.8.2)
jekyll (>= 3.8.5)
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
Expand Down Expand Up @@ -93,7 +93,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-relative-links (= 0.7.0)
just-the-docs (= 0.7.0)
just-the-docs (= 0.8.2)

BUNDLED WITH
2.3.9

0 comments on commit 5ad909d

Please sign in to comment.