Skip to content

Commit 464fe32

Browse files
Bump just-the-docs from 0.8.2 to 0.10.0
Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.2 to 0.10.0. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](just-the-docs/just-the-docs@v0.8.2...v0.10.0) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29dd71c commit 464fe32

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "just-the-docs", "0.8.2" # pinned to the current release
5+
gem "just-the-docs", "0.10.0" # pinned to the current release
66
gem "github-pages"
77
gem "webrick"
88
gem "jekyll-redirect-from"

Gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.3.3)
24+
concurrent-ruby (1.3.4)
2525
connection_pool (2.4.1)
2626
csv (3.3.0)
2727
dnsruby (1.72.2)
@@ -211,7 +211,7 @@ GEM
211211
gemoji (>= 3, < 5)
212212
html-pipeline (~> 2.2)
213213
jekyll (>= 3.0, < 5.0)
214-
just-the-docs (0.8.2)
214+
just-the-docs (0.10.0)
215215
jekyll (>= 3.8.5)
216216
jekyll-include-cache
217217
jekyll-seo-tag (>= 2.0)
@@ -247,8 +247,7 @@ GEM
247247
rb-fsevent (0.11.2)
248248
rb-inotify (0.11.1)
249249
ffi (~> 1.0)
250-
rexml (3.3.4)
251-
strscan
250+
rexml (3.3.7)
252251
rouge (3.30.0)
253252
rubyzip (2.3.2)
254253
safe_yaml (1.0.5)
@@ -261,7 +260,6 @@ GEM
261260
addressable (>= 2.3.5)
262261
faraday (>= 0.17.3, < 3)
263262
simpleidn (0.2.3)
264-
strscan (3.1.0)
265263
terminal-table (1.8.0)
266264
unicode-display_width (~> 1.1, >= 1.1.1)
267265
typhoeus (1.4.1)
@@ -279,7 +277,7 @@ DEPENDENCIES
279277
github-pages
280278
jekyll-email-protect
281279
jekyll-redirect-from
282-
just-the-docs (= 0.8.2)
280+
just-the-docs (= 0.10.0)
283281
webrick
284282

285283
BUNDLED WITH

0 commit comments

Comments
 (0)