2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

add webrick to make running in dev mode on *nix simpler (#52)

This commit is contained in:
Matthias Mair 2022-11-10 22:00:49 +01:00 committed by GitHub
parent 18d1781eb4
commit ef5ccc5fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -8,4 +8,5 @@ group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-mentions'
gem 'jekyll_custom_permalink'
end
end
gem "webrick", "~> 1.7"

View File

@ -81,6 +81,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
PLATFORMS
x86_64-linux
@ -93,6 +94,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jekyll_custom_permalink
webrick (~> 1.7)
BUNDLED WITH
2.3.11
2.3.11