mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00
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:
parent
e262fe3633
commit
9405bf5d2d
2
Gemfile
2
Gemfile
@ -26,4 +26,4 @@ end
|
|||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
|
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
|
||||||
|
|
||||||
gem "webrick", "~> 2.2.8"
|
gem "webrick", "~> 1.8.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user