Skip to content

Commit cb9cf18

Browse files
committed
1 parent 0479329 commit cb9cf18

2 files changed

Lines changed: 26 additions & 24 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 4.3.0'
3+
gem 'jekyll', '~> 4.3.2'
44
gem 'just-the-docs', github: 'rapid7/just-the-docs', branch: 'r7_ver_custom'
55
# Useful when testing local just-the-docs changes:
66
#gem 'just-the-docs', path: '../../just-the-docs'

docs/Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,23 @@ GIT
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
addressable (2.8.1)
16-
public_suffix (>= 2.0.2, < 6.0)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
1717
byebug (11.1.3)
1818
coderay (1.1.3)
1919
colorator (1.1.0)
20-
concurrent-ruby (1.1.10)
20+
concurrent-ruby (1.3.5)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
2424
eventmachine (1.2.7)
25-
ffi (1.15.5)
25+
ffi (1.17.2)
2626
forwardable-extended (2.6.0)
27+
google-protobuf (3.25.8)
2728
http_parser.rb (0.8.0)
28-
i18n (1.12.0)
29+
i18n (1.14.7)
2930
concurrent-ruby (~> 1.0)
30-
jekyll (4.3.1)
31+
jekyll (4.3.4)
3132
addressable (~> 2.4)
3233
colorator (~> 1.0)
3334
em-websocket (~> 0.5)
@@ -45,20 +46,20 @@ GEM
4546
webrick (~> 1.7)
4647
jekyll-include-cache (0.2.1)
4748
jekyll (>= 3.7, < 5.0)
48-
jekyll-sass-converter (2.2.0)
49-
sassc (> 2.0.1, < 3.0)
49+
jekyll-sass-converter (3.0.0)
50+
sass-embedded (~> 1.54)
5051
jekyll-seo-tag (2.8.0)
5152
jekyll (>= 3.8, < 5.0)
5253
jekyll-sitemap (1.4.0)
5354
jekyll (>= 3.7, < 5.0)
5455
jekyll-watch (2.2.1)
5556
listen (~> 3.0)
56-
kramdown (2.4.0)
57-
rexml
57+
kramdown (2.5.1)
58+
rexml (>= 3.3.9)
5859
kramdown-parser-gfm (1.1.0)
5960
kramdown (~> 2.0)
60-
liquid (4.0.3)
61-
listen (3.7.1)
61+
liquid (4.0.4)
62+
listen (3.9.0)
6263
rb-fsevent (~> 0.10, >= 0.10.3)
6364
rb-inotify (~> 0.9, >= 0.9.10)
6465
mercenary (0.4.0)
@@ -71,26 +72,27 @@ GEM
7172
pry-byebug (3.10.1)
7273
byebug (~> 11.0)
7374
pry (>= 0.13, < 0.15)
74-
public_suffix (5.0.1)
75-
rake (13.0.6)
75+
public_suffix (5.1.1)
76+
rake (13.3.0)
7677
rb-fsevent (0.11.2)
77-
rb-inotify (0.10.1)
78+
rb-inotify (0.11.1)
7879
ffi (~> 1.0)
79-
rexml (3.2.5)
80-
rouge (4.0.0)
80+
rexml (3.4.1)
81+
rouge (4.5.2)
8182
safe_yaml (1.0.5)
82-
sassc (2.4.0)
83-
ffi (~> 1.9)
83+
sass-embedded (1.63.6)
84+
google-protobuf (~> 3.23)
85+
rake (>= 13.0.0)
8486
terminal-table (3.0.2)
8587
unicode-display_width (>= 1.1.1, < 3)
86-
unicode-display_width (2.3.0)
87-
webrick (1.7.0)
88+
unicode-display_width (2.6.0)
89+
webrick (1.9.1)
8890

8991
PLATFORMS
9092
ruby
9193

9294
DEPENDENCIES
93-
jekyll (~> 4.3.0)
95+
jekyll (~> 4.3.2)
9496
jekyll-sitemap
9597
just-the-docs!
9698
pry-byebug
@@ -101,4 +103,4 @@ DEPENDENCIES
101103
webrick
102104

103105
BUNDLED WITH
104-
2.2.22
106+
2.1.4

0 commit comments

Comments
 (0)