mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 13:28:18 +00:00
docs: update docs build dependencies
Add webrick as that is needed. Also update other deps to their latest versions.
This commit is contained in:
parent
8985e003b5
commit
ae1a95f395
2 changed files with 7 additions and 5 deletions
|
@ -27,3 +27,5 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||||
# kramdown v2 ships without the gfm parser by default. If you're using
|
# kramdown v2 ships without the gfm parser by default. If you're using
|
||||||
# kramdown v1, comment out this line.
|
# kramdown v1, comment out this line.
|
||||||
#gem "kramdown-parser-gfm"
|
#gem "kramdown-parser-gfm"
|
||||||
|
|
||||||
|
gem "webrick", "~> 1.8"
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (6.1.7.4)
|
activesupport (7.0.7.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.3)
|
|
||||||
addressable (2.8.5)
|
addressable (2.8.5)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
|
@ -212,8 +211,8 @@ GEM
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.19.0)
|
minitest (5.19.0)
|
||||||
nokogiri (1.13.10)
|
nokogiri (1.15.4)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
|
@ -253,7 +252,7 @@ GEM
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
wdm (0.1.1)
|
wdm (0.1.1)
|
||||||
zeitwerk (2.6.11)
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -264,6 +263,7 @@ DEPENDENCIES
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
wdm (~> 0.1.1)
|
wdm (~> 0.1.1)
|
||||||
|
webrick (~> 1.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.2
|
2.0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue