Skip to content

Commit a1ce949

Browse files
committed
Update docs dependencies
1 parent a63fa68 commit a1ce949

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem 'just-the-docs', github: 'rapid7/just-the-docs', branch: 'r7_ver_custom'
66
#gem 'just-the-docs', path: '../../just-the-docs'
77
gem 'webrick'
88
gem 'rexml'
9+
gem 'jekyll-sass-converter', '~> 2.2.0'
910

1011
group :jekyll_plugins do
1112
gem 'jekyll-sitemap'

docs/Gemfile.lock

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ 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.4)
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.0)
2626
forwardable-extended (2.6.0)
2727
http_parser.rb (0.8.0)
28-
i18n (1.12.0)
28+
i18n (1.14.6)
2929
concurrent-ruby (~> 1.0)
30-
jekyll (4.3.1)
30+
jekyll (4.3.4)
3131
addressable (~> 2.4)
3232
colorator (~> 1.0)
3333
em-websocket (~> 0.5)
@@ -53,46 +53,45 @@ GEM
5353
jekyll (>= 3.7, < 5.0)
5454
jekyll-watch (2.2.1)
5555
listen (~> 3.0)
56-
kramdown (2.4.0)
57-
rexml
56+
kramdown (2.5.1)
57+
rexml (>= 3.3.9)
5858
kramdown-parser-gfm (1.1.0)
5959
kramdown (~> 2.0)
60-
liquid (4.0.3)
61-
listen (3.7.1)
60+
liquid (4.0.4)
61+
listen (3.9.0)
6262
rb-fsevent (~> 0.10, >= 0.10.3)
6363
rb-inotify (~> 0.9, >= 0.9.10)
6464
mercenary (0.4.0)
65-
method_source (1.0.0)
65+
method_source (1.1.0)
6666
pathutil (0.16.2)
6767
forwardable-extended (~> 2.6)
68-
pry (0.14.1)
68+
pry (0.14.2)
6969
coderay (~> 1.1)
7070
method_source (~> 1.0)
7171
pry-byebug (3.10.1)
7272
byebug (~> 11.0)
7373
pry (>= 0.13, < 0.15)
74-
public_suffix (5.0.1)
75-
rake (13.0.6)
74+
public_suffix (6.0.1)
75+
rake (13.2.1)
7676
rb-fsevent (0.11.2)
77-
rb-inotify (0.10.1)
77+
rb-inotify (0.11.1)
7878
ffi (~> 1.0)
79-
rexml (3.3.6)
80-
strscan
81-
rouge (4.0.0)
79+
rexml (3.3.9)
80+
rouge (4.5.1)
8281
safe_yaml (1.0.5)
8382
sassc (2.4.0)
8483
ffi (~> 1.9)
85-
strscan (3.1.0)
8684
terminal-table (3.0.2)
8785
unicode-display_width (>= 1.1.1, < 3)
88-
unicode-display_width (2.3.0)
89-
webrick (1.7.0)
86+
unicode-display_width (2.6.0)
87+
webrick (1.9.1)
9088

9189
PLATFORMS
9290
ruby
9391

9492
DEPENDENCIES
9593
jekyll (~> 4.3.0)
94+
jekyll-sass-converter (~> 2.2.0)
9695
jekyll-sitemap
9796
just-the-docs!
9897
pry-byebug
@@ -103,4 +102,4 @@ DEPENDENCIES
103102
webrick
104103

105104
BUNDLED WITH
106-
2.2.22
105+
2.5.10

0 commit comments

Comments
 (0)