We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fbbb9 commit 91c77eeCopy full SHA for 91c77ee
Gemfile
@@ -8,4 +8,4 @@ end
8
# Performance-booster for watching directories on Windows
9
gem "wdm", "~> 0.2.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.2.0)
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.2.0)
282
- webrick (~> 1.8)
+ webrick (~> 1.9)
283
284
BUNDLED WITH
285
2.2.22
0 commit comments