mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
Bump webrick from 1.8.1 to 1.8.2 (#214)
Some checks are pending
Build pages and publish / build (push) Waiting to run
Some checks are pending
Build pages and publish / build (push) Waiting to run
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>
This commit is contained in:
parent
87cbb369c1
commit
673ca7a912
2
Gemfile
2
Gemfile
@ -9,5 +9,5 @@ group :jekyll_plugins do
|
|||||||
gem 'jekyll-mentions'
|
gem 'jekyll-mentions'
|
||||||
gem 'jekyll_custom_permalink'
|
gem 'jekyll_custom_permalink'
|
||||||
end
|
end
|
||||||
gem "webrick", "~> 1.7"
|
gem "webrick", "~> 1.8"
|
||||||
gem 'html-proofer'
|
gem 'html-proofer'
|
||||||
|
@ -134,7 +134,7 @@ GEM
|
|||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.5.0)
|
unicode-display_width (2.5.0)
|
||||||
webrick (1.8.1)
|
webrick (1.8.2)
|
||||||
yell (2.2.2)
|
yell (2.2.2)
|
||||||
zeitwerk (2.6.12)
|
zeitwerk (2.6.12)
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ DEPENDENCIES
|
|||||||
jekyll-seo-tag
|
jekyll-seo-tag
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
jekyll_custom_permalink
|
jekyll_custom_permalink
|
||||||
webrick (~> 1.7)
|
webrick (~> 1.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.6
|
2.4.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user