mirror of https://github.com/tdwg/dwc.git
Add webrick to gemfile
This commit is contained in:
parent
15fae36df9
commit
389914282b
|
@ -1,2 +1,3 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem "github-pages", group: :jekyll_plugins
|
gem "github-pages", group: :jekyll_plugins
|
||||||
|
gem "webrick", "~> 1.7"
|
||||||
|
|
|
@ -211,6 +211,8 @@ GEM
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.16.3)
|
minitest (5.16.3)
|
||||||
|
nokogiri (1.13.8-arm64-darwin)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.8-x86_64-darwin)
|
nokogiri (1.13.8-x86_64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
|
@ -249,13 +251,16 @@ GEM
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
|
webrick (1.8.1)
|
||||||
zeitwerk (2.6.1)
|
zeitwerk (2.6.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
arm64-darwin-22
|
||||||
x86_64-darwin-18
|
x86_64-darwin-18
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
webrick (~> 1.7)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.23
|
2.3.23
|
||||||
|
|
Loading…
Reference in New Issue