Skip to content

Commit b9666f9

Browse files
authored
Merge pull request #1 from digital-work-lab/dependabot/bundler/just-the-docs-0.8.0
Bump just-the-docs from 0.7.0 to 0.8.0
2 parents 75aa6fe + 9d84b98 commit b9666f9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.7.0" # pinned to the current release
6+
gem "just-the-docs", "0.8.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.1-arm64-darwin)
15-
google-protobuf (3.25.1-x86_64-linux)
14+
google-protobuf (3.25.3-arm64-darwin)
15+
google-protobuf (3.25.3-x86_64-linux)
1616
http_parser.rb (0.8.0)
1717
i18n (1.14.1)
1818
concurrent-ruby (~> 1.0)
@@ -40,7 +40,7 @@ GEM
4040
jekyll (>= 3.8, < 5.0)
4141
jekyll-watch (2.2.1)
4242
listen (~> 3.0)
43-
just-the-docs (0.7.0)
43+
just-the-docs (0.8.0)
4444
jekyll (>= 3.8.5)
4545
jekyll-include-cache
4646
jekyll-seo-tag (>= 2.0)
@@ -57,17 +57,17 @@ GEM
5757
pathutil (0.16.2)
5858
forwardable-extended (~> 2.6)
5959
public_suffix (5.0.4)
60-
rake (13.0.6)
60+
rake (13.1.0)
6161
rb-fsevent (0.11.2)
6262
rb-inotify (0.10.1)
6363
ffi (~> 1.0)
6464
rexml (3.2.6)
6565
rouge (4.2.0)
6666
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5-arm64-darwin)
68-
google-protobuf (~> 3.23)
69-
sass-embedded (1.69.5-x86_64-linux-gnu)
70-
google-protobuf (~> 3.23)
67+
sass-embedded (1.71.1-arm64-darwin)
68+
google-protobuf (~> 3.25)
69+
sass-embedded (1.71.1-x86_64-linux-gnu)
70+
google-protobuf (~> 3.25)
7171
terminal-table (3.0.2)
7272
unicode-display_width (>= 1.1.1, < 3)
7373
unicode-display_width (2.5.0)
@@ -79,7 +79,7 @@ PLATFORMS
7979

8080
DEPENDENCIES
8181
jekyll (~> 4.3.3)
82-
just-the-docs (= 0.7.0)
82+
just-the-docs (= 0.8.0)
8383

8484
BUNDLED WITH
8585
2.3.26

0 commit comments

Comments
 (0)