mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 04:56:45 +00:00
add webrick to make running in dev mode on *nix simpler (#52)
This commit is contained in:
parent
18d1781eb4
commit
ef5ccc5fae
3
Gemfile
3
Gemfile
@ -8,4 +8,5 @@ group :jekyll_plugins do
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-mentions'
|
||||
gem 'jekyll_custom_permalink'
|
||||
end
|
||||
end
|
||||
gem "webrick", "~> 1.7"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user