mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
ruby >= 3.0 requires webrick.
This commit is contained in:
parent
a97316caff
commit
da7df9a31e
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,3 +14,5 @@ gem "nokogiri", ">= 1.11.0.rc4"
|
||||||
|
|
||||||
# security vulnerability - https://github.com/advisories/GHSA-jxhc-q857-3j6g
|
# security vulnerability - https://github.com/advisories/GHSA-jxhc-q857-3j6g
|
||||||
gem "addressable", ">= 2.8.0"
|
gem "addressable", ">= 2.8.0"
|
||||||
|
|
||||||
|
gem "webrick", "~> 1.8"
|
||||||
|
|
|
||||||
|
|
@ -251,6 +251,7 @@ GEM
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -262,6 +263,7 @@ DEPENDENCIES
|
||||||
kramdown (>= 2.3.1)
|
kramdown (>= 2.3.1)
|
||||||
nokogiri (>= 1.11.0.rc4)
|
nokogiri (>= 1.11.0.rc4)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
webrick (~> 1.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.5
|
2.4.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue