fixup! Update webrick

Whatever happened here, webrick 2.2.8 doesn't exist. Use the correct
updated version.

(How did it work in GitHub Actions?)
This commit is contained in:
lifehackerhansol 2024-01-12 08:30:23 -08:00
parent e262fe3633
commit 9405bf5d2d
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -26,4 +26,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
gem "webrick", "~> 2.2.8"
gem "webrick", "~> 1.8.1"