2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 02:55:34 +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
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"