2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-26 20:46:45 +00:00
dependabot[bot] 673ca7a912
Some checks are pending
Build pages and publish / build (push) Waiting to run
Bump webrick from 1.8.1 to 1.8.2 (#214)
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 19:16:09 +10:00

14 lines
276 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-postcss-v2'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-mentions'
gem 'jekyll_custom_permalink'
end
gem "webrick", "~> 1.8"
gem 'html-proofer'