We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90855a8 commit 4cb5186Copy full SHA for 4cb5186
Gemfile
@@ -8,4 +8,4 @@ end
8
# Performance-booster for watching directories on Windows
9
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
10
11
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
Gemfile.lock
@@ -270,7 +270,7 @@ GEM
270
unicode-display_width (1.8.0)
271
uri (0.13.1)
272
wdm (0.1.1)
273
- webrick (1.8.2)
+ webrick (1.9.1)
274
275
PLATFORMS
276
ruby
@@ -279,7 +279,7 @@ PLATFORMS
279
DEPENDENCIES
280
github-pages
281
wdm (~> 0.1.0)
282
- webrick (~> 1.8)
+ webrick (~> 1.9)
283
284
BUNDLED WITH
285
2.2.22
0 commit comments